diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-06-12 22:07:12 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-06-12 22:07:12 +0000 |
commit | 1d8c38f8dfa78e75372b7e0e5509b28db3cfabff (patch) | |
tree | 8396706b8f10371ad8f151755405c6eab0e89930 | |
parent | 6650773ab109c15b69e5205f04d8582535fb5bd5 (diff) | |
download | ports-1d8c38f8dfa78e75372b7e0e5509b28db3cfabff.tar.gz ports-1d8c38f8dfa78e75372b7e0e5509b28db3cfabff.zip |
- Update libpqxx to 4.0. [1]
- Update CONFLICTS in libpqxx30.
- Add instructions to UPDATING for people willing to stick with
version 3.
Submitted by: arrowdodger via IRC [1]
Notes
Notes:
svn path=/head/; revision=299158
-rw-r--r-- | UPDATING | 9 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/Makefile | 16 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql-libpqxx/pkg-plist | 17 | ||||
-rw-r--r-- | databases/postgresql-libpqxx3/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-libpqxx30/Makefile | 2 |
6 files changed, 38 insertions, 12 deletions
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20120612: + AFFECTS: users of databases/postgresql-libpqxx + AUTHOR: avilla@FreeBSD.org + + postgresql-libpqxx has been updated to 4.0. If you want to stick + with version 3, install postgresql-libpqxx30: + + # portmaster -o databases/postgresql-libpqxx30 postgresql-libpqxx + +20120612: AFFECTS: users of graphics/gdal AUTHOR: sunpoet@FreeBSD.org diff --git a/databases/postgresql-libpqxx/Makefile b/databases/postgresql-libpqxx/Makefile index 7a3f1e74573a..6b7752551a03 100644 --- a/databases/postgresql-libpqxx/Makefile +++ b/databases/postgresql-libpqxx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libpqxx -PORTVERSION= 3.1 +PORTVERSION= 4.0 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/libpqxx/ PKGNAMEPREFIX= postgresql- @@ -22,10 +22,16 @@ USE_PGSQL= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -PLIST_SUB= PORTVERSION=${PORTVERSION} +SOVERSION= 4 +PLIST_SUB= PORTVERSION=${PORTVERSION} \ + SOVERSION=${SOVERSION} -CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \ - --enable-shared \ - --with-postgres-include=${LOCALBASE}/include/postgresql +CONFIGURE_ARGS= --enable-shared \ + --disable-dependency-tracking + +post-install: +# This is needed for ldconfig + ${LN} -s ${PREFIX}/lib/libpqxx-${PORTVERSION}.so \ + ${PREFIX}/lib/libpqxx.so.${SOVERSION} .include <bsd.port.mk> diff --git a/databases/postgresql-libpqxx/distinfo b/databases/postgresql-libpqxx/distinfo index 2246a393bde7..ea55b7a63fea 100644 --- a/databases/postgresql-libpqxx/distinfo +++ b/databases/postgresql-libpqxx/distinfo @@ -1,2 +1,2 @@ -SHA256 (postgresql/libpqxx-3.1.tar.gz) = 8950433f193e118cfd36ab91391eb174ef48897bacc26197da596988e66796a0 -SIZE (postgresql/libpqxx-3.1.tar.gz) = 1771846 +SHA256 (postgresql/libpqxx-4.0.tar.gz) = b160043289cfbf2a186d3b12f9976b6914e76d918d3d4469ff408bd199bbb8ed +SIZE (postgresql/libpqxx-4.0.tar.gz) = 2631181 diff --git a/databases/postgresql-libpqxx/pkg-plist b/databases/postgresql-libpqxx/pkg-plist index 13a6e83d4e0b..0528d2f8572e 100644 --- a/databases/postgresql-libpqxx/pkg-plist +++ b/databases/postgresql-libpqxx/pkg-plist @@ -17,19 +17,24 @@ include/pqxx/cursor include/pqxx/cursor.hxx include/pqxx/dbtransaction include/pqxx/dbtransaction.hxx +include/pqxx/errorhandler +include/pqxx/errorhandler.hxx include/pqxx/except include/pqxx/except.hxx +include/pqxx/field +include/pqxx/field.hxx include/pqxx/internal/callgate.hxx include/pqxx/internal/gates/connection-dbtransaction.hxx +include/pqxx/internal/gates/connection-errorhandler.hxx include/pqxx/internal/gates/connection-largeobject.hxx -include/pqxx/internal/gates/connection-notify-listener.hxx +include/pqxx/internal/gates/connection-notification_receiver.hxx include/pqxx/internal/gates/connection-parameterized_invocation.hxx include/pqxx/internal/gates/connection-pipeline.hxx -include/pqxx/internal/gates/connection-prepare-declaration.hxx include/pqxx/internal/gates/connection-prepare-invocation.hxx include/pqxx/internal/gates/connection-reactivation_avoidance_exemption.hxx include/pqxx/internal/gates/connection-sql_cursor.hxx include/pqxx/internal/gates/connection-transaction.hxx +include/pqxx/internal/gates/errorhandler-connection.hxx include/pqxx/internal/gates/icursor_iterator-icursorstream.hxx include/pqxx/internal/gates/icursorstream-icursor_iterator.hxx include/pqxx/internal/gates/result-connection.hxx @@ -39,14 +44,17 @@ include/pqxx/internal/gates/transaction-subtransaction.hxx include/pqxx/internal/gates/transaction-tablereader.hxx include/pqxx/internal/gates/transaction-tablewriter.hxx include/pqxx/internal/gates/transaction-transactionfocus.hxx +include/pqxx/internal/libpq-forward.hxx +include/pqxx/internal/result_data.hxx include/pqxx/internal/statement_parameters.hxx include/pqxx/isolation include/pqxx/isolation.hxx include/pqxx/largeobject include/pqxx/largeobject.hxx -include/pqxx/libpq-forward.hxx include/pqxx/nontransaction include/pqxx/nontransaction.hxx +include/pqxx/notification +include/pqxx/notification.hxx include/pqxx/notify-listen include/pqxx/notify-listen.hxx include/pqxx/performance.hxx @@ -77,6 +85,8 @@ include/pqxx/transactor include/pqxx/transactor.hxx include/pqxx/trigger include/pqxx/trigger.hxx +include/pqxx/tuple +include/pqxx/tuple.hxx include/pqxx/util include/pqxx/util.hxx include/pqxx/version @@ -85,6 +95,7 @@ lib/libpqxx-%%PORTVERSION%%.so lib/libpqxx.a lib/libpqxx.la lib/libpqxx.so +lib/libpqxx.so.%%SOVERSION%% libdata/pkgconfig/libpqxx.pc @dirrm include/pqxx/internal/gates @dirrm include/pqxx/internal diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile index f29ab1c5bfc3..1d3387cd20e7 100644 --- a/databases/postgresql-libpqxx3/Makefile +++ b/databases/postgresql-libpqxx3/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= postgresql MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv COMMENT= A new C++ interface for PostgreSQL -CONFLICTS= postgresql-libpqxx-2.* +CONFLICTS= postgresql-libpqxx-[2-4].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30 USE_PGSQL= yes diff --git a/databases/postgresql-libpqxx30/Makefile b/databases/postgresql-libpqxx30/Makefile index f29ab1c5bfc3..1d3387cd20e7 100644 --- a/databases/postgresql-libpqxx30/Makefile +++ b/databases/postgresql-libpqxx30/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= postgresql MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv COMMENT= A new C++ interface for PostgreSQL -CONFLICTS= postgresql-libpqxx-2.* +CONFLICTS= postgresql-libpqxx-[2-4].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30 USE_PGSQL= yes |