From owner-svn-ports-branches@freebsd.org Thu Jul 14 12:04:42 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8F50B98D11; Thu, 14 Jul 2016 12:04:42 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A58F11750; Thu, 14 Jul 2016 12:04:42 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6EC4fGf087899; Thu, 14 Jul 2016 12:04:41 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6EC4fTF087898; Thu, 14 Jul 2016 12:04:41 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201607141204.u6EC4fTF087898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 14 Jul 2016 12:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r418530 - branches/2016Q3/mail/postsrsd X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2016 12:04:43 -0000 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 (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