From owner-svn-ports-all@FreeBSD.ORG Thu Sep 11 13:48:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C504A0B; Thu, 11 Sep 2014 13:48:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86C56DC8; Thu, 11 Sep 2014 13:48:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BDmUOH042219; Thu, 11 Sep 2014 13:48:30 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BDmUcV042218; Thu, 11 Sep 2014 13:48:30 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201409111348.s8BDmUcV042218@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 11 Sep 2014 13:48:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367933 - head/security/courier-authlib-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 13:48:30 -0000 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 # $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"