Commit graph

10 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
Clement Laforet
0d9fa6a1c4 - backout -fPIC related wrong commits
I spend most of my night looking for a nice solution.
  I found one very crappy, I'll dig into this later.
2004-03-23 14:24:42 +00:00
Clement Laforet
2e41175882 Oops, fix patch (which fails to apply cleanly)
No more ports for today...

Pointy hat to:	me
2004-03-22 21:36:45 +00:00
Clement Laforet
6b619625ea Set -fPIC in the correct way.
Maintainer informed.

Reminded by:	kris
No cookie for:	me
2004-03-22 21:29:42 +00:00
Clement Laforet
bcb9092cfd Use USE_OPENLDAP instead of USE_OPENLDAP_VER.
Submitted by:	maintainer
Spotted by:	eik
2004-03-22 19:47:06 +00:00
Clement Laforet
dff9c57161 - Add -fPIC
- SIZEify
- Switch to OpenLDAP 2.2

PR:             64513
Submitted by:   Sven Petai <hadara@bsd.ee> (maintainer)
2004-03-22 17:34:57 +00:00
Kris Kennaway
e4cf19b884 BROKEN on amd64: Does not compile (missing -fPIC from shared library
compilation)
2004-03-19 11:58: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
Edwin Groothuis
867f451ee7 [new port] security/opensc-esteid: modified version of the
security/opensc port that works with Estonian Electronic ID card

	This is modified version of the OpenSC port that works with
	Estonian Electronic ID card (EstEID).

	WWW: http://marie.vtl.ee/esteid/

PR:		ports/56612
Submitted by:	Sven Petai <hadara@bsd.ee>
2003-10-07 23:34:40 +00:00