Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 13:48:30 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367933 - head/security/courier-authlib-base
Message-ID:  <201409111348.s8BDmUcV042218@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409111348.s8BDmUcV042218>