svn commit: r512631 - head/sysutils/cfengine-devel

Cy Schubert cy at FreeBSD.org
Mon Sep 23 11:51:18 UTC 2019


Author: cy
Date: Mon Sep 23 11:51:17 2019
New Revision: 512631
URL: https://svnweb.freebsd.org/changeset/ports/512631

Log:
  Remove bogosity.
  
  Reported by:	mat

Modified:
  head/sysutils/cfengine-devel/Makefile

Modified: head/sysutils/cfengine-devel/Makefile
==============================================================================
--- head/sysutils/cfengine-devel/Makefile	Mon Sep 23 11:43:34 2019	(r512630)
+++ head/sysutils/cfengine-devel/Makefile	Mon Sep 23 11:51:17 2019	(r512631)
@@ -63,17 +63,15 @@ LIB_DEPENDS+=	libpcre.so:devel/pcre \
 OPTIONS_DEFINE=	PGSQL MYSQL LIBVIRT
 
 PGSQL_USES=		pgsql
-PGSQL_CONFIGURE_WITH=	--with-postgresql=${LOCALBASE}
-PGSQL_CONFIGURE_OFF=	--without-postgresql
+PGSQL_CONFIGURE_WITH=	postgresql=${LOCALBASE}
 
 MYSQL_USES=		mysql
 MYSQL_BROKEN=		configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL.
-MYSQL_CONFIGURE_WITH=	--with-mysql=${LOCALBASE}
-MYSQL_CONFIGURE_OFF=	--without-mysql
+MYSQL_CONFIGURE_WITH=	mysql=${LOCALBASE}
 MYSQL_LIB_DEPENDS=	libmysqlclient.so:${_MYSQL_CLIENT}
 MYSQL_LDFLAGS=		-L${LOCALBASE}/lib/mysql
 
-LIBVIRT_CONFIGURE_WITH=	--with-libvirt=${LOCALBASE}
+LIBVIRT_CONFIGURE_WITH=	libvirt=${LOCALBASE}
 LIBVIRT_LIB_DEPENDS+=	libvirt.so:devel/libvirt
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list