Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 15:17:16 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322337 - in head: astro/boinc-astropulse emulators/libspectrum games/torcs lang/nbc
Message-ID:  <201307051517.r65FHGJD072713@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Jul  5 15:17:15 2013
New Revision: 322337
URL: http://svnweb.freebsd.org/changeset/ports/322337

Log:
  Convert to USES=gmake
  
  Remove an empty OPTIONS_DEFAULT in lang/nbc

Modified:
  head/astro/boinc-astropulse/Makefile
  head/emulators/libspectrum/Makefile
  head/games/torcs/Makefile
  head/lang/nbc/Makefile

Modified: head/astro/boinc-astropulse/Makefile
==============================================================================
--- head/astro/boinc-astropulse/Makefile	Fri Jul  5 15:01:08 2013	(r322336)
+++ head/astro/boinc-astropulse/Makefile	Fri Jul  5 15:17:15 2013	(r322337)
@@ -19,11 +19,10 @@ BUILD_DEPENDS=	${LOCALBASE}/include/fftw
 RUN_DEPENDS=	boinc_client:${PORTSDIR}/net/boinc-client
 LIB_DEPENDS=	fftw3f:${PORTSDIR}/math/fftw3-float
 
-USES=		pkgconfig
+USES=		gmake pkgconfig
 USE_XZ=		yes
 USE_AUTOTOOLS=	autoconf:env automake:env libtool
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/client
 
 CFLAGS+=	-O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \

Modified: head/emulators/libspectrum/Makefile
==============================================================================
--- head/emulators/libspectrum/Makefile	Fri Jul  5 15:01:08 2013	(r322336)
+++ head/emulators/libspectrum/Makefile	Fri Jul  5 15:17:15 2013	(r322337)
@@ -14,10 +14,9 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USES=		pkgconfig
+USES=		gmake pkgconfig
 
 MAN3=		libspectrum.3
 

Modified: head/games/torcs/Makefile
==============================================================================
--- head/games/torcs/Makefile	Fri Jul  5 15:01:08 2013	(r322336)
+++ head/games/torcs/Makefile	Fri Jul  5 15:17:15 2013	(r322337)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 		vorbis:${PORTSDIR}/audio/libvorbis
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-USES=		shebangfix
+USES=		gmake shebangfix
 SHEBANG_FILES=	src/linux/torcs.in src/tools/accc/accc.in \
 		src/tools/nfsperf/nfsperf.in \
 		src/tools/texmapper/texmapper.in src/tools/nfs2ac/nfs2ac.in \
@@ -30,7 +30,6 @@ USE_GL=		glut
 USE_OPENAL=	al alut
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib
 CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"

Modified: head/lang/nbc/Makefile
==============================================================================
--- head/lang/nbc/Makefile	Fri Jul  5 15:01:08 2013	(r322336)
+++ head/lang/nbc/Makefile	Fri Jul  5 15:17:15 2013	(r322337)
@@ -22,15 +22,13 @@ OPTIONS_DEFINE=	DOCS ROBOCTL
 
 ROBOCTL_DESC=	Include roboctl to communicate with the NXT
 
-OPTIONS_DEFAULT=
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MROBOCTL}
 RUN_DEPENDS=		legoctl:${PORTSDIR}/devel/roboctl
 .endif
 
-USE_GMAKE=		yes
+USES=			gmake
 USE_DOS2UNIX=		yes
 USE_FPC=		fcl-base fcl-image
 



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