diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 13:48:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 13:48:25 +0000 |
commit | 1604951b3093e548a7245a9a4de33403f76ba72f (patch) | |
tree | c4e49df9c764236863400586b044b0f0825c53ed /databases/postgresql-libpqxx3 | |
parent | f9091fd2dae6e339dde03346a01e24036dd344f1 (diff) |
Convert to USES=pgsql
While here:
databases/pg_reorg
- stagify
databases/iplike
- convert to USES=libtool
- strip binarie
databases/ip4r
- strip binaries
databases/postgresql-libpgeasy
- convert to USES=libtool
- strip binaries
- stagify
databases/postgresql-libpqxx
- convert to USES=libtool
- strip binaries
databases/postgresql-libpqxx3
- convert to USES=libtool
- strip binaries
Notes
Notes:
svn path=/head/; revision=353002
Diffstat (limited to 'databases/postgresql-libpqxx3')
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 5 | ||||
-rw-r--r-- | databases/postgresql-libpqxx3/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index 610d90c430d6..6f6576d086d2 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -3,6 +3,7 @@ PORTNAME= libpqxx PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/${PORTNAME}/ PKGNAMEPREFIX= postgresql- @@ -15,12 +16,12 @@ COMMENT= New C++ interface for PostgreSQL CONFLICTS= postgresql-libpqxx-[2-4].* PORTSCOUT= limit:^2\. -USE_PGSQL= yes -USES= gmake pkgconfig shebangfix +USES= gmake libtool pgsql pkgconfig shebangfix GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} USE_PYTHON_BUILD= yes +INSTALL_TARGET= install-strip SHEBANG_FILES= tools/splitconfig python_CMD= ${PYTHON_CMD} diff --git a/databases/postgresql-libpqxx3/pkg-plist b/databases/postgresql-libpqxx3/pkg-plist index 4af66c712953..cf435a598e2c 100644 --- a/databases/postgresql-libpqxx3/pkg-plist +++ b/databases/postgresql-libpqxx3/pkg-plist @@ -83,7 +83,6 @@ include/pqxx/version include/pqxx/version.hxx lib/libpqxx-3.1.so lib/libpqxx.a -lib/libpqxx.la lib/libpqxx.so libdata/pkgconfig/libpqxx.pc @dirrm include/pqxx/internal/gates |