From owner-svn-ports-head@FreeBSD.ORG Thu Aug 1 20:22:32 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F0B9D6D7; Thu, 1 Aug 2013 20:22:31 +0000 (UTC) (envelope-from naddy@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD46628F9; Thu, 1 Aug 2013 20:22:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r71KMVuS030159; Thu, 1 Aug 2013 20:22:31 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r71KMRxw030134; Thu, 1 Aug 2013 20:22:27 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201308012022.r71KMRxw030134@svn.freebsd.org> From: Christian Weisgerber Date: Thu, 1 Aug 2013 20:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324122 - in head: archivers/gcpio archivers/gtar astro/xworld audio/libao audio/libogg audio/libvorbis audio/mpg321 audio/opus audio/opus-tools audio/vorbis-tools audio/xmms-flac audio... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 20:22:32 -0000 Author: naddy Date: Thu Aug 1 20:22:27 2013 New Revision: 324122 URL: http://svnweb.freebsd.org/changeset/ports/324122 Log: For all my ports * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake Modified: head/archivers/gcpio/Makefile head/archivers/gtar/Makefile head/astro/xworld/Makefile head/audio/libao/Makefile head/audio/libogg/Makefile head/audio/libvorbis/Makefile head/audio/mpg321/Makefile head/audio/opus-tools/Makefile head/audio/opus/Makefile head/audio/vorbis-tools/Makefile head/audio/xmms-flac/Makefile head/audio/xmms-shn/Makefile head/audio/xmms-wavpack/Makefile head/comms/wy60/Makefile head/games/gtypist/Makefile head/games/xsoldier/Makefile head/mail/bsmtp/Makefile head/math/calcoo/Makefile head/math/galculator/Makefile head/sysutils/sdd/Makefile head/x11/xlogout/Makefile Modified: head/archivers/gcpio/Makefile ============================================================================== --- head/archivers/gcpio/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/archivers/gcpio/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -13,7 +13,6 @@ COMMENT= GNU cpio copies files to and fr USE_BZIP2= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules \ --with-rmt=/etc/rmt Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/archivers/gtar/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -16,11 +16,10 @@ COMMENT= GNU version of the traditional INFO= tar -USES= iconv +USES= iconv USE_AUTOTOOLS= autoconf:env # autom4te USE_XZ= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules CPPFLAGS+= -I${LOCALBASE}/include Modified: head/astro/xworld/Makefile ============================================================================== --- head/astro/xworld/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/astro/xworld/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -23,7 +23,6 @@ CONFIGURE_ENV= CAT=${CAT} \ INCLUDES="-I${LOCALBASE}/include" \ LDLIBS="-lm -L${LOCALBASE}/lib -lX11" \ MORELIBS="" -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/xworld STRIP= #don't strip out image data on install Modified: head/audio/libao/Makefile ============================================================================== --- head/audio/libao/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/libao/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -19,7 +19,6 @@ WANT_GNOME= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --disable-arts MAN5= libao.conf.5 Modified: head/audio/libogg/Makefile ============================================================================== --- head/audio/libogg/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/libogg/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -14,7 +14,6 @@ USES= pathfix USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= DOCS Modified: head/audio/libvorbis/Makefile ============================================================================== --- head/audio/libvorbis/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/libvorbis/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -21,7 +21,6 @@ USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \ --disable-docs # don't rebuild -MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= DOCS Modified: head/audio/mpg321/Makefile ============================================================================== --- head/audio/mpg321/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/mpg321/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -33,7 +33,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mpg123-symlink CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes MAN1= mpg321.1 Modified: head/audio/opus-tools/Makefile ============================================================================== --- head/audio/opus-tools/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/opus-tools/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -15,7 +15,6 @@ LIB_DEPENDS= ogg:${PORTSDIR}/audio/libog GNU_CONFIGURE= yes USES= pkgconfig -MAKE_JOBS_SAFE= yes PLIST_FILES= bin/opusdec bin/opusenc bin/opusinfo MAN1= opusdec.1 opusenc.1 opusinfo.1 Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/opus/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -17,7 +17,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-custom-modes \ --disable-maintainer-mode \ --disable-doc # requires doxygen -MAKE_JOBS_SAFE= yes regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/audio/vorbis-tools/Makefile ============================================================================== --- head/audio/vorbis-tools/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/vorbis-tools/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -23,7 +23,6 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD PTHREAD_LIBS="${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes .include Modified: head/audio/xmms-flac/Makefile ============================================================================== --- head/audio/xmms-flac/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/xmms-flac/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -26,7 +26,6 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS= LIBTOOL="${LIBTOOL} --tag=disable-static" MAKEFILE= ${FILESDIR}/Makefile -MAKE_JOBS_SAFE= yes # XXX post-install: Modified: head/audio/xmms-shn/Makefile ============================================================================== --- head/audio/xmms-shn/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/xmms-shn/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -15,7 +15,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia USE_GNOME= gtk12 GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes .include Modified: head/audio/xmms-wavpack/Makefile ============================================================================== --- head/audio/xmms-wavpack/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/audio/xmms-wavpack/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -16,7 +16,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes post-install: ${RM} ${PREFIX}/lib/xmms/Input/libwavpack.la Modified: head/comms/wy60/Makefile ============================================================================== --- head/comms/wy60/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/comms/wy60/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -9,7 +9,6 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= Curses-based emulator for the Wyse 60 terminal GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes MAKE_ARGS= etc_DATA=wy60.rc.sample Modified: head/games/gtypist/Makefile ============================================================================== --- head/games/gtypist/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/games/gtypist/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -13,7 +13,6 @@ USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ENV= EMACS=no CPPFLAGS= -I${WRKDIR}/include -MAKE_JOBS_SAFE= yes INFO= gtypist gtypist.cs gtypist.es MAN1= gtypist.1 typefortune.1 Modified: head/games/xsoldier/Makefile ============================================================================== --- head/games/xsoldier/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/games/xsoldier/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -16,7 +16,6 @@ COMMENT= Space-based shoot-em up game fo GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var MAKE_ARGS= CC_OPTIMIZE="${CFLAGS}" -MAKE_JOBS_SAFE= yes USE_XORG= x11 ice sm xpm MAN6= xsoldier.6 Modified: head/mail/bsmtp/Makefile ============================================================================== --- head/mail/bsmtp/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/mail/bsmtp/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -17,7 +17,6 @@ USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --redo -MAKE_JOBS_SAFE= yes SHEBANG_FILES= configure .include Modified: head/math/calcoo/Makefile ============================================================================== --- head/math/calcoo/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/math/calcoo/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -12,7 +12,6 @@ COMMENT= RPN and algebraic scientific ca USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes MAN1= calcoo.1 Modified: head/math/galculator/Makefile ============================================================================== --- head/math/galculator/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/math/galculator/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -8,14 +8,13 @@ MASTER_SITES= SF MAINTAINER= naddy@FreeBSD.org COMMENT= GTK-based scientific calculator +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk3 -MAKE_JOBS_SAFE= yes MAN1= galculator.1 Modified: head/sysutils/sdd/Makefile ============================================================================== --- head/sysutils/sdd/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/sysutils/sdd/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/s MAINTAINER= naddy@FreeBSD.org COMMENT= Faster and improved version of dd -USE_GMAKE= yes +USES= gmake MAKE_ENV= MAKEPROG="${GMAKE}" CCOM="${CC}" COPTX="${CFLAGS}" MAN1= sdd.1 PLIST_FILES= bin/sdd Modified: head/x11/xlogout/Makefile ============================================================================== --- head/x11/xlogout/Makefile Thu Aug 1 19:44:38 2013 (r324121) +++ head/x11/xlogout/Makefile Thu Aug 1 20:22:27 2013 (r324122) @@ -13,7 +13,6 @@ COMMENT= Simple logout button USES= imake WRKSRC= ${WRKDIR}/xlogout USE_XORG= ice sm x11 xaw xext xmu xpm xt -MAKE_JOBS_SAFE= yes MAN1= xlogout.1 PLIST_FILES= bin/xlogout \