Date: Mon, 26 May 2014 11:57:56 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355309 - in head/databases: firebird21-server gnats4 hamsterdb ocaml-pgocaml pg_statsinfo pglesslog pgpool pgpool-II-22 pgpool-II-23 pgpool-II-30 py-sqlrelay tora Message-ID: <201405261157.s4QBvu46069060@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon May 26 11:57:55 2014 New Revision: 355309 URL: http://svnweb.freebsd.org/changeset/ports/355309 QAT: https://qat.redports.org/buildarchive/r355309/ Log: - Convert gmake, bzip to USES Approved by: portmgr Modified: head/databases/firebird21-server/Makefile head/databases/gnats4/Makefile head/databases/hamsterdb/Makefile head/databases/ocaml-pgocaml/Makefile head/databases/pg_statsinfo/Makefile head/databases/pglesslog/Makefile head/databases/pgpool-II-22/Makefile head/databases/pgpool-II-23/Makefile head/databases/pgpool-II-30/Makefile head/databases/pgpool/Makefile head/databases/py-sqlrelay/Makefile head/databases/tora/Makefile Modified: head/databases/firebird21-server/Makefile ============================================================================== --- head/databases/firebird21-server/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/firebird21-server/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -20,10 +20,8 @@ CONFLICTS?= ${PORTNAME}20-client-* \ LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu -USES= bison -USE_BZIP2= yes +USES= bison gmake tar:bzip2 USE_GCC= any -USE_GMAKE= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf aclocal libtool ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \ Modified: head/databases/gnats4/Makefile ============================================================================== --- head/databases/gnats4/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/gnats4/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -12,7 +12,7 @@ MAINTAINER= vd@FreeBSD.org COMMENT= GNATS, the GNU Problem Report Management System GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake LATEST_LINK= ${PKGNAMEPREFIX}gnats4${PKGNAMESUFFIX} CONFLICTS= gnats-3.* Modified: head/databases/hamsterdb/Makefile ============================================================================== --- head/databases/hamsterdb/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/hamsterdb/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -10,7 +10,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Lightweight Embedded Database Engine GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS Modified: head/databases/ocaml-pgocaml/Makefile ============================================================================== --- head/databases/ocaml-pgocaml/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/ocaml-pgocaml/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITE ${LOCALBASE}/${OCAML_SITELIBDIR}/calendar:${PORTSDIR}/devel/ocaml-calendar \ ${LOCALBASE}/${OCAML_SITELIBDIR}/csv:${PORTSDIR}/textproc/ocaml-csv -USE_GMAKE= yes +USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAMLFIND_PLIST= yes Modified: head/databases/pg_statsinfo/Makefile ============================================================================== --- head/databases/pg_statsinfo/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/pg_statsinfo/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -9,7 +9,7 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Monitor statistics and activity of PostgreSQL USE_PGSQL= server -USE_GMAKE= yes +USES= gmake MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm Modified: head/databases/pglesslog/Makefile ============================================================================== --- head/databases/pglesslog/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/pglesslog/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -9,7 +9,7 @@ DISTNAME= pg_lesslogg_${PORTVERSION}_pg8 MAINTAINER= kuriyama@FreeBSD.org COMMENT= Reduce size of PostgreSQL archive log files by replacing backup blocks -USE_GMAKE= yes +USES= gmake USE_PGSQL= client server:build WANT_PGSQL_VER= 84 WRKSRC= ${WRKDIR}/pg_lesslog_${PORTVERSION}_pg84 Modified: head/databases/pgpool-II-22/Makefile ============================================================================== --- head/databases/pgpool-II-22/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/pgpool-II-22/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 22 MAINTAINER= kuriyama@FreeBSD.org COMMENT= A connection pool server for PostgreSQL -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_PGSQL= yes USE_LDCONFIG= yes Modified: head/databases/pgpool-II-23/Makefile ============================================================================== --- head/databases/pgpool-II-23/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/pgpool-II-23/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= 23 MAINTAINER= kuriyama@FreeBSD.org COMMENT= A connection pool server for PostgreSQL -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_PGSQL= yes USE_LDCONFIG= yes Modified: head/databases/pgpool-II-30/Makefile ============================================================================== --- head/databases/pgpool-II-30/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/pgpool-II-30/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -12,7 +12,7 @@ COMMENT= A connection pool server for Po LICENSE= BSD -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_PGSQL= yes USE_LDCONFIG= yes Modified: head/databases/pgpool/Makefile ============================================================================== --- head/databases/pgpool/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/pgpool/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -10,7 +10,7 @@ MASTER_SITES= http://pgfoundry.org/frs/d MAINTAINER= ports@FreeBSD.org COMMENT= A connection pool server for PostgreSQL -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= pgpool Modified: head/databases/py-sqlrelay/Makefile ============================================================================== --- head/databases/py-sqlrelay/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/py-sqlrelay/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -15,13 +15,12 @@ EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLREL LIB_DEPENDS= libsqlrclient.so:${SQLRELAY_PORTDIR} USE_PYTHON= yes -USES= perl5 +USES= perl5 gmake USE_PERL5= build patch WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/src/api/python INSTALL_WRKSRC= ${BUILD_WRKSRC} -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \ PTHREADLIBS="${PTHREAD_LIBS}" Modified: head/databases/tora/Makefile ============================================================================== --- head/databases/tora/Makefile Mon May 26 11:56:49 2014 (r355308) +++ head/databases/tora/Makefile Mon May 26 11:57:55 2014 (r355309) @@ -21,7 +21,7 @@ OPTIONS_DEFAULT= PGSQL MYSQL USE_AUTOTOOLS= aclocal automake autoconf autoheader libtool USE_QT4= gui corelib sql xml network linguist moc_build uic_build rcc_build -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes PREFIX2FIX= doc/help/preferences.texi doc/help/preferences.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261157.s4QBvu46069060>