- Update to 3.1.1 - Fix build on 10.0-ALPHA1 Port maintainer (20080111.freebsd.org@ab.ote.we.lv) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->pgsql Over to maintainer (via the GNATS Auto Assign Tool)
Please commit! Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Maintainer of databases/postgresql-libpqxx3, Please note that PR ports/182178 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182178 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: pgsql->swills Back to submitter, subject had wrong port
----- Forwarded message from Chris Rees <crees@bayofrum.net> ----- Date: Tue, 17 Sep 2013 07:13:17 +0100 From: Chris Rees <crees@bayofrum.net> To: freebsd-ports-bugs@FreeBSD.org, pgsql@FreeBSD.org, bug-followup@freebsd.org, Steve Wills <swills@freebsd.org> Subject: Re: ports/182178: [PATCH] databases/postgresql-libpqxx: update to 3.1.1, fix build on 10.0-ALPHA1 Please commit! Chris ----- End forwarded message -----
Hi Steve, Can you invoke a maintainer timeout on this? The KDE office suite Calligra depends on this.
Author: swills Date: Sat Oct 26 13:05:42 2013 New Revision: 331683 URL: http://svnweb.freebsd.org/changeset/ports/331683 Log: - Update to 3.1.1 - Fix build on 10.0 PR: ports/182178 Approved by: maintainer timeout (20080111.freebsd.org@ab.ote.we.lv, >2 months) Added: head/databases/postgresql-libpqxx3/files/patch-svn_1833 (contents, props changed) Deleted: head/databases/postgresql-libpqxx3/files/patch-svn_1665 Modified: head/databases/postgresql-libpqxx3/Makefile (contents, props changed) head/databases/postgresql-libpqxx3/distinfo (contents, props changed) head/databases/postgresql-libpqxx3/pkg-plist (contents, props changed) Modified: head/databases/postgresql-libpqxx3/Makefile ============================================================================== --- head/databases/postgresql-libpqxx3/Makefile Sat Oct 26 12:46:37 2013 (r331682) +++ head/databases/postgresql-libpqxx3/Makefile Sat Oct 26 13:05:42 2013 (r331683) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpqxx -PORTVERSION= 3.1 +PORTVERSION= 3.1.1 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/${PORTNAME}/ PKGNAMEPREFIX= postgresql- @@ -20,10 +20,11 @@ USES= gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +USE_PYTHON_BUILD= yes +USES=shebangfix +SHEBANG_FILES= tools/splitconfig -CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \ - --enable-shared \ - --with-postgres-include=${LOCALBASE}/include/postgresql +CONFIGURE_ARGS= --enable-shared NO_STAGE= yes .include <bsd.port.mk> Modified: head/databases/postgresql-libpqxx3/distinfo ============================================================================== --- head/databases/postgresql-libpqxx3/distinfo Sat Oct 26 12:46:37 2013 (r331682) +++ head/databases/postgresql-libpqxx3/distinfo Sat Oct 26 13:05:42 2013 (r331683) @@ -1,2 +1,2 @@ -SHA256 (postgresql/libpqxx-3.1.tar.gz) = 8950433f193e118cfd36ab91391eb174ef48897bacc26197da596988e66796a0 -SIZE (postgresql/libpqxx-3.1.tar.gz) = 1771846 +SHA256 (postgresql/libpqxx-3.1.1.tar.gz) = ce443c7c515623b4a68de5f0657460344b6b6320982d8f8efc657c3746e1ee90 +SIZE (postgresql/libpqxx-3.1.1.tar.gz) = 1563338 Added: head/databases/postgresql-libpqxx3/files/patch-svn_1833 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/postgresql-libpqxx3/files/patch-svn_1833 Sat Oct 26 13:05:42 2013 (r331683) @@ -0,0 +1,42 @@ +--- include/pqxx/largeobject.hxx (revision 1706) ++++ include/pqxx/largeobject.hxx (revision 1833) +@@ -397,5 +397,5 @@ + size_type BufSize=512) : //[t48] + m_BufSize(BufSize), +- m_Obj(T, O), ++ m_Obj(T, O, mode), + m_G(0), + m_P(0) +@@ -407,5 +407,5 @@ + size_type BufSize=512) : //[t48] + m_BufSize(BufSize), +- m_Obj(T, O), ++ m_Obj(T, O, mode), + m_G(0), + m_P(0) +--- ChangeLog (revision 1825) ++++ ChangeLog (revision 1833) +@@ -1,2 +1,7 @@ ++2012-08-03 Jeroen T. Vermeulen <jtv@xs4all.nl> ++ include/pqxx/largeobject.hxx: ++ - Backported fix for #252: clang++ 3.2 compile error. Thanks Amy Troschinetz. ++ src/strconv.cxx: ++ - Backported fix for #253: clang++ 3.2 compile error. Thanks Amy Troschinetz. + 2012-03-25 Jeroen T. Vermeulen <jtv@xs4all.nl> + test/test002.cxx, test/test007.cxx, test/test011.cxx, test/test012.cxx, +--- src/strconv.cxx (revision 1724) ++++ src/strconv.cxx (revision 1833) +@@ -7,5 +7,5 @@ + * implementation of string conversions + * +- * Copyright (c) 2008, Jeroen T. Vermeulen <jtv@xs4all.nl> ++ * Copyright (c) 2008-2012, Jeroen T. Vermeulen <jtv@xs4all.nl> + * + * See COPYING for copyright license. If you did not receive a file called +@@ -193,5 +193,5 @@ + S.imbue(locale("C")); + #endif +- ok = (S >> result); ++ ok = static_cast<bool>(S >> result); + } + break; Modified: head/databases/postgresql-libpqxx3/pkg-plist ============================================================================== --- head/databases/postgresql-libpqxx3/pkg-plist Sat Oct 26 12:46:37 2013 (r331682) +++ head/databases/postgresql-libpqxx3/pkg-plist Sat Oct 26 13:05:42 2013 (r331683) @@ -81,7 +81,7 @@ include/pqxx/util include/pqxx/util.hxx include/pqxx/version include/pqxx/version.hxx -lib/libpqxx-%%PORTVERSION%%.so +lib/libpqxx-3.1.so lib/libpqxx.a lib/libpqxx.la lib/libpqxx.so _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed.
On Sat, Oct 26, 2013 at 12:35:57PM +0200, Tijl Coosemans wrote: > Hi Steve, > > Can you invoke a maintainer timeout on this? The KDE office suite > Calligra depends on this. Done, thanks for the reminder. Steve