From owner-svn-ports-all@FreeBSD.ORG Mon May 5 12:40:07 2014 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 ESMTPS id 00C1CB9D; Mon, 5 May 2014 12:40:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7BB518CA; Mon, 5 May 2014 12:40:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s45Ce6Z4076952; Mon, 5 May 2014 12:40:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s45Ce53v076942; Mon, 5 May 2014 12:40:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405051240.s45Ce53v076942@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 5 May 2014 12:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352999 - in head/databases: apq-pgsql cppdb hashtypes p5-Pg pg_rman pgadmin3 pgagent 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.18 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: Mon, 05 May 2014 12:40:07 -0000 Author: bapt Date: Mon May 5 12:40:05 2014 New Revision: 352999 URL: http://svnweb.freebsd.org/changeset/ports/352999 QAT: https://qat.redports.org/buildarchive/r352999/ Log: Convert to USES=pgsql While here: - stage support for pg_rman - stage support for pgagent - stage support for hashtypes Modified: head/databases/apq-pgsql/Makefile head/databases/cppdb/Makefile head/databases/hashtypes/Makefile head/databases/p5-Pg/Makefile head/databases/pg_rman/Makefile head/databases/pgadmin3/Makefile head/databases/pgagent/Makefile Modified: head/databases/apq-pgsql/Makefile ============================================================================== --- head/databases/apq-pgsql/Makefile Mon May 5 12:39:54 2014 (r352998) +++ head/databases/apq-pgsql/Makefile Mon May 5 12:40:05 2014 (r352999) @@ -18,8 +18,8 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/b ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq -USES= ada tar:bzip2 -USE_PGSQL= yes +USES= ada tar:bzip2 pgsql +WANT_PGSQL= lib HAS_CONFIGURE= yes WRKPATH= ${WRKDIR}/build CONFIGURE_ARGS= --prefix=${PREFIX} \ Modified: head/databases/cppdb/Makefile ============================================================================== --- head/databases/cppdb/Makefile Mon May 5 12:39:54 2014 (r352998) +++ head/databases/cppdb/Makefile Mon May 5 12:40:05 2014 (r352999) @@ -76,7 +76,7 @@ PLIST_SUB+= ODBC="" CMAKE_ARGS+= -DDISABLE_PQ:BOOL=ON PLIST_SUB+= PGSQL="@comment " .else -USE_PGSQL= yes +USES+= pgsql CMAKE_ARGS+= -DDISABLE_PQ:BOOL=OFF .if ${PORT_OPTIONS:MPGSQL_INTERNAL} CMAKE_ARGS+= -DPQ_BACKEND_INTERNAL:BOOL=ON Modified: head/databases/hashtypes/Makefile ============================================================================== --- head/databases/hashtypes/Makefile Mon May 5 12:39:54 2014 (r352998) +++ head/databases/hashtypes/Makefile Mon May 5 12:40:05 2014 (r352999) @@ -11,15 +11,12 @@ MASTER_SITES= http://api.pgxn.org/dist/h MAINTAINER= oss-contrib@dreamindustries.co COMMENT= Hash data types for PostgreSQL -USES= gmake zip -USE_PGSQL= yes +USES= gmake pgsql zip MAKE_ARGS= USE_PGXS=1 MODULEDIR=extension MODULEDIR= ${PREFIX}/share/postgresql/extension -NO_STAGE= yes post-install: - @[ -f ${MODULEDIR}/${PORTNAME}.control ] || \ - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.control ${MODULEDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.control ${STAGEDIR}${MODULEDIR} .include Modified: head/databases/p5-Pg/Makefile ============================================================================== --- head/databases/p5-Pg/Makefile Mon May 5 12:39:54 2014 (r352998) +++ head/databases/p5-Pg/Makefile Mon May 5 12:40:05 2014 (r352999) @@ -14,8 +14,7 @@ DIST_SUBDIR= postgresql MAINTAINER= perl@FreeBSD.org COMMENT= Interface for using perl5 to access PostgreSQL databases -USE_PGSQL= yes -USES= perl5 +USES= perl5 pgsql USE_PERL5= configure CONFIGURE_ENV= POSTGRES_INCLUDE=${LOCALBASE}/include POSTGRES_LIB=${LOCALBASE}/lib Modified: head/databases/pg_rman/Makefile ============================================================================== --- head/databases/pg_rman/Makefile Mon May 5 12:39:54 2014 (r352998) +++ head/databases/pg_rman/Makefile Mon May 5 12:40:05 2014 (r352999) @@ -2,17 +2,16 @@ PORTNAME= pg_rman PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pg-rman.googlecode.com/files/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Online backup and restore tool for PostgreSQL -USE_GMAKE= yes -USE_PGSQL= client server -WANT_PGSQL_VER= 83+ +USES= gmake pgsql +WANT_PGSQL= client server MAKE_ARGS= USE_PGXS=1 PLIST_FILES= bin/pg_rman -NO_STAGE= yes .include Modified: head/databases/pgadmin3/Makefile ============================================================================== --- head/databases/pgadmin3/Makefile Mon May 5 12:39:54 2014 (r352998) +++ head/databases/pgadmin3/Makefile Mon May 5 12:40:05 2014 (r352999) @@ -16,9 +16,7 @@ BUILD_DEPENDS= sphinx-build:${PORTSDIR}/ IGNORE_WITH_PGSQL= 82 83 -USES= gettext -USE_PGSQL= yes -USE_GMAKE= yes +USES= gettext gmake pgsql GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" CPPFLAGS+= ${PTHREAD_CFLAGS} Modified: head/databases/pgagent/Makefile ============================================================================== --- head/databases/pgagent/Makefile Mon May 5 12:39:54 2014 (r352998) +++ head/databases/pgagent/Makefile Mon May 5 12:40:05 2014 (r352999) @@ -11,15 +11,12 @@ DISTNAME= pgAgent-${PORTVERSION}-Source MAINTAINER= fjoe@FreeBSD.org COMMENT= Job scheduler for PostgreSQL -USES= cmake +USES= cmake pgsql CMAKE_ARGS= -DSTATIC_BUILD:BOOL=NO -DWX_CONFIG_PATH:FILEPATH="${WX_CONFIG}" USE_WX= 2.8 WX_UNICODE= yes -USE_PGSQL= yes -IGNORE_WITH_PGSQL= 82 83 PLIST_FILES= bin/pgagent PORTDATA= * -NO_STAGE= yes .include