Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 00:32:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325751 - in head/misc: amanda-server podsleuth sword
Message-ID:  <201308310032.r7V0WXBs037307@svn.freebsd.org>

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



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