Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2016 03:26:50 +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: r419762 - head/sysutils/cfengine37
Message-ID:  <201608070326.u773QoRD023513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sun Aug  7 03:26:49 2016
New Revision: 419762
URL: https://svnweb.freebsd.org/changeset/ports/419762

Log:
  Fix issues identified by Mk/Scripts/qa.sh.

Modified:
  head/sysutils/cfengine37/Makefile

Modified: head/sysutils/cfengine37/Makefile
==============================================================================
--- head/sysutils/cfengine37/Makefile	Sun Aug  7 03:26:35 2016	(r419761)
+++ head/sysutils/cfengine37/Makefile	Sun Aug  7 03:26:49 2016	(r419762)
@@ -27,9 +27,9 @@ USE_RC_SUBR=	cf-execd cf-serverd cf-moni
 
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USES=		autoreconf cpe gmake libtool shebangfix
+USES=		autoreconf cpe gmake libtool shebangfix ssl
+USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
 CFLAGS+=	-Wno-return-type
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -48,12 +48,14 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 INSTALL_TARGET=	install-strip
 
 LIB_DEPENDS+=	libpcre.so:devel/pcre \
-		liblmdb.so:databases/lmdb
+		liblmdb.so:databases/lmdb \
+		libyaml.so:textproc/libyaml
 
 OPTIONS_DEFINE=	PGSQL MYSQL LIBVIRT
 
 PGSQL_USES=		pgsql
 PGSQL_CONFIGURE_ON=	--with-postgresql=${LOCALBASE}
+PGSQL_CONFIGURE_OFF=	--without-postgresql
 
 MYSQL_USE=		MYSQL=yes
 MYSQL_CONFIGURE_ON=	--with-mysql=${LOCALBASE}
@@ -61,6 +63,7 @@ MYSQL_LIB_DEPENDS=		libmysqlclient.so:${
 MYSQL_LDFLAGS=		-L${LOCALBASE}/lib/mysql
 
 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
 
 .include <bsd.port.mk>



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