1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Upgrade to 2.2.3.

Warning: broken on 4.x.

PR:		68217
Submitted by:	maintainer.
This commit is contained in:
Thierry Thomas 2004-06-23 22:19:23 +00:00
parent 0de8ad7faf
commit 86ed821488
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112087
12 changed files with 96 additions and 27 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= libpqxx
PORTVERSION= 2.1.1
PORTREVISION= 1
PORTVERSION= 2.2.3
CATEGORIES= databases
MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/
PKGNAMEPREFIX= postgresql-
@ -16,14 +15,23 @@ DIST_SUBDIR= postgresql
MAINTAINER= girgen@pingpong.net
COMMENT= A new C++ interface for PostgreSQL
POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
USE_LIBTOOL_VER=15
USE_GMAKE= YES
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
--enable-shared \
--with-postgres-include=${LOCALBASE}/include/postgresql
.include <bsd.port.mk>
POSTGRESQL_PORT?= databases/postgresql7
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "<ios> header missing on this platform"
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (postgresql/libpqxx-2.1.1.tar.gz) = 570a04c4758fead88ac555e7bc90f88b
SIZE (postgresql/libpqxx-2.1.1.tar.gz) = 948902
MD5 (postgresql/libpqxx-2.2.3.tar.gz) = 02d34b97dc77c51ef8c54eea6965fc91
SIZE (postgresql/libpqxx-2.2.3.tar.gz) = 744455

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Mon May 10 14:37:09 2004
+++ Makefile.in Wed Jun 23 21:47:42 2004
@@ -196,7 +196,7 @@
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
stamp-h.in
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(libdir)/libdata/pkgconfig
pkgconfig_DATA = libpqxx.pc
bin_SCRIPTS = pqxx-config
all: all-recursive

View File

@ -1,10 +1,10 @@
bin/pqxx-config
include/pqxx/pqxx
include/pqxx/all.h
include/pqxx/binarystring
include/pqxx/binarystring.hxx
include/pqxx/cachedresult.h
include/pqxx/compiler.h
include/pqxx/config.h
include/pqxx/connection
include/pqxx/connection.hxx
include/pqxx/connection.h
@ -19,6 +19,7 @@ include/pqxx/dbtransaction.h
include/pqxx/except
include/pqxx/except.hxx
include/pqxx/except.h
include/pqxx/internalconfig.h
include/pqxx/isolation
include/pqxx/isolation.hxx
include/pqxx/isolation.h
@ -30,6 +31,8 @@ include/pqxx/libconfig.h
include/pqxx/nontransaction
include/pqxx/nontransaction.hxx
include/pqxx/nontransaction.h
include/pqxx/pipeline
include/pqxx/pipeline.hxx
include/pqxx/result
include/pqxx/result.hxx
include/pqxx/result.h
@ -64,6 +67,7 @@ include/pqxx/util.h
lib/libpqxx.a
lib/libpqxx.la
lib/libpqxx.so
lib/libpqxx.so.0
lib/pkgconfig/libpqxx.pc
lib/libpqxx-2.2.3.so
lib/libdata/pkgconfig/libpqxx.pc
@dirrm include/pqxx
@unexec rmdir %D/lib/libdata/pkgconfig 2>/dev/null || true

View File

@ -6,8 +6,7 @@
#
PORTNAME= libpqxx
PORTVERSION= 2.1.1
PORTREVISION= 1
PORTVERSION= 2.2.3
CATEGORIES= databases
MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/
PKGNAMEPREFIX= postgresql-
@ -16,14 +15,23 @@ DIST_SUBDIR= postgresql
MAINTAINER= girgen@pingpong.net
COMMENT= A new C++ interface for PostgreSQL
POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
USE_LIBTOOL_VER=15
USE_GMAKE= YES
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
--enable-shared \
--with-postgres-include=${LOCALBASE}/include/postgresql
.include <bsd.port.mk>
POSTGRESQL_PORT?= databases/postgresql7
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "<ios> header missing on this platform"
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (postgresql/libpqxx-2.1.1.tar.gz) = 570a04c4758fead88ac555e7bc90f88b
SIZE (postgresql/libpqxx-2.1.1.tar.gz) = 948902
MD5 (postgresql/libpqxx-2.2.3.tar.gz) = 02d34b97dc77c51ef8c54eea6965fc91
SIZE (postgresql/libpqxx-2.2.3.tar.gz) = 744455

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Mon May 10 14:37:09 2004
+++ Makefile.in Wed Jun 23 21:47:42 2004
@@ -196,7 +196,7 @@
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
stamp-h.in
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(libdir)/libdata/pkgconfig
pkgconfig_DATA = libpqxx.pc
bin_SCRIPTS = pqxx-config
all: all-recursive

View File

@ -1,10 +1,10 @@
bin/pqxx-config
include/pqxx/pqxx
include/pqxx/all.h
include/pqxx/binarystring
include/pqxx/binarystring.hxx
include/pqxx/cachedresult.h
include/pqxx/compiler.h
include/pqxx/config.h
include/pqxx/connection
include/pqxx/connection.hxx
include/pqxx/connection.h
@ -19,6 +19,7 @@ include/pqxx/dbtransaction.h
include/pqxx/except
include/pqxx/except.hxx
include/pqxx/except.h
include/pqxx/internalconfig.h
include/pqxx/isolation
include/pqxx/isolation.hxx
include/pqxx/isolation.h
@ -30,6 +31,8 @@ include/pqxx/libconfig.h
include/pqxx/nontransaction
include/pqxx/nontransaction.hxx
include/pqxx/nontransaction.h
include/pqxx/pipeline
include/pqxx/pipeline.hxx
include/pqxx/result
include/pqxx/result.hxx
include/pqxx/result.h
@ -64,6 +67,7 @@ include/pqxx/util.h
lib/libpqxx.a
lib/libpqxx.la
lib/libpqxx.so
lib/libpqxx.so.0
lib/pkgconfig/libpqxx.pc
lib/libpqxx-2.2.3.so
lib/libdata/pkgconfig/libpqxx.pc
@dirrm include/pqxx
@unexec rmdir %D/lib/libdata/pkgconfig 2>/dev/null || true

View File

@ -6,8 +6,7 @@
#
PORTNAME= libpqxx
PORTVERSION= 2.1.1
PORTREVISION= 1
PORTVERSION= 2.2.3
CATEGORIES= databases
MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/
PKGNAMEPREFIX= postgresql-
@ -16,14 +15,23 @@ DIST_SUBDIR= postgresql
MAINTAINER= girgen@pingpong.net
COMMENT= A new C++ interface for PostgreSQL
POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
USE_LIBTOOL_VER=15
USE_GMAKE= YES
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \
--enable-shared \
--with-postgres-include=${LOCALBASE}/include/postgresql
.include <bsd.port.mk>
POSTGRESQL_PORT?= databases/postgresql7
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "<ios> header missing on this platform"
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (postgresql/libpqxx-2.1.1.tar.gz) = 570a04c4758fead88ac555e7bc90f88b
SIZE (postgresql/libpqxx-2.1.1.tar.gz) = 948902
MD5 (postgresql/libpqxx-2.2.3.tar.gz) = 02d34b97dc77c51ef8c54eea6965fc91
SIZE (postgresql/libpqxx-2.2.3.tar.gz) = 744455

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Mon May 10 14:37:09 2004
+++ Makefile.in Wed Jun 23 21:47:42 2004
@@ -196,7 +196,7 @@
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
stamp-h.in
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(libdir)/libdata/pkgconfig
pkgconfig_DATA = libpqxx.pc
bin_SCRIPTS = pqxx-config
all: all-recursive

View File

@ -1,10 +1,10 @@
bin/pqxx-config
include/pqxx/pqxx
include/pqxx/all.h
include/pqxx/binarystring
include/pqxx/binarystring.hxx
include/pqxx/cachedresult.h
include/pqxx/compiler.h
include/pqxx/config.h
include/pqxx/connection
include/pqxx/connection.hxx
include/pqxx/connection.h
@ -19,6 +19,7 @@ include/pqxx/dbtransaction.h
include/pqxx/except
include/pqxx/except.hxx
include/pqxx/except.h
include/pqxx/internalconfig.h
include/pqxx/isolation
include/pqxx/isolation.hxx
include/pqxx/isolation.h
@ -30,6 +31,8 @@ include/pqxx/libconfig.h
include/pqxx/nontransaction
include/pqxx/nontransaction.hxx
include/pqxx/nontransaction.h
include/pqxx/pipeline
include/pqxx/pipeline.hxx
include/pqxx/result
include/pqxx/result.hxx
include/pqxx/result.h
@ -64,6 +67,7 @@ include/pqxx/util.h
lib/libpqxx.a
lib/libpqxx.la
lib/libpqxx.so
lib/libpqxx.so.0
lib/pkgconfig/libpqxx.pc
lib/libpqxx-2.2.3.so
lib/libdata/pkgconfig/libpqxx.pc
@dirrm include/pqxx
@unexec rmdir %D/lib/libdata/pkgconfig 2>/dev/null || true