From owner-svn-ports-head@FreeBSD.ORG Tue Dec 10 18:29:25 2013 Return-Path: Delivered-To: svn-ports-head@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 68773BBE; Tue, 10 Dec 2013 18:29:25 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 495781374; Tue, 10 Dec 2013 18:29:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBAITPhI059036; Tue, 10 Dec 2013 18:29:25 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBAITOuQ059029; Tue, 10 Dec 2013 18:29:24 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312101829.rBAITOuQ059029@svn.freebsd.org> From: Pawel Pekala Date: Tue, 10 Dec 2013 18:29:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336075 - in head/mail: postfix postfix-current postfix27 postfix28 postfix29 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 18:29:25 -0000 Author: pawel Date: Tue Dec 10 18:29:23 2013 New Revision: 336075 URL: http://svnweb.freebsd.org/changeset/ports/336075 Log: Links dynamically to libcdb after databases/tinycdb update PR: ports/184666 Submitted by: me Approved by: bapt (portmgr) Modified: head/mail/postfix-current/Makefile head/mail/postfix/Makefile head/mail/postfix27/Makefile head/mail/postfix28/Makefile head/mail/postfix29/Makefile Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue Dec 10 18:16:51 2013 (r336074) +++ head/mail/postfix-current/Makefile Tue Dec 10 18:29:23 2013 (r336075) @@ -216,7 +216,7 @@ POSTFIX_CCARGS+= -I${LOCALBASE}/include/ .endif .if ${PORT_OPTIONS:MCDB} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb +LIB_DEPENDS+= libcdb.so:${PORTSDIR}/databases/tinycdb POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lcdb .endif Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Tue Dec 10 18:16:51 2013 (r336074) +++ head/mail/postfix/Makefile Tue Dec 10 18:29:23 2013 (r336075) @@ -218,7 +218,7 @@ POSTFIX_CCARGS+= -I${LOCALBASE}/include/ .endif .if ${PORT_OPTIONS:MCDB} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb +LIB_DEPENDS+= libcdb.so:${PORTSDIR}/databases/tinycdb POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lcdb .endif Modified: head/mail/postfix27/Makefile ============================================================================== --- head/mail/postfix27/Makefile Tue Dec 10 18:16:51 2013 (r336074) +++ head/mail/postfix27/Makefile Tue Dec 10 18:29:23 2013 (r336075) @@ -198,7 +198,7 @@ _REQUIRE+= slapd .endif .if ${PORT_OPTIONS:MCDB} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb +LIB_DEPENDS+= libcdb.so:${PORTSDIR}/databases/tinycdb POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lcdb .endif Modified: head/mail/postfix28/Makefile ============================================================================== --- head/mail/postfix28/Makefile Tue Dec 10 18:16:51 2013 (r336074) +++ head/mail/postfix28/Makefile Tue Dec 10 18:29:23 2013 (r336075) @@ -220,7 +220,7 @@ POSTFIX_CCARGS+= -I${LOCALBASE}/include/ .endif .if ${PORT_OPTIONS:MCDB} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb +LIB_DEPENDS+= libcdb.so:${PORTSDIR}/databases/tinycdb POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lcdb .endif Modified: head/mail/postfix29/Makefile ============================================================================== --- head/mail/postfix29/Makefile Tue Dec 10 18:16:51 2013 (r336074) +++ head/mail/postfix29/Makefile Tue Dec 10 18:29:23 2013 (r336075) @@ -220,7 +220,7 @@ POSTFIX_CCARGS+= -I${LOCALBASE}/include/ .endif .if ${PORT_OPTIONS:MCDB} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb +LIB_DEPENDS+= libcdb.so:${PORTSDIR}/databases/tinycdb POSTFIX_CCARGS+= -DHAS_CDB -I${LOCALBASE}/include POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lcdb .endif