Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 11:51:17 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512631 - head/sysutils/cfengine-devel
Message-ID:  <201909231151.x8NBpH0d037857@repo.freebsd.org>

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



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