svn commit: r444013 - in head/sysutils: cfengine310 cfengine36 cfengine37 cfengine38 cfengine39

Cy Schubert cy at FreeBSD.org
Wed Jun 21 03:40:20 UTC 2017


Author: cy
Date: Wed Jun 21 03:40:18 2017
New Revision: 444013
URL: https://svnweb.freebsd.org/changeset/ports/444013

Log:
  Switch to USES=localbase.

Modified:
  head/sysutils/cfengine310/Makefile
  head/sysutils/cfengine36/Makefile
  head/sysutils/cfengine37/Makefile
  head/sysutils/cfengine38/Makefile
  head/sysutils/cfengine39/Makefile

Modified: head/sysutils/cfengine310/Makefile
==============================================================================
--- head/sysutils/cfengine310/Makefile	Wed Jun 21 02:55:37 2017	(r444012)
+++ head/sysutils/cfengine310/Makefile	Wed Jun 21 03:40:18 2017	(r444013)
@@ -29,12 +29,10 @@ MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USES=		autoreconf \
-		cpe gmake libtool shebangfix ssl
+		cpe gmake localbase libtool shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
 CFLAGS+=	-Wno-return-type
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 MAKE_ENV=	EXPLICIT_VERSION=${PORTVERSION}

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Wed Jun 21 02:55:37 2017	(r444012)
+++ head/sysutils/cfengine36/Makefile	Wed Jun 21 03:40:18 2017	(r444013)
@@ -30,11 +30,9 @@ USE_RC_SUBR=	cf-execd cf-serverd cf-monitord
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES=		autoreconf cpe gmake libtool shebangfix ssl
+USES=		autoreconf cpe gmake libtool localbase shebangfix ssl
 SHEBANG_FILES=	examples/remake_outputs.pl
 CFLAGS+=	-Wno-return-type
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \

Modified: head/sysutils/cfengine37/Makefile
==============================================================================
--- head/sysutils/cfengine37/Makefile	Wed Jun 21 02:55:37 2017	(r444012)
+++ head/sysutils/cfengine37/Makefile	Wed Jun 21 03:40:18 2017	(r444013)
@@ -29,12 +29,10 @@ USE_RC_SUBR=	cf-execd cf-serverd cf-monitord
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES=		autoreconf cpe gmake libtool shebangfix ssl
+USES=		autoreconf cpe gmake libtool localbase shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
 CFLAGS+=	-Wno-return-type
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \

Modified: head/sysutils/cfengine38/Makefile
==============================================================================
--- head/sysutils/cfengine38/Makefile	Wed Jun 21 02:55:37 2017	(r444012)
+++ head/sysutils/cfengine38/Makefile	Wed Jun 21 03:40:18 2017	(r444013)
@@ -29,12 +29,10 @@ USE_RC_SUBR=	cf-execd cf-serverd cf-monitord
 MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USES=		autoreconf cpe gmake libtool shebangfix ssl
+USES=		autoreconf cpe gmake libtool localbase shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
 CFLAGS+=	-Wno-return-type
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \

Modified: head/sysutils/cfengine39/Makefile
==============================================================================
--- head/sysutils/cfengine39/Makefile	Wed Jun 21 02:55:37 2017	(r444012)
+++ head/sysutils/cfengine39/Makefile	Wed Jun 21 03:40:18 2017	(r444013)
@@ -30,12 +30,10 @@ MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USES=		autoreconf:build \
-		cpe gmake libtool shebangfix ssl
+		cpe gmake libtool localbase shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
 CFLAGS+=	-Wno-return-type
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 MAKE_ENV=	EXPLICIT_VERSION=${PORTVERSION}


More information about the svn-ports-head mailing list