svn commit: r373147 - in head/sysutils: cfengine33 cfengine34 cfengine35
Chris Rees
crees at FreeBSD.org
Sun Nov 23 13:22:06 UTC 2014
Author: crees
Date: Sun Nov 23 13:22:05 2014
New Revision: 373147
URL: https://svnweb.freebsd.org/changeset/ports/373147
QAT: https://qat.redports.org/buildarchive/r373147/
Log:
Remove extra and now incorrect dependencies on postgresql libs-- these
were always unnecessary anyway.
Submitted by: mat
Modified:
head/sysutils/cfengine33/Makefile
head/sysutils/cfengine34/Makefile
head/sysutils/cfengine35/Makefile
Modified: head/sysutils/cfengine33/Makefile
==============================================================================
--- head/sysutils/cfengine33/Makefile Sun Nov 23 13:04:02 2014 (r373146)
+++ head/sysutils/cfengine33/Makefile Sun Nov 23 13:22:05 2014 (r373147)
@@ -61,7 +61,6 @@ LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/dat
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
-LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
.endif
.if ${PORT_OPTIONS:MMYSQL}
Modified: head/sysutils/cfengine34/Makefile
==============================================================================
--- head/sysutils/cfengine34/Makefile Sun Nov 23 13:04:02 2014 (r373146)
+++ head/sysutils/cfengine34/Makefile Sun Nov 23 13:22:05 2014 (r373147)
@@ -65,7 +65,6 @@ LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/dat
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
-LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
.endif
.if ${PORT_OPTIONS:MMYSQL}
Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile Sun Nov 23 13:04:02 2014 (r373146)
+++ head/sysutils/cfengine35/Makefile Sun Nov 23 13:22:05 2014 (r373147)
@@ -64,7 +64,6 @@ LIB_DEPENDS+= libqdbm.so:${PORTSDIR}/dat
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}
-LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client
.endif
.if ${PORT_OPTIONS:MMYSQL}
More information about the svn-ports-head
mailing list