svn commit: r367933 - head/security/courier-authlib-base

Guido Falsi madpilot at FreeBSD.org
Thu Sep 11 13:48:30 UTC 2014


Author: madpilot
Date: Thu Sep 11 13:48:30 2014
New Revision: 367933
URL: http://svnweb.freebsd.org/changeset/ports/367933
QAT: https://qat.redports.org/buildarchive/r367933/

Log:
  Add back USE_LDCONFIG for coourier-authlib-base only.
  
  This ports installs libraries needed by other fostware in it's own
  directory, so USE_LDCONFIG is needed heere or libraries will not
  be found.
  
  PR:		193521
  Submitted by:	nick at foobar.org
  Approved by:	portmgr (just fix it blanket)

Modified:
  head/security/courier-authlib-base/Makefile

Modified: head/security/courier-authlib-base/Makefile
==============================================================================
--- head/security/courier-authlib-base/Makefile	Thu Sep 11 13:38:02 2014	(r367932)
+++ head/security/courier-authlib-base/Makefile	Thu Sep 11 13:48:30 2014	(r367933)
@@ -1,7 +1,7 @@
 # Created by: Oliver Lehmann <oliver at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-base
 
 COMMENT=	Courier authentication library base
@@ -9,4 +9,6 @@ CATEGORIES=	security mail
 
 MASTERDIR=	${.CURDIR}/../../security/courier-authlib
 
+USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list