From owner-svn-ports-all@FreeBSD.ORG Mon May 26 13:13:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D85EBD4A; Mon, 26 May 2014 13:13:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B919A21CF; Mon, 26 May 2014 13:13:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QDDmsK010124; Mon, 26 May 2014 13:13:48 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QDDk98010106; Mon, 26 May 2014 13:13:46 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405261313.s4QDDk98010106@svn.freebsd.org> From: Martin Wilke Date: Mon, 26 May 2014 13:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355332 - in head/emulators: atari800 darcnes dynamips-devel raine snes9x stella vMac yape zsnes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 13:13:48 -0000 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@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@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