non port: archivers/unshield/Makefile |
SVNWeb
|
Number of commits found: 36 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 1ced9d2 (Only the first 10 of 199 ports in this commit are shown above. )
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 11 Jan 2022
|
[ 18:43 Po-Chuan Hsieh (sunpoet) ] bd24748
archivers/unshield: Update to 1.5.1
Changes: https://github.com/twogood/unshield/releases
|
Wed, 13 Oct 2021
|
[ 05:35 Po-Chuan Hsieh (sunpoet) ] cda11d1
archivers/unshield: Cosmetic change
|
Tue, 5 Oct 2021
|
[ 19:11 Bernhard Froehlich (decke) ] ab87f44
archivers/unshield: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 May 2020
|
[ 20:50 sunpoet ]
Update manpage location (r523104)
|
Thu, 1 Nov 2018
|
[ 19:13 sunpoet ]
Update to 1.4.3
Changes: https://github.com/twogood/unshield/releases
|
Mon, 16 Jan 2017
|
[ 14:58 sunpoet ]
Update to 1.4.2
Changes: https://github.com/twogood/unshield/releases
|
Sun, 15 Jan 2017
|
[ 15:21 sunpoet ]
Update to 1.4.1
- Bump PORTREVISION for archivers/unshield shlib change
Changes: https://github.com/twogood/unshield/releases
MFH: 2017Q1
|
Sun, 1 Jan 2017
|
[ 21:39 sunpoet ]
Update to 1.4
- Update WWW
Changes: https://github.com/twogood/unshield/releases
|
Fri, 1 Jan 2016
|
[ 06:35 sunpoet ]
- Add LICENSE_FILE
|
Tue, 20 Jan 2015
|
[ 11:46 sunpoet ]
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
|
Tue, 3 Jun 2014
|
[ 12:44 sunpoet ]
- Use USES=libtool
- Strip shared library in post-install:
- Bump PORTREVISION for package change
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above )
|
Wed, 5 Feb 2014
|
[ 15:48 sunpoet ]
- Strip shared library
|
[ 14:05 bapt ]
USES= libtool
|
Sat, 16 Nov 2013
|
[ 20:12 sunpoet ]
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 13:11 bapt ] (Only the first 10 of 221 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
|
Wed, 21 Aug 2013
|
[ 12:02 sunpoet ]
- Add LICENSE
- Cosmetic change
- Cleanup Makefile header
|
Tue, 19 Mar 2013
|
[ 13:04 eadler ] (Only the first 10 of 218 ports in this commit are shown above. )
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
Wed, 18 Jan 2012
|
[ 03:00 danfe ]
- Add support for new InstallShield header format instead of calling abort()
(sic!) on such files. When header format could not be detected, try to use
the newest algorithm instead the oldest one; this should make the port more
"future proof"
- Allow to specify header format via command line (-i <version>) to override
default detection logic
- Bump port revision and reformat Makefile header while I am here
Obtained from: SynCE bug tracker at sf.net (ID: 3163039)
Approved by: maintainer (sunpoet)
|
Thu, 11 Aug 2011
|
[ 19:20 kwm ] (Only the first 10 of 543 ports in this commit are shown above. )
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Wed, 22 Sep 2010
|
[ 17:10 sunpoet ] (Only the first 10 of 55 ports in this commit are shown above. )
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor)
|
Sat, 3 Oct 2009
|
[ 23:53 avl ]
- Update to 0.6
PR: ports/139324
Submitted by: myself
Approved by: tabthorpe, glarkin (mentors, implicit), maintainer
|
Sat, 22 Aug 2009
|
[ 00:13 amdmi3 ] (Only the first 10 of 195 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with A
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Sun, 4 Jan 2009
|
[ 14:54 chinsan ]
- Pass maintainership to submitter
PR: ports/130145
Submitted by: sunpoet
|
Thu, 18 Dec 2008
|
[ 02:33 linimon ] (Only the first 10 of 24 ports in this commit are shown above. )
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Tue, 29 Jul 2008
|
[ 23:48 pav ]
- Update to 0.5.1
PR: ports/123971
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: maintainer timeout (se; 2 months)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Sat, 30 Jul 2005
|
[ 09:30 se ]
Upgrade to version 0.5.
Submitted by: Andrej Zverev (az at inec dot ru)
PR: 84316
|
Fri, 21 May 2004
|
[ 17:56 se ]
Upgrade to version 0.3 of unshield.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
PR: ports/66692
|
Fri, 9 Apr 2004
|
[ 12:47 se ]
New port of unshield, a InstallShield cabinet file reader.
This prgogarm is particularly useful to extract .SYS and .INF files
from NDIS drivers packaged as InstallShield archives, which are required
as input to ndiscvt (i.e. for the NDISulator).
|
Number of commits found: 36 |