Date: Sat, 02 Nov 2013 17:55:06 +0100 From: Kurt Jaeger <fbsd-ports@opsec.eu> To: FreeBSD-gnats-submit@freebsd.org Cc: lemke@lemke-it.com, wg@FreeBSD.org Subject: ports/183596: [patch update] databases/p5-DBD-cego 1.2.7 -> 1.2.8 Message-ID: <E1VceTa-000Gws-Md@f10.opsec.eu> Resent-Message-ID: <201311021700.rA2H03xj043089@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 183596 >Category: ports >Synopsis: [patch update] databases/p5-DBD-cego 1.2.7 -> 1.2.8 >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: Sat Nov 02 17:00:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-BETA2 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257166: Sat Oct 26 19:23:22 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: databases/p5-DBD-cego 1.2.7 -> 1.2.8 Fixes a quoting bug >How-To-Repeat: - >Fix: diff -r -u -N databases/p5-DBD-cego/Makefile /usr/home/pi/myp/databases/p5-DBD-cego/Makefile --- databases/p5-DBD-cego/Makefile 2013-10-27 22:18:37.000000000 +0100 +++ /usr/home/pi/myp/databases/p5-DBD-cego/Makefile 2013-11-02 17:40:00.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/databases/p5-DBD-cego/Makefile 331793 2013-10-27 18:05:42Z sunpoet $ PORTNAME= DBD-cego -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- diff -r -u -N databases/p5-DBD-cego/distinfo /usr/home/pi/myp/databases/p5-DBD-cego/distinfo --- databases/p5-DBD-cego/distinfo 2013-10-27 22:18:37.000000000 +0100 +++ /usr/home/pi/myp/databases/p5-DBD-cego/distinfo 2013-11-02 17:40:07.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (DBD-cego-1.2.7.tar.gz) = cf7febaaedbb545f2fe0308dd09e3613653bd302b7837c7213c3267946004f59 -SIZE (DBD-cego-1.2.7.tar.gz) = 28293 +SHA256 (DBD-cego-1.2.8.tar.gz) = fd4fc242edcf7e4e0133061f51f1ba50523d1749a16a6a91bd1663bc940651a5 +SIZE (DBD-cego-1.2.8.tar.gz) = 28283 diff -r -u -N databases/p5-DBD-cego/files/patch-makefile-pl /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl --- databases/p5-DBD-cego/files/patch-makefile-pl 2013-10-27 22:18:37.000000000 +0100 +++ /usr/home/pi/myp/databases/p5-DBD-cego/files/patch-makefile-pl 2013-11-02 17:52:46.000000000 +0100 @@ -1,6 +1,6 @@ ---- Makefile.PL-orig 2013-07-09 09:44:14.000000000 +0200 -+++ Makefile.PL 2013-07-09 09:48:24.000000000 +0200 -@@ -28,33 +28,22 @@ +--- Makefile.PL-orig 2013-11-02 17:48:46.000000000 +0100 ++++ Makefile.PL 2013-11-02 17:52:26.000000000 +0100 +@@ -28,49 +28,30 @@ Getopt::Long::GetOptions( $opt, "help", @@ -31,26 +31,32 @@ - "CC" => "g++", - "LD" => "g++", - "XSPROTOARG" => "-noprototypes", -- 'OPTIMIZE' => '-O6 -DNDEBUG=1', + 'INC' => '-I$(DBI_INSTARCH_DIR) -I/usr/local/include', + 'MYEXTLIB' => '-lcego -llfcxml -llfcbase', + 'CCFLAGS' => '-O2 -pipe -fno-strict-aliasing -fpermissive', + 'LD' => '$(CC) -L/usr/local/lib', + 'XSPROTOARG' => '-noprototypes', -+ 'OPTIMIZE' => '-O3 -DNDEBUG=1', - 'XSOPT' => '-C++', - 'TYPEMAPS' => ['perlobject.map' ], + 'OPTIMIZE' => '-O3 -DNDEBUG=1', +- 'XSOPT' => '-C++', +- 'TYPEMAPS' => ['perlobject.map' ], +- 'LICENSE' => 'gpl3', ++ 'XSOPT' => '-C++', ++ 'TYPEMAPS' => ['perlobject.map' ], ++ 'LICENSE' => 'gpl3', 'clean' => { FILES => 'config.h' }, -@@ -63,12 +53,6 @@ + ); + sub Usage { - print STDERR <<"USAGE"; - Usage: perl $0 [options] +- print STDERR <<"USAGE"; +-Usage: perl $0 [options] - -Possible options are: - - --prefix=<prefix path> Use <prefix> for setting up the appropriate prefix path - to find cego libs and includes - - USAGE +-USAGE ++ print STDERR "Usage: perl $0 [options]\n"; exit 1; } + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VceTa-000Gws-Md>