svn commit: r355332 - in head/emulators: atari800 darcnes dynamips-devel raine snes9x stella vMac yape zsnes

Martin Wilke miwi at FreeBSD.org
Mon May 26 13:13:48 UTC 2014


Author: miwi
Date: Mon May 26 13:13:46 2014
New Revision: 355332
URL: http://svnweb.freebsd.org/changeset/ports/355332
QAT: https://qat.redports.org/buildarchive/r355332/

Log:
  - Convert gmake,bzip2 to USES
  
  Approved by:	portmgr

Modified:
  head/emulators/atari800/Makefile
  head/emulators/darcnes/Makefile
  head/emulators/dynamips-devel/Makefile
  head/emulators/raine/Makefile
  head/emulators/snes9x/Makefile
  head/emulators/stella/Makefile
  head/emulators/vMac/Makefile
  head/emulators/yape/Makefile
  head/emulators/zsnes/Makefile

Modified: head/emulators/atari800/Makefile
==============================================================================
--- head/emulators/atari800/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/atari800/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -20,7 +20,7 @@ RESTRICTED=	xf25 contains copyright ROMs
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
 MAN1=		atari800.1

Modified: head/emulators/darcnes/Makefile
==============================================================================
--- head/emulators/darcnes/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/darcnes/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -17,7 +17,7 @@ NO_CDROM=	Commercial use is restricted
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 WANT_GNOME=	yes
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_ARGS=	CC="${CC}" TARGET_CC="${CC}" CXX="${CXX}" TARGET_CXX="${CXX}" \
 		AS="${AS}" TARGET_AS="${CC}" LD="${LD}" TARGET_LD="${CC}"
 

Modified: head/emulators/dynamips-devel/Makefile
==============================================================================
--- head/emulators/dynamips-devel/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/dynamips-devel/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	elf.0:${PORTSDIR}/devel/lib
 CONFLICTS=	dynamips-[0-9]* dynamips-community-[0-9]*
 LICENSE=	GPLv2
 
-USE_GMAKE=	yes
+USES=		gmake
 ALL_TARGET=	${PORTNAME} nvram_export
 MAKE_ENV=	DYNAMIPS_ARCH=${DYNAMIPS_ARCH}\
 		PTHREAD_CFLAGS=${PTHREAD_CFLAGS}\

Modified: head/emulators/raine/Makefile
==============================================================================
--- head/emulators/raine/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/raine/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	alleg:${PORTSDIR}/devel/all
 		vga.1:${PORTSDIR}/graphics/svgalib
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+
+USES=		gmake tar:bzip2
 USE_SDL=	sdl
 USE_GNOME=	gnomehier
 MAKEFILE=	makefile

Modified: head/emulators/snes9x/Makefile
==============================================================================
--- head/emulators/snes9x/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/snes9x/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -14,9 +14,8 @@ COMMENT=	Super Nintendo Entertainment Sy
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-USE_BZIP2=	yes
 USE_XORG=	x11 sm ice xext
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--without-extensions
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/stella/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_SDL=	sdl
-USE_GMAKE=	yes
+USES=		gmake
 HAS_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/emulators/vMac/Makefile
==============================================================================
--- head/emulators/vMac/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/vMac/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -13,7 +13,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Emulates a MacPlus machine!  Runs MacOS versions up to 7.5.5
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 ice sm xext
 SUB_FILES=	pkg-message

Modified: head/emulators/yape/Makefile
==============================================================================
--- head/emulators/yape/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/yape/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -12,7 +12,7 @@ MAINTAINER=	jmohacsi at bsd.hu
 COMMENT=	Yet Another Commodore +4 Emulator
 
 USE_SDL=	sdl
-USE_GMAKE=	yes
+USES=		gmake
 NO_WRKSUBDIR=	yes
 ALL_TARGET=	yape
 

Modified: head/emulators/zsnes/Makefile
==============================================================================
--- head/emulators/zsnes/Makefile	Mon May 26 13:11:43 2014	(r355331)
+++ head/emulators/zsnes/Makefile	Mon May 26 13:13:46 2014	(r355332)
@@ -27,9 +27,8 @@ OPTIONS_DEFAULT=X11 JMA
 DEBUGGER_DESC=	ZSNES Debugger
 JMA_DESC=	JMA support
 
-USE_BZIP2=	yes
 USE_SDL=	sdl
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-cpucheck
 


More information about the svn-ports-all mailing list