svn commit: r325751 - in head/misc: amanda-server podsleuth sword

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 31 00:32:34 UTC 2013


Author: bapt
Date: Sat Aug 31 00:32:33 2013
New Revision: 325751
URL: http://svnweb.freebsd.org/changeset/ports/325751

Log:
  Convert USE_GNOME=pkgconfig to USES=pkgconfig
  Convert USE_GNOME=gnomehack to USES=pathfix
  Convert USE_GMAKE to USES=gmake
  Convert USE_PERL5 to USES=perl5

Modified:
  head/misc/amanda-server/Makefile
  head/misc/podsleuth/Makefile
  head/misc/sword/Makefile

Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile	Sat Aug 31 00:29:43 2013	(r325750)
+++ head/misc/amanda-server/Makefile	Sat Aug 31 00:32:33 2013	(r325751)
@@ -20,11 +20,10 @@ SLAVEDIRS=	misc/amanda-client
 
 LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig glib20
-USE_GMAKE=	yes
+USES=		gmake pkgconfig perl5
+USE_GNOME=	glib20
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
-USE_PERL5=	yes
 CONFIGURE_ARGS=	--libexecdir=${PREFIX}/libexec/amanda \
 		--without-amlibexecdir \
 		--with-amandahosts --with-fqdn \

Modified: head/misc/podsleuth/Makefile
==============================================================================
--- head/misc/podsleuth/Makefile	Sat Aug 31 00:29:43 2013	(r325750)
+++ head/misc/podsleuth/Makefile	Sat Aug 31 00:32:33 2013	(r325751)
@@ -20,8 +20,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/mono:${POR
 CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USE_GNOME=	gnomehack pkgconfig
+USES=		gmake pkgconfig pathfix
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \

Modified: head/misc/sword/Makefile
==============================================================================
--- head/misc/sword/Makefile	Sat Aug 31 00:29:43 2013	(r325750)
+++ head/misc/sword/Makefile	Sat Aug 31 00:32:33 2013	(r325751)
@@ -19,8 +19,7 @@ BUILD_DEPENDS=	cppunit-config:${PORTSDIR
 
 
 USE_GCC=	any
-USE_GNOME=	pkgconfig
-USE_GMAKE=	yes
+USES=		pkgconfig gmake
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	automake autoconf
 CONFIGURE_ARGS+=	--without-conf --with-zlib


More information about the svn-ports-head mailing list