From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 8 20:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AD8EF91 for ; Wed, 8 Jan 2014 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E86DC1D5A for ; Wed, 8 Jan 2014 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s08KA03q068830 for ; Wed, 8 Jan 2014 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s08KA0oU068829; Wed, 8 Jan 2014 20:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 8 Jan 2014 20:10:00 GMT Resent-Message-Id: <201401082010.s08KA0oU068829@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bartek Rutkowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70DEEDAB for ; Wed, 8 Jan 2014 20:01:24 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5148E1D08 for ; Wed, 8 Jan 2014 20:01:24 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s08K1NZc036805 for ; Wed, 8 Jan 2014 20:01:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s08K1N6R036799; Wed, 8 Jan 2014 20:01:23 GMT (envelope-from nobody) Message-Id: <201401082001.s08K1N6R036799@oldred.freebsd.org> Date: Wed, 8 Jan 2014 20:01:23 GMT From: Bartek Rutkowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185591: [port-update] databases/postgresql-libpqxx updated to version 4.0.1 and supporting staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 20:10:01 -0000 >Number: 185591 >Category: ports >Synopsis: [port-update] databases/postgresql-libpqxx updated to version 4.0.1 and supporting staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 08 20:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: 10.0-RC4 >Organization: Pixeware LTD >Environment: FreeBSD baranowski 10.0-RC4 FreeBSD 10.0-RC4 #0 r260130: Tue Dec 31 17:10:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/BARANOWSKI amd64 >Description: This is update of databases/postgresql-libpqxx port to version 4.0.1 that has fixes for C++ support and supports staging of the port. >How-To-Repeat: Patch the port, build port/package, test, commit. >Fix: Patch attached with submission follows: diff -ruN postgresql-libpqxx.orig/Makefile postgresql-libpqxx/Makefile --- postgresql-libpqxx.orig/Makefile 2014-01-08 19:05:55.452226985 +0100 +++ postgresql-libpqxx/Makefile 2014-01-08 19:06:20.700644985 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: databases/postgresql-libpqxx/Makefile 334085 2013-11-17 14:45:22Z crees $ PORTNAME= libpqxx -PORTVERSION= 4.0 +PORTVERSION= 4.0.1 CATEGORIES= databases MASTER_SITES= http://pqxx.org/download/software/libpqxx/ PKGNAMEPREFIX= postgresql- @@ -11,24 +11,27 @@ MAINTAINER= pgsql@FreeBSD.org COMMENT= New C++ interface for PostgreSQL +LICENSE= BSD + +BUILD_DEPENDS= python:${PORTSDIR}/lang/python + CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.* PORTSCOUT= limit:^2\. USE_PGSQL= yes -USES= gmake +USES= gmake shebangfix GNU_CONFIGURE= yes -USE_LDCONFIG= yes +USE_LDCONFIG= ${STAGEDIR}${PREFIX}/lib SOVERSION= 4 -PLIST_SUB= PORTVERSION=${PORTVERSION} \ - SOVERSION=${SOVERSION} +PLIST_SUB= SOVERSION=${SOVERSION} +SHEBANG_FILES= ${WRKSRC}/tools/splitconfig CONFIGURE_ARGS= --enable-shared \ --disable-dependency-tracking -NO_STAGE= yes post-install: # This is needed for ldconfig - ${LN} -s ${PREFIX}/lib/libpqxx-${PORTVERSION}.so \ - ${PREFIX}/lib/libpqxx.so.${SOVERSION} + ${LN} -s ${STAGEDIR}${PREFIX}/lib/libpqxx-${PORTVERSION}.so \ + ${STAGEDIR}${PREFIX}/lib/libpqxx.so.${SOVERSION} .include diff -ruN postgresql-libpqxx.orig/distinfo postgresql-libpqxx/distinfo --- postgresql-libpqxx.orig/distinfo 2014-01-08 19:05:55.452226985 +0100 +++ postgresql-libpqxx/distinfo 2014-01-08 19:06:20.700644985 +0100 @@ -1,2 +1,2 @@ -SHA256 (postgresql/libpqxx-4.0.tar.gz) = b160043289cfbf2a186d3b12f9976b6914e76d918d3d4469ff408bd199bbb8ed -SIZE (postgresql/libpqxx-4.0.tar.gz) = 2631181 +SHA256 (postgresql/libpqxx-4.0.1.tar.gz) = 097ceda2797761ce517faa5bee186c883df1c407cb2aada613a16773afeedc38 +SIZE (postgresql/libpqxx-4.0.1.tar.gz) = 1582532 diff -ruN postgresql-libpqxx.orig/pkg-plist postgresql-libpqxx/pkg-plist --- postgresql-libpqxx.orig/pkg-plist 2014-01-08 19:05:55.452226985 +0100 +++ postgresql-libpqxx/pkg-plist 2014-01-08 19:06:20.700644985 +0100 @@ -91,7 +91,7 @@ include/pqxx/util.hxx include/pqxx/version include/pqxx/version.hxx -lib/libpqxx-%%PORTVERSION%%.so +lib/libpqxx-4.0.so lib/libpqxx.a lib/libpqxx.la lib/libpqxx.so >Release-Note: >Audit-Trail: >Unformatted: