Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2016 12:04:41 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r418530 - branches/2016Q3/mail/postsrsd
Message-ID:  <201607141204.u6EC4fTF087898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Thu Jul 14 12:04:41 2016
New Revision: 418530
URL: https://svnweb.freebsd.org/changeset/ports/418530

Log:
  MFH: r418529 mail/postsrsd: Remove USE_LDCONFIG
  
  postsrsd does not install shared libraries but the port uses
  USE_LDCONFIG causing the following warning:
  
  ldconfig: warning: /usr/local/lib/postsrsd: No such file or directory
  
  Remove USE_LDCONFIG to compensate
  
  PR:		211097
  Reported by:	Miroslav Lachman <000.fbsd quip cz>
  Approved by:	Krzysztof <ports bsdserwis com> (maintainer)
  Approved by:	portmgr (blanket)
  
  Approved by:	portmgr (blanket)

Modified:
  branches/2016Q3/mail/postsrsd/Makefile
Directory Properties:
  branches/2016Q3/   (props changed)

Modified: branches/2016Q3/mail/postsrsd/Makefile
==============================================================================
--- branches/2016Q3/mail/postsrsd/Makefile	Thu Jul 14 11:59:19 2016	(r418529)
+++ branches/2016Q3/mail/postsrsd/Makefile	Thu Jul 14 12:04:41 2016	(r418530)
@@ -3,7 +3,7 @@
 
 PORTNAME=	postsrsd
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 
 MAINTAINER=	ports@bsdserwis.com
@@ -23,7 +23,6 @@ USES=		cmake pkgconfig
 CMAKE_ARGS=	--no-warn-unused-cli \
 		-DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \
 		-DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib"
-USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 USE_RC_SUBR=	${PORTNAME}
 
 PORTDOCS=	README.md main.cf.ex README_UPGRADE.md



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