View | Details | Raw Unified | Return to bug 73641
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	libpqxx
8
PORTNAME=	libpqxx
9
PORTVERSION=	2.2.7
9
PORTVERSION=	2.4.1
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	ftp://gborg.postgresql.org/pub/libpqxx/stable/
11
MASTER_SITES=	ftp://gborg.postgresql.org/pub/libpqxx/stable/
12
PKGNAMEPREFIX=	postgresql-
12
PKGNAMEPREFIX=	postgresql-
13
DIST_SUBDIR=	postgresql
13
DIST_SUBDIR=	postgresql
14
14
15
MAINTAINER=	girgen@pingpong.net
15
MAINTAINER=	girgen@pingpong.net
16
COMMENT=	A new C++ interface for  PostgreSQL
16
COMMENT=	A new C++ interface for PostgreSQL
17
17
18
LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
18
LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
19
19
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (postgresql/libpqxx-2.2.7.tar.gz) = 1027218388f64f62213c6c7e4111c3e9
1
MD5 (postgresql/libpqxx-2.4.1.tar.gz) = 24d4d3de75e9852b34c1cb89ddb3d0cb
2
SIZE (postgresql/libpqxx-2.2.7.tar.gz) = 761117
2
SIZE (postgresql/libpqxx-2.4.1.tar.gz) = 849749
(-)pkg-plist (-3 / +2 lines)
Lines 4-10 Link Here
4
include/pqxx/binarystring
4
include/pqxx/binarystring
5
include/pqxx/binarystring.hxx
5
include/pqxx/binarystring.hxx
6
include/pqxx/cachedresult.h
6
include/pqxx/cachedresult.h
7
include/pqxx/compiler.h
8
include/pqxx/connection
7
include/pqxx/connection
9
include/pqxx/connection.hxx
8
include/pqxx/connection.hxx
10
include/pqxx/connection.h
9
include/pqxx/connection.h
Lines 21-27 Link Here
21
include/pqxx/except
20
include/pqxx/except
22
include/pqxx/except.hxx
21
include/pqxx/except.hxx
23
include/pqxx/except.h
22
include/pqxx/except.h
24
include/pqxx/internalconfig.h
25
include/pqxx/isolation
23
include/pqxx/isolation
26
include/pqxx/isolation.hxx
24
include/pqxx/isolation.hxx
27
include/pqxx/isolation.h
25
include/pqxx/isolation.h
Lines 29-35 Link Here
29
include/pqxx/largeobject.hxx
27
include/pqxx/largeobject.hxx
30
include/pqxx/largeobject.h
28
include/pqxx/largeobject.h
31
include/pqxx/libcompiler.h
29
include/pqxx/libcompiler.h
32
include/pqxx/libconfig.h
33
include/pqxx/nontransaction
30
include/pqxx/nontransaction
34
include/pqxx/nontransaction.hxx
31
include/pqxx/nontransaction.hxx
35
include/pqxx/nontransaction.h
32
include/pqxx/nontransaction.h
Lines 66-71 Link Here
66
include/pqxx/util
63
include/pqxx/util
67
include/pqxx/util.hxx
64
include/pqxx/util.hxx
68
include/pqxx/util.h
65
include/pqxx/util.h
66
include/pqxx/config-public-compiler.h
67
include/pqxx/config-public-libpq.h
69
lib/libpqxx.a
68
lib/libpqxx.a
70
lib/libpqxx.la
69
lib/libpqxx.la
71
lib/libpqxx.so
70
lib/libpqxx.so
(-)files/patch-src-util-cxx (+11 lines)
Added Link Here
1
--- src/util.cxx.orig	Sun Nov  7 15:53:59 2004
2
+++ src/util.cxx	Sun Nov  7 15:54:02 2004
3
@@ -24,6 +24,8 @@
4
 #include <new>
5
 #include <sstream>
6
 
7
+#include <unistd.h>
8
+
9
 #ifdef _WIN32
10
 #include <windows.h>
11
 #endif

Return to bug 73641