| non port: devel/libsigc++12/Makefile |
|
CVSWeb
|
Number of commits found: 21 |
|
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
|
|
Sun, 5 Nov 2006
|
[ 03:09 mezz ]
1.33 devel/libsigc++12/Makefile
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
|
|
Tue, 16 May 2006
|
[ 05:27 mezz ]
1.32 devel/libsigc++12/Makefile
portlint:
-Change the order of DISTFILES by move above the DIST_SUBDIR.
|
|
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)
|
|
Sat, 26 Nov 2005
|
[ 16:23 fenner ]
1.30 devel/libsigc++12/Makefile
Use groups to associate the right subdirectory with the right server.
Approved by: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
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, 13 Apr 2005
|
[ 08:38 bland ]
1.28 devel/libsigc++12/Makefile
1.14 devel/libsigc++12/distinfo
1.2 devel/libsigc++12/files/patch-configure
- Update to 1.2.7
- Utilize libtool15
|
|
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
|
|
Mon, 28 Jun 2004
|
[ 04:22 bland ]
1.18 devel/libsigc++/Makefile
1.26 devel/libsigc++12/Makefile
Do not list libsigc++ in gnome category.
|
|
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.
|
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
|
Mon, 16 Jun 2003
|
[ 21:52 adamw ]
1.31 audio/libaudiofile/Makefile
1.8 converters/fribidi/Makefile
1.71 devel/ORBit/Makefile
1.53 devel/glib12/Makefile
1.84 devel/glib20/Makefile
1.14 devel/gnomecommon/Makefile
1.23 devel/libsigc++12/Makefile
1.22 graphics/libart_lgpl2/Makefile
1.17 lang/mono/Makefile
1.24 misc/gnomemimedata/Makefile
(Only the first 10 of 14 ports in this commit are shown above. )
Utilize USE_GNOME= pkgconfig.
|
|
Fri, 16 May 2003
|
[ 06:50 marcus ]
1.22 devel/libsigc++12/Makefile
1.12 devel/libsigc++12/distinfo
Update to 1.2.5.
|
|
Sun, 20 Apr 2003
|
[ 03:56 marcus ]
1.70 devel/ORBit/Makefile
1.85 devel/ORBit2/Makefile
1.16 devel/allegro/Makefile
1.15 devel/anjuta/Makefile
1.32 devel/bonobo-activation/Makefile
1.17 devel/bonobo-conf/Makefile
1.60 devel/bonobo/Makefile
1.28 devel/bugbuddy/Makefile
1.38 devel/bugbuddy2/Makefile
1.7 devel/entity/Makefile
(Only the first 10 of 52 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
|
Fri, 4 Apr 2003
|
[ 08:17 marcus ]
1.20 devel/libsigc++12/Makefile
1.11 devel/libsigc++12/distinfo
Update to 1.2.4.
|
|
Fri, 7 Mar 2003
|
[ 06:01 ade ]
1.69 devel/ORBit/Makefile
1.83 devel/ORBit2/Makefile
1.7 devel/SN/Makefile
1.8 devel/a2dev/Makefile
1.10 devel/ac-archive/Makefile
1.21 devel/acpicatools/Makefile
1.4 devel/arch/Makefile
1.4 devel/as80/Makefile
1.5 devel/asmutils/Makefile
1.26 devel/atk/Makefile
(Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Mon, 13 Jan 2003
|
[ 16:43 marcus ]
1.18 devel/libsigc++12/Makefile
Add a dependency on pkgconfig.
Reported by: bento
|
|
Wed, 1 Jan 2003
|
[ 19:13 marcus ]
1.17 devel/libsigc++12/Makefile
1.10 devel/libsigc++12/distinfo
Update to 1.2.2.
|
|
Sat, 19 Oct 2002
|
[ 19:04 marcus ]
1.16 devel/libsigc++12/Makefile
Add a missing dependency on m4.
Submitted by: bento
|
[ 07:58 marcus ]
1.15 devel/libsigc++12/Makefile
1.9 devel/libsigc++12/distinfo
1.9 devel/libsigc++12/pkg-plist
Update to 1.2.0.
|
|
Sat, 12 Oct 2002
|
[ 08:37 marcus ]
1.14 devel/libsigc++12/Makefile
1.8 devel/libsigc++12/distinfo
1.2 devel/libsigc++12/files/patch-aa
1.5 devel/libsigc++12/files/patch-ac
1.4 devel/libsigc++12/files/patch-ad
1.3 devel/libsigc++12/files/patch-ae
1.3 devel/libsigc++12/files/patch-af
1.1 devel/libsigc++12/files/patch-configure
1.8 devel/libsigc++12/pkg-plist
Add libsigc++12 after repo copy from libsigc++. Libsigc++2 is the typesafe
callback library for C++.
PR: 36945
Submitted by: garrett rooney <rooneg@electricjellyfish.net>
Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
Number of commits found: 21 |