svn commit: r418530 - branches/2016Q3/mail/postsrsd
Kubilay Kocak
koobs at FreeBSD.org
Thu Jul 14 12:04:43 UTC 2016
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 at 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
More information about the svn-ports-branches
mailing list