Commit graph

6 commits

Author SHA1 Message Date
Tijl Coosemans
1ee4da6dd1 Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS.  Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.

Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set.  Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.

Fix some issues with LIBS in some ports.

Switch ports that don't support LIBS to localbase:ldflags.

PR:		212987
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-30 19:24:30 +00:00
Kirill Ponomarev
1787ec7d02 Update to version 0.33
PR:		ports/71062
Submitted by:	Ports Fury
2004-08-28 06:59:18 +00:00
Tilman Keskinoz
19d31ee14f Fix build with gcc 3.4 2004-08-06 16:24:03 +00:00
Kirill Ponomarev
b64c560972 - Update to version 0.32
PR:		60340
Submitted by:	Ports Fury
2003-12-18 09:56:10 +00:00
Kirill Ponomarev
cb862ef852 - Update to version 0.31
PR:		60145
Submitted by:	Ports Fury
2003-12-11 14:43:17 +00:00
Vanilla I. Shu
0589be3553 Fix pkg-comment format.
Do not install .la file

PR:		ports/42245
Submitted by:	Ports Fury.
2002-09-01 15:14:44 +00:00