From owner-svn-ports-head@FreeBSD.ORG Tue Sep 9 20:33:57 2014 Return-Path: Delivered-To: svn-ports-head@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 3A1CB68D; Tue, 9 Sep 2014 20:33:57 +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 0C49131B; Tue, 9 Sep 2014 20:33:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s89KXuu1075761; Tue, 9 Sep 2014 20:33:56 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s89KXut7075759; Tue, 9 Sep 2014 20:33:56 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409092033.s89KXut7075759@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 9 Sep 2014 20:33:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367779 - head/databases/pgpool-II-30 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.18-1 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: Tue, 09 Sep 2014 20:33:57 -0000 Author: tijl Date: Tue Sep 9 20:33:56 2014 New Revision: 367779 URL: http://svnweb.freebsd.org/changeset/ports/367779 QAT: https://qat.redports.org/buildarchive/r367779/ Log: - Add USES=libtool and INSTALL_TARGET=install-strip - Remove duplicate entry from pkg-plist Modified: head/databases/pgpool-II-30/Makefile head/databases/pgpool-II-30/pkg-plist Modified: head/databases/pgpool-II-30/Makefile ============================================================================== --- head/databases/pgpool-II-30/Makefile Tue Sep 9 20:32:49 2014 (r367778) +++ head/databases/pgpool-II-30/Makefile Tue Sep 9 20:33:56 2014 (r367779) @@ -3,6 +3,7 @@ PORTNAME= pgpool-II PORTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/ PKGNAMESUFFIX= 30 @@ -12,8 +13,9 @@ COMMENT= Connection pool server for Post LICENSE= BSD -USES= gmake GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool USE_PGSQL= yes USE_LDCONFIG= yes @@ -28,8 +30,6 @@ PORTDOCShtml+= tutorial-en.html tutorial OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \ ${WRKSRC}/sql/pgpool-recovery/Makefile Modified: head/databases/pgpool-II-30/pkg-plist ============================================================================== --- head/databases/pgpool-II-30/pkg-plist Tue Sep 9 20:32:49 2014 (r367778) +++ head/databases/pgpool-II-30/pkg-plist Tue Sep 9 20:33:56 2014 (r367779) @@ -18,9 +18,9 @@ etc/pool_hba.conf.sample include/pcp.h include/pool_type.h lib/libpcp.a -lib/libpcp.la lib/libpcp.so lib/libpcp.so.0 +lib/libpcp.so.0.0.0 lib/postgresql/pgpool-recovery.so man/man8/pgpool.8.gz %%DATADIR%%/dist_def_pgbench.sql @@ -31,7 +31,6 @@ man/man8/pgpool.8.gz %%EXAMPLESDIR%%/pgpool_recovery_pitr %%EXAMPLESDIR%%/pgpool_remote_start share/postgresql/contrib/pgpool-recovery.sql -lib/postgresql/pgpool-recovery.so @dirrmtry share/postgresql/contrib @dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%