From owner-svn-ports-all@FreeBSD.ORG Wed Aug 21 12:03:57 2013 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 ESMTP id 50936ED2; Wed, 21 Aug 2013 12:03:57 +0000 (UTC) (envelope-from sunpoet@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 30179254F; Wed, 21 Aug 2013 12:03:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7LC3vLl095455; Wed, 21 Aug 2013 12:03:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7LC3q5N095386; Wed, 21 Aug 2013 12:03:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308211203.r7LC3q5N095386@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Aug 2013 12:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325110 - in head: archivers/unrar audio/icecast2 audio/libshout2 databases/kyotocabinet databases/kyototycoon databases/leveldb databases/p5-Tie-LevelDB databases/pgsphere devel/gjstes... 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: Wed, 21 Aug 2013 12:03:57 -0000 Author: sunpoet Date: Wed Aug 21 12:03:51 2013 New Revision: 325110 URL: http://svnweb.freebsd.org/changeset/ports/325110 Log: - Use USES=gmake Modified: head/archivers/unrar/Makefile head/audio/icecast2/Makefile head/audio/libshout2/Makefile head/databases/kyotocabinet/Makefile head/databases/kyototycoon/Makefile head/databases/leveldb/Makefile head/databases/p5-Tie-LevelDB/Makefile (contents, props changed) head/databases/pgsphere/Makefile (contents, props changed) head/devel/gjstest/Makefile head/devel/libcheck/Makefile head/devel/libdap/Makefile head/devel/libmaa/Makefile head/devel/p5-DateTime-Astro/Makefile head/graphics/gdal/Makefile head/graphics/ming/Makefile (contents, props changed) head/graphics/php-gdal/Makefile head/graphics/ruby-gdal/Makefile head/misc/help2man/Makefile head/net/tintin++/Makefile head/science/cdo/Makefile head/science/pnetcdf/Makefile head/sysutils/freeipmi/Makefile head/textproc/confget/Makefile head/www/httrack/Makefile Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/archivers/unrar/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -21,7 +21,7 @@ CONFLICTS?= zh-unrar-[0-9].* unrar-iconv MAKE_ARGS= STRIP=${STRIP_CMD} MAKEFILE= makefile.unix -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unrar Modified: head/audio/icecast2/Makefile ============================================================================== --- head/audio/icecast2/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/audio/icecast2/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -26,12 +26,12 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ LICENSE= GPLv2 -USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= icecast2 SUB_FILES+= pkg-message CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include +USES= gmake DOCSDIR= ${PREFIX}/share/doc/icecast WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} Modified: head/audio/libshout2/Makefile ============================================================================== --- head/audio/libshout2/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/audio/libshout2/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -26,9 +26,9 @@ CONFLICTS= libshout-[0-9]* CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes +USES= gmake DOCSDIR= ${PREFIX}/share/doc/libshout Modified: head/databases/kyotocabinet/Makefile ============================================================================== --- head/databases/kyotocabinet/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/databases/kyotocabinet/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -17,8 +17,8 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig" USE_GCC= 4.2+ -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake MAN1= kccachetest.1 \ kcdirmgr.1 \ Modified: head/databases/kyototycoon/Makefile ============================================================================== --- head/databases/kyototycoon/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/databases/kyototycoon/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -19,8 +19,8 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --enable-profile --enable-uyield GNU_CONFIGURE= yes MAKE_ARGS= PCDIR="${PREFIX}/libdata/pkgconfig" -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake MAN1= ktremotemgr.1 \ ktremotetest.1 \ Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/databases/leveldb/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -13,8 +13,8 @@ OPTIONS_DEFINE= GPERFTOOLS SNAPPY OPTIONS_DEFAULT=SNAPPY LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake PLIST_SUB= SHLIB_MAJOR=${SHLIB_MAJOR} \ SHLIB_MINOR=${SHLIB_MINOR} Modified: head/databases/p5-Tie-LevelDB/Makefile ============================================================================== --- head/databases/p5-Tie-LevelDB/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/databases/p5-Tie-LevelDB/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -18,8 +18,8 @@ COMMENT= A Perl Interface to the Google LIB_DEPENDS= leveldb:${PORTSDIR}/databases/leveldb MAKE_ARGS= CC=${CXX} -USE_GMAKE= yes PERL_CONFIGURE= yes +USES= gmake MAN3= Tie::LevelDB.3 Modified: head/databases/pgsphere/Makefile ============================================================================== --- head/databases/pgsphere/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/databases/pgsphere/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -18,7 +18,7 @@ COMMENT= Spherical data types, functions DATADIR= ${PREFIX}/share/postgresql DOCSDIR?= ${PREFIX}/share/doc/postgresql -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes USE_PGSQL= yes Modified: head/devel/gjstest/Makefile ============================================================================== --- head/devel/gjstest/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/devel/gjstest/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -26,7 +26,7 @@ ALL_TARGET= default CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 CXXFLAGS+= -L${LOCALBASE}/lib USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake PROJECTHOST= google-js-test SNAPSHOT= 20130304 Modified: head/devel/libcheck/Makefile ============================================================================== --- head/devel/libcheck/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/devel/libcheck/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -16,9 +16,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK} GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix INFO= check MAN1= checkmk.1 Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/devel/libdap/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -19,9 +19,8 @@ CONFIGURE_ARGS= --with-zlib=/usr CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes -USES= pathfix USE_LDCONFIG= yes +USES= gmake pathfix MAN1= dap-config.1 \ getdap.1 Modified: head/devel/libmaa/Makefile ============================================================================== --- head/devel/libmaa/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/devel/libmaa/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes DOCS= README doc/libmaa.600dpi.ps Modified: head/devel/p5-DateTime-Astro/Makefile ============================================================================== --- head/devel/p5-DateTime-Astro/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/devel/p5-DateTime-Astro/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAN3= DateTime::Astro.3 \ Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/graphics/gdal/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -26,8 +26,8 @@ LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS} MAKE_JOBS_UNSAFE= yes MAKEFILE= GNUmakefile USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake SLAVEDIRS= graphics/p5-Geo-GDAL graphics/php-gdal graphics/py-gdal graphics/ruby-gdal Modified: head/graphics/ming/Makefile ============================================================================== --- head/graphics/ming/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/graphics/ming/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -22,9 +22,8 @@ CPPFLAGS+= -I. -I.. -I${LOCALBASE}/inclu LDFLAGS+= -L. -L.. -L${LOCALBASE}/lib GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -USES= bison pathfix -USE_GMAKE= yes USE_LDCONFIG= yes +USES= bison gmake pathfix DOCS= HISTORY NEWS README TODO DOCS_UTIL= README TIPS TODO swftoperl.html Modified: head/graphics/php-gdal/Makefile ============================================================================== --- head/graphics/php-gdal/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/graphics/php-gdal/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -23,9 +23,9 @@ LIBTOOLFILES= # empty MAKEFILE= GNUmakefile PHP_MOD_NAME= php_${PORTNAME} USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_PHP= yes USE_PHP_BUILD= yes +USES= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/swig/php post-patch: Modified: head/graphics/ruby-gdal/Makefile ============================================================================== --- head/graphics/ruby-gdal/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/graphics/ruby-gdal/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -21,8 +21,8 @@ LIBTOOLFILES= # empty MAKE_ARGS= USER_DEFS=-fPIC MAKEFILE= GNUmakefile USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_RUBY= yes +USES= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby post-patch: Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/misc/help2man/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -15,8 +15,8 @@ OPTIONS_DEFINE= NLS CFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_GMAKE= yes USE_PERL5= yes +USES= gmake INFO= ${PORTNAME} MAN1= ${PORTNAME}.1 Modified: head/net/tintin++/Makefile ============================================================================== --- head/net/tintin++/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/net/tintin++/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE CONFIGURE_ENV= ac_cv_file__dev_ptmx=no GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/tt/src DOCS= CREDITS FAQ README SCRIPTS TODO \ Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/science/cdo/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -18,9 +18,8 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-cdi-lib --program-transform-name="" --with-zlib=/usr GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= gmake pathfix HDF5_VER?= 18 NETCDF_VER?= 4 Modified: head/science/pnetcdf/Makefile ============================================================================== --- head/science/pnetcdf/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/science/pnetcdf/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -21,7 +21,7 @@ CONFIGURE_ENV= M4FLAGS="" GNU_CONFIGURE= yes USE_BZIP2= yes USE_FORTRAN= yes -USE_GMAKE= yes +USES= gmake MAN1= ncmpidiff.1 ncmpidump.1 ncmpigen.1 MAN3= pnetcdf.3 Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/sysutils/freeipmi/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -30,8 +30,8 @@ LDFLAGS+= -L${LOCALBASE}/lib ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "invokes i386 asm" USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_LDCONFIG= yes +USES= gmake INFO= freeipmi-faq MAN3= libfreeipmi.3 libipmiconsole.3 libipmidetect.3 libipmimonitoring.3 Modified: head/textproc/confget/Makefile ============================================================================== --- head/textproc/confget/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/textproc/confget/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= EXAMPLES PCRE OPTIONS_DEFAULT=PCRE MAKE_ENV= CFLAGS_CONF=-DHAVE_FGETLN -USE_GMAKE= yes +USES= gmake MAN1= confget.1 MANCOMPRESSED= yes Modified: head/www/httrack/Makefile ============================================================================== --- head/www/httrack/Makefile Wed Aug 21 12:02:08 2013 (r325109) +++ head/www/httrack/Makefile Wed Aug 21 12:03:51 2013 (r325110) @@ -20,9 +20,8 @@ CONFIGURE_ARGS= --docdir="${DOCSDIR}" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_AUTOTOOLS= libtool -USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} -USES= iconv +USES= gmake iconv MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1