Date: Sun, 23 Nov 2014 13:22:05 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373147 - in head/sysutils: cfengine33 cfengine34 cfengine35 Message-ID: <201411231322.sANDM5a9064142@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411231322.sANDM5a9064142>