diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 20:33:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-09 20:33:56 +0000 |
commit | 76368e6b87db85a05c8a367d56e29557f8bf2d58 (patch) | |
tree | 9f205e5826f333b922363dd735bcb95dc5f1c5d0 | |
parent | Remove unstaged devel/arm-eabi-gcc and cascade remove four others (diff) |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove duplicate entry from pkg-plist
Notes
Notes:
svn path=/head/; revision=367779
-rw-r--r-- | databases/pgpool-II-30/Makefile | 6 | ||||
-rw-r--r-- | databases/pgpool-II-30/pkg-plist | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile index 2b3cebd68c03..b98955d74697 100644 --- a/databases/pgpool-II-30/Makefile +++ b/databases/pgpool-II-30/Makefile @@ -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 PostgreSQL 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-ja.html 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 diff --git a/databases/pgpool-II-30/pkg-plist b/databases/pgpool-II-30/pkg-plist index 06205ae13402..d17d30a55133 100644 --- a/databases/pgpool-II-30/pkg-plist +++ b/databases/pgpool-II-30/pkg-plist @@ -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%% |