Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 Nov 2004 16:11:47 +0100 (CET)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Steven Looman <steven@krx.nl>
Subject:   ports/73641: [MAINTAINER] databases/postgresql-libpqxx: update to 2.4.1
Message-ID:  <20041107151147.36BE01CEC8@palle.girgensohn.se>
Resent-Message-ID: <200411071520.iA7FKJ4F036646@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73641
>Category:       ports
>Synopsis:       [MAINTAINER] databases/postgresql-libpqxx: update to 2.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 07 15:20:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD palle.girgensohn.se 5.3-BETA6 FreeBSD 5.3-BETA6 #15: Thu Sep 30 00:48:05 CEST 2004
>Description:
- Update to 2.4.1

Submitted by: Steven Looman <steven@krx.nl> (partially)

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

***
Don't forget to 

cvs add files/patch-src-util-cxx

***

--- postgresql-libpqxx-2.4.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	9 Aug 2004 08:01:42 -0000	1.10
+++ Makefile	7 Nov 2004 15:06:53 -0000
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	libpqxx
-PORTVERSION=	2.2.7
+PORTVERSION=	2.4.1
 CATEGORIES=	databases
 MASTER_SITES=	ftp://gborg.postgresql.org/pub/libpqxx/stable/
 PKGNAMEPREFIX=	postgresql-
 DIST_SUBDIR=	postgresql
 
 MAINTAINER=	girgen@pingpong.net
-COMMENT=	A new C++ interface for  PostgreSQL
+COMMENT=	A new C++ interface for PostgreSQL
 
 LIB_DEPENDS=	pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/distinfo,v
retrieving revision 1.6
diff -u -u -r1.6 distinfo
--- distinfo	9 Aug 2004 08:01:42 -0000	1.6
+++ distinfo	7 Nov 2004 14:49:56 -0000
@@ -1,2 +1,2 @@
-MD5 (postgresql/libpqxx-2.2.7.tar.gz) = 1027218388f64f62213c6c7e4111c3e9
-SIZE (postgresql/libpqxx-2.2.7.tar.gz) = 761117
+MD5 (postgresql/libpqxx-2.4.1.tar.gz) = 24d4d3de75e9852b34c1cb89ddb3d0cb
+SIZE (postgresql/libpqxx-2.4.1.tar.gz) = 849749
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-libpqxx/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	9 Aug 2004 08:01:42 -0000	1.6
+++ pkg-plist	7 Nov 2004 15:05:55 -0000
@@ -4,7 +4,6 @@
 include/pqxx/binarystring
 include/pqxx/binarystring.hxx
 include/pqxx/cachedresult.h
-include/pqxx/compiler.h
 include/pqxx/connection
 include/pqxx/connection.hxx
 include/pqxx/connection.h
@@ -21,7 +20,6 @@
 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
@@ -29,7 +27,6 @@
 include/pqxx/largeobject.hxx
 include/pqxx/largeobject.h
 include/pqxx/libcompiler.h
-include/pqxx/libconfig.h
 include/pqxx/nontransaction
 include/pqxx/nontransaction.hxx
 include/pqxx/nontransaction.h
@@ -66,6 +63,8 @@
 include/pqxx/util
 include/pqxx/util.hxx
 include/pqxx/util.h
+include/pqxx/config-public-compiler.h
+include/pqxx/config-public-libpq.h
 lib/libpqxx.a
 lib/libpqxx.la
 lib/libpqxx.so
--- /dev/null	Sun Nov  7 16:07:40 2004
+++ files/patch-src-util-cxx	Sun Nov  7 15:54:45 2004
@@ -0,0 +1,11 @@
+--- src/util.cxx.orig	Sun Nov  7 15:53:59 2004
++++ src/util.cxx	Sun Nov  7 15:54:02 2004
+@@ -24,6 +24,8 @@
+ #include <new>
+ #include <sstream>
+ 
++#include <unistd.h>
++
+ #ifdef _WIN32
+ #include <windows.h>
+ #endif
--- postgresql-libpqxx-2.4.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041107151147.36BE01CEC8>