Commit graph

53 commits

Author SHA1 Message Date
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Alexey Dokuchaev
9a35f32bf4 Spell XML correctly in COMMENT.
Approved by:	gnome (pav)
2005-09-29 21:51:09 +00:00
Joe Marcus Clarke
85a0e5f5b1 Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,
nanohttp.c, CAN-2004-0989]

Obtained from:	Debian Woody libxml source RPM
Reported by:	simon
2004-11-10 20:22:41 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Adam Weinberger
c413d0b2b0 Utilize USE_GNOME= pkgconfig. 2003-06-16 20:52:58 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
59deb69012 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.
2002-09-20 17:07:51 +00:00
Maxim Sobolev
548387be80 Use USE_REINPLACE. 2002-07-11 15:31:46 +00:00
Maxim Sobolev
f03cdffe48 - Hack for better hier(7) conformance - install documentation into
${PREFIX}/share/doc;
- use USE_LIBTOOL.
2002-04-30 23:17:59 +00:00
Ade Lovett
118d700616 Fix typo. 2002-02-14 02:57:47 +00:00
Ade Lovett
1d25b2294b Unbreak for -CURRENT (and remove warning on stable) by changing malloc.h
references to stdlib.h

PR:		34652
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-13 04:57:17 +00:00
Maxim Sobolev
656da512bf Update to 1.8.17. 2002-01-29 11:00:05 +00:00
Maxim Sobolev
eaf57fe455 Update to 1.8.16. 2001-12-12 14:56:27 +00:00
Maxim Sobolev
412fb3b18e Update to 1.8.15. 2001-09-11 07:26:54 +00:00
Maxim Sobolev
46870bafbb Another attempt (this time correct, I hope) to fix creation/removal of the
${LOCALBASE}/include/gnome-xml/libxml symlink.

Submitted by:	bento
2001-07-30 10:22:38 +00:00
Maxim Sobolev
bc35a04eac ${PREFIX}/include/gnome-xml/libxml is a symlink to ${PREFIX}/include/gnome-xml,
so it have to be listed among other files, not among @dirrm's, otherwise it is
not being included into package and as a result bento unable to build many
packages that depends on libxml.

Submitted by:	bento
2001-07-27 14:00:49 +00:00
Maxim Sobolev
29dbe48136 Update to 1.8.14. 2001-07-09 16:43:14 +00:00
Ade Lovett
ff4f18ab92 Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
2001-05-23 00:49:11 +00:00
Ade Lovett
a43f288f50 Update to 1.8.13 2001-05-14 21:57:27 +00:00
Ade Lovett
5ed28dbe7a 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.
2001-05-11 16:36:50 +00:00
Ade Lovett
03af2187bd Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
Jimmy Olgeni
2917814d32 More style fixes for ports/textproc. 2001-02-05 16:35:26 +00:00
Ade Lovett
3c000e6a29 Update to 1.8.11 2001-01-11 16:45:02 +00:00
Ade Lovett
15f906c71b Re-add USE_GMAKE to get around Makefile bogosity. Without this,
doing a 'make all' and 'make install' as two separate commands results
in the code being completely recompiled twice.  Bleurgh.
2000-10-10 17:14:48 +00:00
Ade Lovett
6dca5fc349 Update to 1.8.10 2000-09-07 15:01:22 +00:00
Ade Lovett
8b3a26af9d Update to 1.8.9 2000-07-09 19:21:26 +00:00
Ade Lovett
cdc2e6ac19 Update to 1.8.8 2000-07-01 05:56:56 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Chris Piazza
37c0ef8e3b Update with the new PORTNAME/PORTVERSION variables 2000-04-09 21:54:47 +00:00
Ade Lovett
e1b9283501 Update to 1.8.7 2000-03-06 10:01:51 +00:00
Ade Lovett
ed8a8521f8 Update to 1.8.6 2000-02-03 21:30:16 +00:00
Ade Lovett
cf96f2d7f6 Update to 1.8.5 2000-01-22 04:43:26 +00:00
Ade Lovett
16fbd17adc Update to 1.8.4 2000-01-14 20:40:38 +00:00
Ade Lovett
27342b5d60 Update to 1.8.3 2000-01-10 21:19:19 +00:00
Yukihiro Nakai
a6844f7b83 Change MAINTAINER to ade@FreeBSD.org . 2000-01-07 02:07:00 +00:00
Yukihiro Nakai
54985dbae5 Update to 1.8.2
PR:		ports/15725
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-28 02:32:23 +00:00
Yukihiro Nakai
ae1e462c77 Update to 1.8.0
PR:		ports/15503
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-24 10:44:57 +00:00
Steve Price
4275cb17e6 New location on MASTER_SITE.
PR:		15238, 15248
Submitted by:	Ade Lovett <ade@lovett.com>
1999-12-04 19:08:13 +00:00
Yukihiro Nakai
b29c6736cb PR: ports/14303
Submitted by:Ade Lovett <ade@lovett.com>
Update to 1.7.3
1999-10-14 03:39:38 +00:00
Peter Wemm
85bc214e28 $Id$ -> $FreeBSD$ 1999-08-31 02:11:56 +00:00
Steve Price
2632c100ba Update to version 1.4.0.
PR:		12781 (2 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:40:41 +00:00
Steve Price
466b1016aa DISTFILES moved on MASTER_SITE. 1999-04-08 18:08:39 +00:00
Jacques Vidrine
f4442a7aa7 Upgrade to GNOME 1.0. The following are the details:
ports/audio/esound			0.2.7    ->  0.2.8	PR ports/10422
 ports/audio/gnomeaudio			0.99.8   ->  1.0.0	PR ports/10426
 ports/audio/libaudiofile		0.1.5    ->  0.1.6	PR ports/10421
 ports/deskutils/gnomepim		0.99.8.1 ->  1.0.1	PR ports/10435
 ports/devel/ORBit			0.3.98   ->  0.4.0	PR ports/10423
 ports/devel/gettext			shared libs now		PR ports/10293
 ports/devel/glib12			1.1.16   ->  1.2.0	PR ports/10419
 ports/devel/libgtop			0.99.8   ->  1.0.1	PR ports/10430
 ports/games/gnomegames			0.99.8   ->  1.0.1	PR ports/10436
 ports/graphics/electriceyes		distfile moved		PR ports/10437
 ports/graphics/imlib			1.9.3    ->  1.9.4	PR ports/10424
 ports/lang/gnomeobjc			0.99.3   ->  1.0.1	PR ports/10441
 ports/math/gnumeric			0.6      ->  0.15	PR ports/10439
 ports/misc/gnomeutils			0.99.5   ->  1.0.1	PR ports/10442
 ports/sysutils/gnomeadmin		0.99.1   ->  1.0.1	PR ports/10445
 ports/sysutils/gnomecontrolcenter	0.99.3.1 ->  1.0.1	PR ports/10446
 ports/sysutils/gtop			0.99.2   ->  1.0.1	PR ports/10477
 ports/textproc/libxml			0.99.8   ->  1.0.0	PR ports/10438
 ports/www/libghttp			distfile moved		PR ports/10429
 ports/x11/gnome			0.99.3   ->  1.0.0	PR ports/10450
 ports/x11/gnomecore			0.99.8.1 ->  1.0.1	PR ports/10432
 ports/x11/gnomelibs			0.99.8.1 ->  1.0.1	PR ports/10425
 ports/x11-fm/gnomemc			4.5.10   ->  4.5.23	PR ports/10448
 ports/x11-toolkits/gtk-engines		0.1      ->  0.5	PR ports/10427
 ports/x11-toolkits/gtk12		1.1.6    ->  1.2.0	PR ports/10420

Note that repository copies were made before this commit, as follows:

 ports/devel/glib11-devel       -> ports/devel/glib12
 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12

Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-03-09 01:13:40 +00:00
Vanilla I. Shu
b66f03295a Upgrade to 0.99.8. 1999-02-24 22:12:10 +00:00
Vanilla I. Shu
6dcb4ed514 Upgrade to 0.99.5. 1999-01-31 19:06:21 +00:00
Bill Fenner
dc90d64404 Use ${MASTER_SITE_GNOME} 1999-01-27 08:31:54 +00:00
Vanilla I. Shu
61bb3e5b9c Upgrade to 0.99.3. 1999-01-17 08:44:30 +00:00