View | Details | Raw Unified | Return to bug 68217 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	libpqxx
8
PORTNAME=	libpqxx
9
PORTVERSION=	2.1.1
9
PORTVERSION=	2.2.3
10
PORTREVISION=	1
11
CATEGORIES=	databases
10
CATEGORIES=	databases
12
MASTER_SITES=	ftp://gborg.postgresql.org/pub/libpqxx/stable/
11
MASTER_SITES=	ftp://gborg.postgresql.org/pub/libpqxx/stable/
13
PKGNAMEPREFIX=	postgresql-
12
PKGNAMEPREFIX=	postgresql-
Lines 19-29 Link Here
19
POSTGRESQL_PORT?=	databases/postgresql7
18
POSTGRESQL_PORT?=	databases/postgresql7
20
LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
19
LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
21
20
21
USE_LIBTOOL_VER=15
22
USE_GMAKE=	YES
22
USE_GMAKE=	YES
23
GNU_CONFIGURE=	YES
23
GNU_CONFIGURE=	YES
24
INSTALLS_SHLIB=	YES
24
INSTALLS_SHLIB=	YES
25
25
26
CONFIGURE_ARGS=	--with-postgres=${LOCALBASE} \
26
CONFIGURE_ARGS=	--with-postgres=${LOCALBASE} \
27
		--enable-shared \
27
		--with-postgres-include=${LOCALBASE}/include/postgresql
28
		--with-postgres-include=${LOCALBASE}/include/postgresql
28
29
29
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (postgresql/libpqxx-2.1.1.tar.gz) = 570a04c4758fead88ac555e7bc90f88b
1
MD5 (postgresql/libpqxx-2.2.3.tar.gz) = 02d34b97dc77c51ef8c54eea6965fc91
2
SIZE (postgresql/libpqxx-2.1.1.tar.gz) = 948902
2
SIZE (postgresql/libpqxx-2.2.3.tar.gz) = 744455
(-)pkg-plist (-2 / +6 lines)
Lines 1-10 Link Here
1
bin/pqxx-config
1
include/pqxx/pqxx
2
include/pqxx/pqxx
2
include/pqxx/all.h
3
include/pqxx/all.h
3
include/pqxx/binarystring
4
include/pqxx/binarystring
4
include/pqxx/binarystring.hxx
5
include/pqxx/binarystring.hxx
5
include/pqxx/cachedresult.h
6
include/pqxx/cachedresult.h
6
include/pqxx/compiler.h
7
include/pqxx/compiler.h
7
include/pqxx/config.h
8
include/pqxx/connection
8
include/pqxx/connection
9
include/pqxx/connection.hxx
9
include/pqxx/connection.hxx
10
include/pqxx/connection.h
10
include/pqxx/connection.h
Lines 19-24 Link Here
19
include/pqxx/except
19
include/pqxx/except
20
include/pqxx/except.hxx
20
include/pqxx/except.hxx
21
include/pqxx/except.h
21
include/pqxx/except.h
22
include/pqxx/internalconfig.h
22
include/pqxx/isolation
23
include/pqxx/isolation
23
include/pqxx/isolation.hxx
24
include/pqxx/isolation.hxx
24
include/pqxx/isolation.h
25
include/pqxx/isolation.h
Lines 30-35 Link Here
30
include/pqxx/nontransaction
31
include/pqxx/nontransaction
31
include/pqxx/nontransaction.hxx
32
include/pqxx/nontransaction.hxx
32
include/pqxx/nontransaction.h
33
include/pqxx/nontransaction.h
34
include/pqxx/pipeline
35
include/pqxx/pipeline.hxx
33
include/pqxx/result
36
include/pqxx/result
34
include/pqxx/result.hxx
37
include/pqxx/result.hxx
35
include/pqxx/result.h
38
include/pqxx/result.h
Lines 64-69 Link Here
64
lib/libpqxx.a
67
lib/libpqxx.a
65
lib/libpqxx.la
68
lib/libpqxx.la
66
lib/libpqxx.so
69
lib/libpqxx.so
67
lib/libpqxx.so.0
70
lib/libpqxx-2.2.3.so
68
lib/pkgconfig/libpqxx.pc
71
lib/pkgconfig/libpqxx.pc
72
@dirrm lib/pkgconfig
69
@dirrm include/pqxx
73
@dirrm include/pqxx

Return to bug 68217