Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 18:29:24 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
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
Message-ID:  <201312101829.rBAITOuQ059029@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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