svn commit: r419761 - head/sysutils/cfengine38

Mathieu Arnold mat at FreeBSD.org
Sun Aug 7 10:31:17 UTC 2016


+--On 7 août 2016 03:26:35 +0000 Cy Schubert <cy at FreeBSD.org> wrote:
|  PGSQL_USES=		pgsql
|  PGSQL_CONFIGURE_ON=	--with-postgresql=${LOCALBASE}
| +PGSQL_CONFIGURE_OFF=	--without-postgresql

This should be:
PGSQL_CONFIGURE_WITH=	postgresql=${LOCALBASE}

|  LIBVIRT_CONFIGURE_ON=	--with-libvirt=${LOCALBASE}
| -LIBVIRT_LIB_DEPENDS+=		libvirt.so:devel/libvirt
| +LIBVIRT_CONFIGURE_OFF=	--without-libvirt
| +LIBVIRT_LIB_DEPENDS=	libvirt.so:devel/libvirt

Same here,
LIBVIRT_CONFIGURE_WITH=	libvirt=${LOCALBASE}

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160807/cd40b8ec/attachment.sig>


More information about the svn-ports-all mailing list