| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: x11-toolkits/gtk--/Makefile |
|
CVSWeb
|
Number of commits found: 30 |
|
Mon, 29 May 2006
|
[ 06:53 mezz ]
1.1044 MOVED
1.4 audio/gtkguitune/Makefile
1.29 audio/opmixer/Makefile
1.10 games/xword/Makefile
1.20 graphics/panorama/Makefile
1.34 net-im/ickle/Makefile
1.18 news/PicMonger/Makefile
1.405 x11-toolkits/Makefile
1.50 x11-toolkits/gtk--/Makefile
1.20 x11-toolkits/gtkglarea--/Makefile
(Only the first 10 of 23 ports in this commit are shown above. )
x11-toolkits/gtk-- -> x11-toolkits/gtkmm12
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
|
|
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)
|
|
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.
|
|
Sat, 16 Oct 2004
|
[ 16:47 bland ]
1.47 x11-toolkits/gtk--/Makefile
1.2 x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4
Always add explicit namespace in generated Wrap<> traits specialization.
This is required when gtkmmproc used for gnome-- code generation.
The last one defines classes in its own namespace.
Reported by: pointyhat via kris
|
|
Wed, 13 Oct 2004
|
[ 12:12 bland ]
1.46 x11-toolkits/gtk--/Makefile
1.2 x11-toolkits/gtk--/files/patch-src::gtk--::base.h
1.1 x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4
Redone gcc 3.4 build fix. Previous aproach just made gcc quiet
and resulted in lost symbols for Gtk::wrap methods.
Reported by: pointyhat via kris
|
|
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
|
|
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:10 marcus ]
1.6 mail/hotwayd/Makefile
1.12 mail/ifile/Makefile
1.30 mail/imp3/Makefile
1.5 mail/isoqlog/Makefile
1.16 mail/kiltdown/Makefile
1.4 mail/kshowmail/Makefile
1.3 mail/ksig/Makefile
1.18 mail/lbdb/Makefile
1.9 mail/liamail/Makefile
1.26 mail/libesmtp/Makefile
(Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
|
Sun, 20 Apr 2003
|
[ 20:54 marcus ]
1.20 x11-toolkits/at-spi/Makefile
1.17 x11-toolkits/bakery/Makefile
1.10 x11-toolkits/buffy/Makefile
1.14 x11-toolkits/clean-theme-gtk/Makefile
1.10 x11-toolkits/colorstep/Makefile
1.6 x11-toolkits/easygtk/Makefile
1.14 x11-toolkits/eazel-themes/Makefile
1.13 x11-toolkits/eel/Makefile
1.32 x11-toolkits/eel2/Makefile
1.10 x11-toolkits/engradient/Makefile
(Only the first 10 of 78 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
|
Fri, 7 Mar 2003
|
[ 06:14 ade ]
1.19 x11-toolkits/at-spi/Makefile
1.16 x11-toolkits/bakery/Makefile
1.9 x11-toolkits/buffy/Makefile
1.13 x11-toolkits/clean-theme-gtk/Makefile
1.5 x11-toolkits/easygtk/Makefile
1.12 x11-toolkits/eel/Makefile
1.30 x11-toolkits/eel2/Makefile
1.20 x11-toolkits/gail/Makefile
1.41 x11-toolkits/gal/Makefile
1.41 x11-toolkits/gal2/Makefile
(Only the first 10 of 142 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.
|
|
Fri, 20 Sep 2002
|
[ 18:07 marcus ]
1.39 audio/esound/Makefile
1.20 audio/gnomeaudio/Makefile
1.21 audio/gnomemedia/Makefile
1.31 audio/gnomemedia2/Makefile
1.26 audio/libaudiofile/Makefile
1.21 databases/gnomedb/Makefile
1.23 databases/gnomedb2/Makefile
1.19 databases/libgda/Makefile
1.27 databases/libgda2/Makefile
1.7 databases/libgnomedb/Makefile
(Only the first 10 of 151 ports in this commit are shown above. )
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
|
|
Sat, 31 Aug 2002
|
[ 03:44 kris ]
1.21 java/guavac/Makefile
1.32 java/shujit/Makefile
1.8 lang/aleph/Makefile
1.29 lang/gnustep-base/Makefile
1.25 lang/gnustep-guile/Makefile
1.27 lang/gnustep-objc/Makefile
1.41 lang/librep/Makefile
1.9 mail/gnumail/Makefile
1.9 mail/icqmail/Makefile
1.7 mail/pantomime/Makefile
(Only the first 10 of 43 ports in this commit are shown above. )
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
|
|
Sun, 18 Aug 2002
|
[ 22:38 marcus ]
1.38 x11-toolkits/gtk--/Makefile
Bump PORTREVISION after latest libsigc++ upgrade. This is needed or ports
depending on gtk-- will not build.
Reported by: Adriel Cardenas G. <freebsd@aztlansystems.net>
|
|
Tue, 16 Jul 2002
|
[ 17:02 sobomax ]
1.3 games/gnomoku/Makefile
1.15 x11-toolkits/gnome--/Makefile
1.37 x11-toolkits/gtk--/Makefile
Use USE_GNOMENG.
|
|
Tue, 12 Feb 2002
|
[ 09:21 sobomax ]
unknown devel/libsigc++/Makefile
unknown x11-toolkits/gnome--/Makefile
unknown x11-toolkits/gtk--/Makefile
unknown x11/xalf/Makefile
unknown devel/libsigc++/distinfo
unknown x11-toolkits/gnome--/distinfo
unknown x11-toolkits/gtk--/distinfo
unknown x11/xalf/distinfo
Comment out DIST_SUBDIR=gnome pending next version update.
|
[ 05:06 ade ]
unknown devel/libsigc++/Makefile
unknown x11-toolkits/gnome--/Makefile
unknown x11-toolkits/gtk--/Makefile
unknown x11/xalf/Makefile
unknown devel/libsigc++/distinfo
unknown x11-toolkits/gnome--/distinfo
unknown x11-toolkits/gtk--/distinfo
unknown x11/xalf/distinfo
These are GNOME components more than anything else, so track the version as
supplied by MASTER_SITE_GNOME.
|
|
Tue, 13 Nov 2001
|
[ 11:18 sobomax ]
unknown x11-toolkits/gtk--/Makefile
unknown x11-toolkits/gtk--/distinfo
Update to 1.2.8.
|
|
Sun, 12 Aug 2001
|
[ 14:11 demon ]
unknown x11-toolkits/gtk--/Makefile
unknown x11-toolkits/gtk--/distinfo
Update to 1.2.7
|
|
Fri, 11 May 2001
|
[ 18:36 ade ]
unknown audio/esound/Makefile
unknown audio/gnomeaudio/Makefile
unknown audio/gnomemedia/Makefile
unknown audio/libaudiofile/Makefile
unknown converters/libiconv/Makefile
unknown databases/libgda/Makefile
unknown deskutils/gnomepim/Makefile
unknown deskutils/gnucash/Makefile
unknown devel/ORBit/Makefile
unknown devel/bonobo-conf/Makefile
(Only the first 10 of 96 ports in this commit are shown above. )
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
|
Tue, 13 Mar 2001
|
[ 15:11 sobomax ]
unknown x11-toolkits/gtk--/Makefile
unknown x11-toolkits/gtk--/distinfo
unknown x11-toolkits/gtk--/pkg-plist
Update to 1.2.5.
|
|
Fri, 22 Dec 2000
|
[ 20:50 nakai ]
unknown x11-toolkits/gtk--/Makefile
unknown x11-toolkits/gtk--/distinfo
unknown x11-toolkits/gtk--/pkg-plist
Update to 1.2.4
|
|
Sat, 14 Oct 2000
|
[ 12:58 nakai ]
unknown x11-toolkits/gtk--/Makefile
Add --with-sigc-prefix
|
|
Sun, 8 Oct 2000
|
[ 12:23 asami ]
unknown archivers/linux_rar/Makefile
unknown astro/setiathome/Makefile
unknown audio/icecast/Makefile
unknown audio/juke/Makefile
unknown audio/napster/Makefile
unknown audio/opennap/Makefile
unknown audio/raproxy/Makefile
unknown audio/teknap/Makefile
unknown biology/seaview/Makefile
unknown chinese/FreeWnn-lib/Makefile
(Only the first 10 of 400 ports in this commit are shown above. )
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear.
|
|
Thu, 5 Oct 2000
|
[ 08:42 reg ]
unknown korean/gau/Makefile
unknown mail/gbuffy/Makefile
unknown mail/spruce/Makefile
unknown math/geg/Makefile
unknown math/grpn/Makefile
unknown misc/biblereader/Makefile
unknown misc/gplbp/Makefile
unknown misc/grun/Makefile
unknown misc/gtkfind/Makefile
unknown misc/snowflake/Makefile
(Only the first 10 of 73 ports in this commit are shown above. )
Implement USE_GTK, part 2.
|
|
Mon, 11 Sep 2000
|
[ 13:24 nakai ]
unknown x11-toolkits/gtk--/Makefile
unknown x11-toolkits/gtk--/pkg/PLIST
unknown x11-toolkits/gtk--/files/md5
Update to 1.2.3
|
|
Mon, 28 Aug 2000
|
[ 12:58 sobomax ]
unknown x11-toolkits/gtk--/Makefile
unknown x11-toolkits/gtk--/pkg/PLIST
unknown x11-toolkits/gtk--/files/md5
Update to 1.2.2.
|
|
Mon, 21 Aug 2000
|
[ 12:07 sobomax ]
unknown audio/wsoundserver/Makefile
unknown biology/emboss/Makefile
unknown devel/dryad/Makefile
unknown devel/gnomedebug/Makefile
unknown devel/libol/Makefile
unknown devel/sip/Makefile
unknown devel/t1lib/Makefile
unknown ftp/caitoo/Makefile
unknown graphics/dia/Makefile
unknown graphics/jpeg/Makefile
(Only the first 10 of 29 ports in this commit are shown above. )
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
|
|
Fri, 16 Jun 2000
|
[ 23:52 asami ]
unknown archivers/bzip2/Makefile
unknown archivers/lzo/Makefile
unknown audio/esound/Makefile
unknown audio/gsm/Makefile
unknown audio/libaudiofile/Makefile
unknown audio/libcdaudio/Makefile
unknown audio/libmikmod/Makefile
unknown audio/libshout/Makefile
unknown audio/libworkman/Makefile
unknown audio/nas/Makefile
(Only the first 10 of 264 ports in this commit are shown above. )
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
|
[ 12:38 sobomax ]
unknown audio/esound/Makefile
unknown audio/gsm/Makefile
unknown cad/geda/Makefile
unknown converters/iconv/Makefile
unknown databases/db/Makefile
unknown databases/freetds/Makefile
unknown databases/gdbm/Makefile
unknown devel/fastcrc/Makefile
unknown devel/flux/Makefile
unknown devel/freelibiberty/Makefile
(Only the first 10 of 145 ports in this commit are shown above. )
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
|
|
Wed, 14 Jun 2000
|
[ 15:21 sobomax ]
unknown archivers/fastjar/Makefile
unknown astro/xplanet/Makefile
unknown audio/aumix/Makefile
unknown audio/extace/Makefile
unknown audio/knapster/Makefile
unknown audio/sphinx/Makefile
unknown audio/yamt/Makefile
unknown cad/felt/Makefile
unknown databases/metakit/Makefile
unknown deskutils/cbb/Makefile
(Only the first 10 of 72 ports in this commit are shown above. )
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
|
Number of commits found: 30 |