| non port: x11-toolkits/py-gtk/Makefile |
|
CVSWeb
|
Number of commits found: 44 |
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
1.42 accessibility/kdeaccessibility4/Makefile
(Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ]
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
1.40 accessibility/kdeaccessibility4/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
|
Sat, 29 Aug 2009
|
[ 22:00 miwi ]
1.79 x11-toolkits/py-gtk/Makefile
1.24 x11-toolkits/py-gtk/pkg-plist
- Respect really NOPORT*
Pointy hat to: miwi
Approved by: marcus
|
|
Wed, 26 Aug 2009
|
[ 10:10 miwi ]
1.78 x11-toolkits/py-gtk/Makefile
1.23 x11-toolkits/py-gtk/pkg-plist
- Respect NOPORTEXAMPLES/NOPORTDOCS
|
|
Tue, 18 Aug 2009
|
[ 20:15 miwi ]
1.3 audio/py-libmpdclient/Makefile
1.23 databases/py-MySQL/Makefile
1.6 databases/py-SQLDict/Makefile
1.11 devel/py-ice/Makefile
1.22 devel/py-kqueue/Makefile
1.10 devel/py-subversion/Makefile
1.5 devel/py-tconfpy/Makefile
1.5 devel/py-thrift/Makefile
1.15 math/py-gnuplot/Makefile
1.2 net-im/py-punjab/Makefile
(Only the first 10 of 15 ports in this commit are shown above. )
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de>
|
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ]
1.9 accessibility/accerciser/Makefile
1.8 accessibility/at-poke/Makefile
1.69 accessibility/at-spi/Makefile
1.49 accessibility/dasher/Makefile
1.40 accessibility/gnopernicus/Makefile
1.43 accessibility/gok/Makefile
1.8 accessibility/java-access-bridge/Makefile
1.29 accessibility/kdeaccessibility/Makefile
1.35 accessibility/kdeaccessibility4/Makefile
1.11 accessibility/mousetweaks/Makefile
(Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
|
Mon, 8 Jun 2009
|
[ 22:30 miwi ]
1.34 biology/pymol/Makefile
1.19 cad/pythoncad/Makefile
1.17 databases/gadfly/Makefile
1.5 databases/skytools/Makefile
1.12 databases/zodb3/Makefile
1.4 deskutils/libopensync-plugin-python-devel/Makefile
1.23 devel/aap/Makefile
1.16 devel/gaphor/Makefile
1.21 devel/libopensync/Makefile
1.14 devel/nx/Makefile
(Only the first 10 of 97 ports in this commit are shown above. )
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
|
|
Mon, 2 Feb 2009
|
[ 01:36 araujo ]
1.6 accessibility/at-poke/Makefile
1.67 accessibility/at-spi/Makefile
1.56 accessibility/atk/Makefile
1.46 accessibility/dasher/Makefile
1.39 accessibility/gnopernicus/Makefile
1.41 accessibility/gok/Makefile
1.74 audio/esound/Makefile
1.33 audio/goobox/Makefile
1.41 audio/libaudiofile/Makefile
1.115 audio/rhythmbox-devel/Makefile
(Only the first 10 of 159 ports in this commit are shown above. )
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
|
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 6 Jun 2008
|
[ 14:16 edwin ]
1.49 x11-toolkits/bakery/Makefile
1.18 x11-toolkits/easygtk/Makefile
1.38 x11-toolkits/eel/Makefile
1.11 x11-toolkits/efltk/Makefile
1.7 x11-toolkits/enhance/Makefile
1.6 x11-toolkits/etk/Makefile
1.2 x11-toolkits/evilvte/Makefile
1.16 x11-toolkits/ewl/Makefile
1.9 x11-toolkits/fpc-gtk/Makefile
1.9 x11-toolkits/fpc-gtk2/Makefile
(Only the first 10 of 158 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
Wed, 28 May 2008
|
[ 16:51 mezz ]
1.71 x11-toolkits/py-gtk/Makefile
1.21 x11-toolkits/py-gtk/pkg-plist
Fix the plist when NOPORTDOCS is defined, bump the PORTREVISION.
Reported by: itetcu
|
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Wed, 28 Mar 2007
|
[ 19:22 pav ]
1.9 audio/scrobbler/Makefile
1.10 korean/scim-hangul/Makefile
1.5 net-im/icqnd/Makefile
1.53 x11-toolkits/gal/Makefile
1.35 x11-toolkits/guile-gtk/Makefile
1.69 x11-toolkits/py-gtk/Makefile
1.2 x11-toolkits/gal/files/patch-configure
- Fix after objformat removal
Reported by: pointyhat
|
|
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, 17 Jan 2006
|
[ 03:40 marcus ]
1.67 x11-toolkits/py-gtk/Makefile
1.84 x11-toolkits/py-gtk2/Makefile
Add CONFLICTS on py-gobject.
|
|
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.
|
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
Thu, 23 Dec 2004
|
[ 22:23 mezz ]
1.63 x11-toolkits/py-gtk/Makefile
1.3 x11-toolkits/py-gtk/files/patch-configure
Change libtool from 1.3 to 1.5 to avoid install the .la files.
Reported by: pointyhat via kris
|
|
Sun, 23 May 2004
|
[ 09:30 pav ]
1.62 x11-toolkits/py-gtk/Makefile
- According to contents of distfile, this is 0.6.11
No functional change in this commit.
|
|
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)
|
|
Fri, 30 Jan 2004
|
[ 03:29 marcus ]
1.59 x11-toolkits/py-gtk/Makefile
1.70 x11-toolkits/py-gtk2/Makefile
1.3 x11-toolkits/py-gtk2/pkg-install
Add CONFLICTS from py-gtk2 and py-gtk to each other.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
Thu, 13 Nov 2003
|
[ 12:03 trevor ]
1.23 x11-fm/tkdesk/Makefile
1.6 x11-toolkits/gtk20-apireference/Makefile
1.19 x11-toolkits/libzvt/Makefile
1.65 x11-toolkits/py-gnome/Makefile
1.58 x11-toolkits/py-gtk/Makefile
1.41 x11-toolkits/py-wxPython/Makefile
1.64 x11-toolkits/qt145/Makefile
1.21 x11-toolkits/v/Makefile
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
|
Sun, 20 Apr 2003
|
[ 19: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.
|
|
Sat, 21 Sep 2002
|
[ 20:10 marcus ]
1.55 x11-toolkits/py-gtk/Makefile
Fix MASTER_SITE_SUBDIR.
PR: 43192
Submitted by: Bob Fleck <bob@securesoftware.com>
|
|
Fri, 20 Sep 2002
|
[ 17: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.
|
|
Wed, 28 Aug 2002
|
[ 18:02 sobomax ]
1.53 x11-toolkits/py-gtk/Makefile
1.20 x11-toolkits/py-gtk/distinfo
1.2 x11-toolkits/py-gtk/files/patch-configure
1.18 x11-toolkits/py-gtk/pkg-plist
Update to 0.6.10.
|
|
Thu, 18 Jul 2002
|
[ 16:01 sobomax ]
1.52 x11-toolkits/py-gtk/Makefile
1.3 x11-toolkits/py-gtk/files/patch-..::ltmain.sh
1.1 x11-toolkits/py-gtk/files/patch-configure
Use USE_LIBTOOL.
|
|
Mon, 15 Jul 2002
|
[ 11:37 tg ]
1.12 biology/py-biopython/Makefile
1.18 devel/py-game/Makefile
1.16 graphics/py-opengl/Makefile
1.5 math/biggles/Makefile
1.8 math/py-gnuplot/Makefile
1.13 math/py-scientific/Makefile
1.20 math/scigraphica/Makefile
1.4 print/py-fonttools/Makefile
1.51 x11-toolkits/py-gtk/Makefile
Use $PYNUMERIC in the dependencies.
|
|
Sun, 14 Jul 2002
|
[ 12:07 sobomax ]
1.50 x11-toolkits/py-gtk/Makefile
Use USE_GNOMENG.
|
|
Sun, 17 Mar 2002
|
[ 12:58 sobomax ]
1.49 x11-toolkits/py-gtk/Makefile
Replace USE_GNOME with USE_GNOMELIBS + libglade in LIB_DEPENDS - this reduces
length of dependency chain from 50 ports to only 39.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
|
|
Fri, 4 Jan 2002
|
[ 11:58 sobomax ]
unknown x11-toolkits/py-gtk/Makefile
unknown x11-toolkits/py-gtk/distinfo
Update to 0.6.9.
|
|
Tue, 3 Jul 2001
|
[ 18:36 sobomax ]
unknown x11-toolkits/py-gtk/Makefile
unknown x11-toolkits/py-gtk/distinfo
unknown x11-toolkits/py-gtk/files/patch-..::ltmain.sh
unknown x11-toolkits/py-gtk/pkg-plist
Update to 0.6.8.
|
|
Fri, 11 May 2001
|
[ 17: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.
|
|
Fri, 4 May 2001
|
[ 22:39 ade ]
unknown audio/gnomeaudio/Makefile
unknown audio/libaudiofile/Makefile
unknown deskutils/gnomepim/Makefile
unknown devel/ORBit/Makefile
unknown devel/bonobo/Makefile
unknown devel/bugbuddy/Makefile
unknown devel/gconf/Makefile
unknown devel/glade/Makefile
unknown devel/gnomevfs/Makefile
unknown devel/libglade/Makefile
(Only the first 10 of 172 ports in this commit are shown above. )
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates.
|
|
Sun, 8 Oct 2000
|
[ 11: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
|
[ 07:57 reg ]
unknown astro/xplanet/Makefile
unknown audio/gkrellmms/Makefile
unknown audio/gkrellmvolume/Makefile
unknown audio/gqmpeg/Makefile
unknown games/freeciv/Makefile
unknown games/gtkabale/Makefile
unknown games/hex/Makefile
unknown games/xphotohunter/Makefile
unknown graphics/chbg/Makefile
unknown graphics/fnlib/Makefile
(Only the first 10 of 52 ports in this commit are shown above. )
Implement WANT_IMLIB and USE_IMLIB.
|
|
Sat, 30 Sep 2000
|
[ 16:00 nectar ]
unknown x11-toolkits/py-gtk/Makefile
Chage bsd.python.mk: PYTHON_CMD is now a full path.
|
|
Mon, 18 Sep 2000
|
[ 13:55 tg ]
unknown devel/py-kjbuckets/Makefile
unknown x11-toolkits/py-gtk/Makefile
unknown devel/py-kjbuckets/pkg/PLIST
unknown x11-toolkits/py-gtk/pkg/PLIST
unknown devel/py-kjbuckets/patches/patch-aa
unknown devel/py-kjbuckets/patches/patch-ab
Use bsd.python.mk.
|
|
Fri, 8 Sep 2000
|
[ 13:24 tg ]
unknown audio/pysol-sound-server/Makefile
unknown biology/py-biopython/Makefile
unknown databases/gadfly/Makefile
unknown databases/metakit/Makefile
unknown databases/py-MySQL/Makefile
unknown databases/py-MySQLdb/Makefile
unknown databases/py-PyGreSQL/Makefile
unknown devel/newt/Makefile
unknown devel/py-coro/Makefile
unknown devel/py-htmlkit/Makefile
(Only the first 10 of 26 ports in this commit are shown above. )
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15.
|
|
Mon, 21 Aug 2000
|
[ 11: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.
|
|
Wed, 7 Jun 2000
|
[ 19:06 ade ]
unknown x11-toolkits/py-gnome/Makefile
unknown x11-toolkits/py-gtk/Makefile
Point MASTER_SITE to MASTER_SITE_GNOME now that gnome-python is an official
part of GNOME. Some of the previous MASTER_SITES had bad and/or missing
distfiles.
|
Number of commits found: 44 |