From owner-svn-ports-all@FreeBSD.ORG Fri Jul 5 15:17:17 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 305B4711; Fri, 5 Jul 2013 15:17:17 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 08B5111D7; Fri, 5 Jul 2013 15:17:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r65FHGnS072717; Fri, 5 Jul 2013 15:17:16 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r65FHGJD072713; Fri, 5 Jul 2013 15:17:16 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201307051517.r65FHGJD072713@svn.freebsd.org> From: Rene Ladan Date: Fri, 5 Jul 2013 15:17:16 +0000 (UTC) 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 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.14 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: Fri, 05 Jul 2013 15:17:17 -0000 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 .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