| non port: devel/libukcprog/Makefile |
|
CVSWeb
|
Number of commits found: 17 |
|
Sat, 19 Apr 2008
|
[ 18:56 miwi ]
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
(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)
|
|
Sun, 28 Jan 2007
|
[ 09:07 kris ]
1.31 archivers/libcomprex/Makefile
1.21 audio/ccaudio/Makefile
1.13 audio/libadplug/Makefile
1.36 audio/libao/Makefile
1.40 audio/libaudiofile/Makefile
1.26 audio/libcdaudio/Makefile
1.13 audio/libmad/Makefile
1.10 audio/libofa/Makefile
1.4 audio/liboggz/Makefile
1.16 audio/libsamplerate/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
Use libtool port instead of included one to avoid objformat a.out botch
|
|
Mon, 20 Mar 2006
|
[ 11:30 tdb ]
1.15 devel/libukcprog/Makefile
Fix MASTER_SITES.
|
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
|
Thu, 1 Dec 2005
|
[ 16:50 tdb ]
1.13 deskutils/gdesklets-ltvariations/Makefile
1.25 devel/libstatgrab/Makefile
1.13 devel/libukcprog/Makefile
1.7 devel/p5-Unix-Statgrab/Makefile
1.6 devel/pecl-statgrab/Makefile
1.9 devel/py-statgrab/Makefile
1.4 graphics/jalbum/Makefile
1.29 irc/pircbot/Makefile
1.22 mail/gnubiff/Makefile
1.50 misc/dnetc/Makefile
(Only the first 10 of 39 ports in this commit are shown above. )
- Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.
Approved by: clement (mentor)
|
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
Wed, 25 Aug 2004
|
[ 09:45 krion ]
1.11 devel/libukcprog/Makefile
Update MASTER_SITES
PR: ports/70919
Submitted by: maintainer
|
|
Thu, 22 Jul 2004
|
[ 14:38 krion ]
1.10 devel/libukcprog/Makefile
Fix MASTER_SITES
PR: ports/69432
Submitted by: maintainer
|
|
Fri, 9 Jul 2004
|
[ 18:43 marcus ]
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
1.15 archivers/xpk/Makefile
(Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
Thu, 29 Apr 2004
|
[ 08:58 krion ]
1.8 devel/libukcprog/Makefile
1.2 devel/libukcprog/files/patch-configure
1.5 devel/libukcprog/pkg-plist
- Fix dependencies
PR: ports/66055
Submitted by: maintainer
|
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
Tue, 21 Oct 2003
|
[ 15:12 krion ]
1.6 devel/libukcprog/Makefile
1.4 devel/libukcprog/distinfo
1.1 devel/libukcprog/files/patch-configure
1.4 devel/libukcprog/pkg-plist
- Tarball was rerolled to fix a packaging issue with the
pkgconfig file.
- Use 'gnomehack'
- Do not install useless *.la
- Bump PORTREVISION
PR: 58259
Submitted by: maintainer
|
|
Mon, 13 Oct 2003
|
[ 09:18 krion ]
1.5 devel/libukcprog/Makefile
1.3 devel/libukcprog/pkg-plist
- Fix package build
Submitted by: kris via bento
|
|
Fri, 10 Oct 2003
|
[ 14:59 krion ]
1.4 devel/libukcprog/Makefile
1.3 devel/libukcprog/distinfo
1.2 devel/libukcprog/pkg-plist
- Update to version 1.0.2
PR: 57831
Submitted by: maintainer
|
|
Sat, 30 Aug 2003
|
[ 18:15 krion ]
1.3 devel/libukcprog/Makefile
1.2 devel/libukcprog/pkg-descr
- Add new MASTER_SITES
PR: 56199
Submitted by: maintainer
|
|
Fri, 22 Aug 2003
|
[ 21:49 krion ]
1.2 devel/libukcprog/Makefile
1.2 devel/libukcprog/distinfo
- Update to version 1.0.1
PR: 55878
Submitted by: maintainer
|
|
Tue, 3 Jun 2003
|
[ 06:14 will ]
1.1138 devel/Makefile
1.1 devel/libukcprog/Makefile
1.1 devel/libukcprog/distinfo
1.1 devel/libukcprog/pkg-descr
1.1 devel/libukcprog/pkg-plist
Add libukcprog 1.0, generally useful low level routines.
PR: 51722
Submitted by: Tim Bishop <tim@bishnet.net>
|
Number of commits found: 17 |