1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
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
Pav Lucistnik
55a7e57766 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 13:47:05 +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
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
9aa335c591 ${LOCALBASE}/share/guile/slib/slibcat doesn't exist. The slib-guile port
installs ${LOCALBASE}/share/guile/slibcat.
2003-12-17 18:59:28 +00:00
Joe Marcus Clarke
f65433e394 This port also has a RUN_DEPENDS on slib-guile. Without it, new installations
won't be able to build GnuCash.
2003-12-17 18:36:37 +00:00
Pav Lucistnik
86589ecd1c - Fix dependency on slib-guile
Pointy hat to:	pav
2003-12-14 22:40:03 +00:00
Pav Lucistnik
6a3fd10c33 - Chase new slib-guile infrastructure 2003-12-14 20:19:55 +00:00
Edwin Groothuis
8294a1d608 Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
	(except sxm). I guess no maintainer would deny this trivial
	change.

PR:		ports/56052
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-28 00:01:09 +00:00
Kris Kennaway
218656ddba Utilize INFO and bump PORTREVISION. 2003-08-16 10:07:08 +00:00
Joe Marcus Clarke
8f73d1fb6e Remove a left over directory.
Reported by:	bento
2003-06-16 00:06:03 +00:00
Joe Marcus Clarke
6e2c11dcf5 Chase guile's shared lib version. 2003-05-02 03:29:26 +00:00
Joe Marcus Clarke
e28f0247c9 Remove USE_GNOMENG. 2003-04-20 03:03:05 +00:00
Joe Marcus Clarke
4ff7088c7e * Fix some GNOMNG typos
* Add a missing guile-gtk dependency
* De-pkg-comment

PR:	48925
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-03-04 17:48:26 +00:00
Joe Marcus Clarke
3de3a8322e Add missing dependency on gtk12.
Reported by:	bento
2003-02-11 04:25:33 +00:00
Joe Marcus Clarke
c0949c6ec0 Update to 1.3.4. 2003-02-05 06:11:32 +00:00
Maxim Sobolev
60cf4002f1 Add backup site until gnucash.org is up again. 2002-08-19 15:22:30 +00:00
Maxim Sobolev
a10a802d22 Update to 1.1.11. 2002-08-18 07:39:32 +00:00
Joe Marcus Clarke
71c8105783 Chase guile shared lib number.
Prompted by:	Mike Harding <mvh@ix.netcom.com>
2002-06-19 16:37:57 +00:00
Joe Marcus Clarke
943c1e88e3 Do not compile the g-wrap tests. This works around a build problem on
-CURRENT.
2002-06-09 06:35:21 +00:00
Maxim Sobolev
2c3c800c10 Update to 1.1.9. 2001-07-31 09:37:50 +00:00
Ade Lovett
430472d916 Fix fennerism
Submitted by:	distfile survey
2001-05-21 18:37:33 +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
548809869d Release a few ports back into the wild that I don't have
time to maintain any more.
2001-01-22 19:33:59 +00:00
Ade Lovett
252623ef8b Update to 0.9.12 2000-11-17 17:28:25 +00:00
Ade Lovett
c4e8ce1d75 Update to 0.9.8 2000-11-03 20:49:22 +00:00
Ade Lovett
8b4d928c63 Assume maintainership (from ports).. it's a somewhat important
dependency for gnucash
2000-10-03 22:39:26 +00:00
Chris Piazza
38d5ae582a Update to 0.9.5
PR:		20496
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
2000-08-09 16:55:09 +00:00
Ade Lovett
43cb09fb69 Update for new shlib revision from guile 1.4 2000-08-04 01:05:13 +00:00
Chris D. Faulhaber
ce177d24f5 Correct WWW 2000-07-29 23:47:59 +00:00
Will Andrews
310336da71 freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;
fix process of install-info.

PR:		19943
Submitted by:	Ports Fury
2000-07-15 18:34:05 +00:00
Steve Price
c657900655 Adding g-wrap version 0.9.4.
A tool for exporting C libraries into Scheme interpreters.

PR:		19575
Submitted by:	Matthew Condell <mcondell@alum.mit.edu>
2000-07-10 04:16:53 +00:00