Commit graph

19 commits

Author SHA1 Message Date
Sergey A. Osokin
e662720ff2 Update coda5*- and coda6*-affiliated software.
Fix build under fresh -CURRENT (gcc 3.4.2).

Bump or remove PORTREVISION where it needed.
2004-08-10 17:06:15 +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
Kris Kennaway
4e8fb4ec67 BROKEN on !i386 and !alpha: Does not compile 2004-03-06 23:07:23 +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
Kevin Lo
108a4f0426 Update to 1.10
PR: 50336
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
2003-03-28 05:06:01 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Ying-Chieh Liao
b86cdf1f95 - Do not install useless .la file
PR:		45928
Submitted by:	Ports Fury
2002-12-22 17:46:50 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
c1a25a399f Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer"
in this case.

Approved by:	pat
2002-11-07 03:40:39 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Shafeeq Sinnamohideen
885dfb4c17 Updated for Coda-5.3.15
Shafeeq
2001-11-16 20:52:25 +00:00
Shafeeq Sinnamohideen
1f1a87b745 Updated to Coda 5.3.15
Always using the provided configure script now
2001-06-14 19:09:13 +00:00
Shafeeq Sinnamohideen
aea0b25740 Updated to Coda 5.3.14 2001-04-23 20:41:47 +00:00
Shafeeq Sinnamohideen
6598645c5d Updated for coda-5.3.12, skipping past 5.3.11 2001-01-19 21:57:53 +00:00
Shafeeq Sinnamohideen
167303e078 Updated to latest versions needed by coda-5.3.9 release 2000-10-05 22:42:10 +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
Steve Price
355488ca3f Adding lpw version 1.4.
A userspace thread library developed as part of the CODA project.

PR:		17941
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-29 04:13:36 +00:00