Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2014 20:33:56 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367779 - head/databases/pgpool-II-30
Message-ID:  <201409092033.s89KXut7075759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409092033.s89KXut7075759>