Commit graph

35 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
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +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
Thomas Gellekum
f98979c09d Oops, forgot to add patch-configure. 2003-10-02 08:02:21 +00:00
Thomas Gellekum
62881bd216 Upgrade to 0.15.1.
PR:		57096 56440
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Disown this port.
2003-10-02 07:59:26 +00:00
Jun Kuriyama
c3b5bdc727 Fix typo in last commit. 2003-04-25 11:23:48 +00:00
Jun Kuriyama
54f98ef250 Update WWW and MASTER_SITE.
Submitted by:	MA, Dunzi <tadalunch@sources.redhat.com>
PR:		ports/48312
2003-04-25 11:22:19 +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
Thomas Gellekum
9e2fd4b4b4 New master site. 2001-06-22 11:58:48 +00:00
Jimmy Olgeni
a130b2e7dd Batch of style fixes for x11-toolkits. 2001-02-05 16:49:17 +00:00
Thomas Gellekum
3f1b37a210 Use XAWVER instead of setting the lib's major number explicitly. 2000-09-06 12:24:29 +00:00
Kris Kennaway
55125c0c3d Remove extraneous file on deinstall
Noticed by:	bento
2000-07-03 03:40:32 +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
Thomas Gellekum
96f90a75b6 Fix PLIST. 2000-06-16 07:54:13 +00:00
Maxim Sobolev
86b4fafcd1 Update to 0.9.
+ drop aout support;
+ add a WWW.
2000-06-07 12:19:26 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Thomas Gellekum
4c5927bd52 Upgrade to 0.8. 2000-03-30 08:17:19 +00:00
Steve Price
2253615790 Recent changes to the compiler on the Alpha seem to have fixed the build
of this port.
2000-02-20 20:55:06 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
Steve Price
ff5f768f22 On the Alpha this port's build dies with a compiler error in function
fixup_memory_subreg.
1999-06-22 17:03:43 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Thomas Gellekum
24577cb2b4 $MASTER_SITE doesn't seem to exist anymore. Put it in my homedir. 1998-10-28 08:06:37 +00:00
Steve Price
4078b0186f Convert to ELF. 1998-09-21 22:21:42 +00:00
Satoshi Asami
839f94d88c Move "FWF Xaw3d auis blt iv lesstif neXtaw pmw pygtk qt qt133 qt140
slingshot tix tk41 tk42 tk80 tk81 tkstep80 v xbae xforms xview-clients
xview-config xview-lib" from x11 to x11-toolkits.
1998-08-07 22:56:48 +00:00
Thomas Gellekum
944910bb30 Execute `ldconfig -R' at the pkg_delete step.
PR:		6281
Submitted by:	SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Thomas Gellekum
ab4161a251 Upgrade to 0.5.1. 1997-11-06 08:55:42 +00:00
Satoshi Asami
cd337b5ab4 Oops, forgot to commit the other half of hack to fix this for XFree86-3.3. 1997-08-13 09:09:21 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
Satoshi Asami
b2e44bc8dc Make symlink "X11 -> exports/include" to make XFree86-3.3 config files happy. 1997-06-12 18:01:07 +00:00
Bill Fenner
92af2432c2 Distfile moved.
Found by:	distfile checker
1997-04-02 00:25:40 +00:00
Thomas Gellekum
db190ba6ac Import of neXtaw, a replacement for Xaw which adds a NEXTSTEP look. 1997-01-20 07:15:18 +00:00