diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-21 20:03:51 +0800 |
commit | 25506224708bc7c82f5074a3fc422e20371919d0 (patch) | |
tree | 431ec3996e95945e366f01ab27f2b341ed69df41 | |
parent | 3a8d414a58344623f32873fc31e0f9c3c36e0c67 (diff) | |
download | freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.tar.gz freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.tar.zst freebsd-ports-graphics-25506224708bc7c82f5074a3fc422e20371919d0.zip |
- Use USES=gmake
-rw-r--r-- | archivers/unrar/Makefile | 2 | ||||
-rw-r--r-- | audio/icecast2/Makefile | 2 | ||||
-rw-r--r-- | audio/libshout2/Makefile | 2 | ||||
-rw-r--r-- | databases/kyotocabinet/Makefile | 2 | ||||
-rw-r--r-- | databases/kyototycoon/Makefile | 2 | ||||
-rw-r--r-- | databases/leveldb/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Tie-LevelDB/Makefile | 2 | ||||
-rw-r--r-- | databases/pgsphere/Makefile | 2 | ||||
-rw-r--r-- | devel/gjstest/Makefile | 2 | ||||
-rw-r--r-- | devel/libcheck/Makefile | 3 | ||||
-rw-r--r-- | devel/libdap/Makefile | 3 | ||||
-rw-r--r-- | devel/libmaa/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-Astro/Makefile | 2 | ||||
-rw-r--r-- | graphics/gdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/ming/Makefile | 3 | ||||
-rw-r--r-- | graphics/php-gdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-gdal/Makefile | 2 | ||||
-rw-r--r-- | misc/help2man/Makefile | 2 | ||||
-rw-r--r-- | net/tintin++/Makefile | 2 | ||||
-rw-r--r-- | science/cdo/Makefile | 3 | ||||
-rw-r--r-- | science/pnetcdf/Makefile | 2 | ||||
-rw-r--r-- | sysutils/freeipmi/Makefile | 2 | ||||
-rw-r--r-- | textproc/confget/Makefile | 2 | ||||
-rw-r--r-- | www/httrack/Makefile | 3 |
24 files changed, 24 insertions, 29 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index d8d249c1487..99af80b9e18 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -21,7 +21,7 @@ CONFLICTS?= zh-unrar-[0-9].* unrar-iconv-[0-9].* MAKE_ARGS= STRIP=${STRIP_CMD} MAKEFILE= makefile.unix -USE_GMAKE= yes +USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unrar diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index e13fba77930..63b0717905b 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -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} diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index 19ac3208938..3b242de0c2d 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -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 diff --git a/databases/kyotocabinet/Makefile b/databases/kyotocabinet/Makefile index 3c1a83557b3..04778241008 100644 --- a/databases/kyotocabinet/Makefile +++ b/databases/kyotocabinet/Makefile @@ -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 \ diff --git a/databases/kyototycoon/Makefile b/databases/kyototycoon/Makefile index e97a14aa7e7..94807e85b06 100644 --- a/databases/kyototycoon/Makefile +++ b/databases/kyototycoon/Makefile @@ -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 \ diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index f4b77ddcf7d..fc522b7aee5 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -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} diff --git a/databases/p5-Tie-LevelDB/Makefile b/databases/p5-Tie-LevelDB/Makefile index 8d879509dc3..ba3a1bdd0ea 100644 --- a/databases/p5-Tie-LevelDB/Makefile +++ b/databases/p5-Tie-LevelDB/Makefile @@ -18,8 +18,8 @@ COMMENT= A Perl Interface to the Google LevelDB NoSQL database LIB_DEPENDS= leveldb:${PORTSDIR}/databases/leveldb MAKE_ARGS= CC=${CXX} -USE_GMAKE= yes PERL_CONFIGURE= yes +USES= gmake MAN3= Tie::LevelDB.3 diff --git a/databases/pgsphere/Makefile b/databases/pgsphere/Makefile index cc6378e32d7..4e3f10369ff 100644 --- a/databases/pgsphere/Makefile +++ b/databases/pgsphere/Makefile @@ -18,7 +18,7 @@ COMMENT= Spherical data types, functions, and operators for PostgreSQL DATADIR= ${PREFIX}/share/postgresql DOCSDIR?= ${PREFIX}/share/doc/postgresql -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes USE_PGSQL= yes diff --git a/devel/gjstest/Makefile b/devel/gjstest/Makefile index b84121bc49a..f551a717580 100644 --- a/devel/gjstest/Makefile +++ b/devel/gjstest/Makefile @@ -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 diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index 0cc2944f87f..9af4a482007 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -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 diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index 540180db9c0..2e0017212b8 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -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 diff --git a/devel/libmaa/Makefile b/devel/libmaa/Makefile index 3faf182b96b..23ef5330ee8 100644 --- a/devel/libmaa/Makefile +++ b/devel/libmaa/Makefile @@ -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 diff --git a/devel/p5-DateTime-Astro/Makefile b/devel/p5-DateTime-Astro/Makefile index cde6cf208a5..f7340a47d25 100644 --- a/devel/p5-DateTime-Astro/Makefile +++ b/devel/p5-DateTime-Astro/Makefile @@ -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 \ diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 563eebce738..43d35d6445e 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -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 diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 09eb8be2f7f..9bebfcb305c 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -22,9 +22,8 @@ CPPFLAGS+= -I. -I.. -I${LOCALBASE}/include 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 diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index 9cd37b2d0bc..2fdf805ffb0 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -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: diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile index 4c9d3c90ea1..0c0410bd3e4 100644 --- a/graphics/ruby-gdal/Makefile +++ b/graphics/ruby-gdal/Makefile @@ -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: diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 44f0d3b93dd..d107ea3cc60 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -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 diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 3a0454c2af9..5059bb250d8 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \ 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 \ diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 2cdad2b3709..c2313b1a080 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -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 diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 8544fe47394..69b2ef45391 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -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 diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index 03f3d516ce1..d0fc705944d 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -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 diff --git a/textproc/confget/Makefile b/textproc/confget/Makefile index 1c1bbcad090..f7b6b07e86c 100644 --- a/textproc/confget/Makefile +++ b/textproc/confget/Makefile @@ -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 diff --git a/www/httrack/Makefile b/www/httrack/Makefile index b8e838a6351..8fce2a1db62 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -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 |