diff options
author | pi <pi@FreeBSD.org> | 2015-05-02 01:21:21 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-05-02 01:21:21 +0800 |
commit | 2245890d1f14267ba518f9ba738d47c42265fcad (patch) | |
tree | 24068360d74619f419f9c69b038507d973bd84ad /databases/p5-DBD-cego | |
parent | 0ce06321a659ab471e1f4154c7ba775fd0b3e651 (diff) | |
download | freebsd-ports-gnome-2245890d1f14267ba518f9ba738d47c42265fcad.tar.gz freebsd-ports-gnome-2245890d1f14267ba518f9ba738d47c42265fcad.tar.zst freebsd-ports-gnome-2245890d1f14267ba518f9ba738d47c42265fcad.zip |
devel/lfcbase: 1.5.11 -> 1.6.1
databases/cego: 2.21.1 -> 2.22.0
databases/p5-DBD-cego: 1.2.9 -> 1.3.0
lfcbase:
- Added syslog support
- syslog is enabled per default
cego:
- fix in CegoFieldValue::comp for correct null value ordering
- adapt to lfcbase 1.6 with syslog support
p5-DBD-cego:
- adapt to lfcbase 1.6 with syslog support
Submitted by: Björn Lemke <lemke@lemke-it.com>
Diffstat (limited to 'databases/p5-DBD-cego')
-rw-r--r-- | databases/p5-DBD-cego/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBD-cego/distinfo | 4 | ||||
-rw-r--r-- | databases/p5-DBD-cego/files/patch-CegoXS.h | 4 | ||||
-rw-r--r-- | databases/p5-DBD-cego/files/patch-Makefile.PL (renamed from databases/p5-DBD-cego/files/patch-makefile-pl) | 15 |
4 files changed, 13 insertions, 13 deletions
diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index c7d736660edf..32a200eb5eab 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= DBD-cego -PORTVERSION= 1.2.9 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- diff --git a/databases/p5-DBD-cego/distinfo b/databases/p5-DBD-cego/distinfo index e459c4a6df3f..0215507ea808 100644 --- a/databases/p5-DBD-cego/distinfo +++ b/databases/p5-DBD-cego/distinfo @@ -1,2 +1,2 @@ -SHA256 (DBD-cego-1.2.9.tar.gz) = 87f867e1afe6b3662faf47fc61579235eba762e6f042eec6680124dc1e57a435 -SIZE (DBD-cego-1.2.9.tar.gz) = 23090 +SHA256 (DBD-cego-1.3.0.tar.gz) = caa7224994e0f52cd474bb4d68439f23102ea8e487c68d2956cf0426eb5fe140 +SIZE (DBD-cego-1.3.0.tar.gz) = 28196 diff --git a/databases/p5-DBD-cego/files/patch-CegoXS.h b/databases/p5-DBD-cego/files/patch-CegoXS.h index b4052386cb61..bced7527f37a 100644 --- a/databases/p5-DBD-cego/files/patch-CegoXS.h +++ b/databases/p5-DBD-cego/files/patch-CegoXS.h @@ -1,5 +1,5 @@ ---- CegoXS.h.orig 2010-11-21 09:25:27.000000000 +0800 -+++ CegoXS.h 2011-05-29 21:11:15.361979766 +0800 +--- CegoXS.h.orig 2010-11-21 01:25:27 UTC ++++ CegoXS.h @@ -9,4 +9,16 @@ #include "dbdimp.h" #include <dbd_xsh.h> diff --git a/databases/p5-DBD-cego/files/patch-makefile-pl b/databases/p5-DBD-cego/files/patch-Makefile.PL index e082794b8e9e..6ef261c2dc4f 100644 --- a/databases/p5-DBD-cego/files/patch-makefile-pl +++ b/databases/p5-DBD-cego/files/patch-Makefile.PL @@ -1,6 +1,6 @@ ---- 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 @@ +--- Makefile.PL.orig 2015-05-01 16:47:29 UTC ++++ Makefile.PL +@@ -28,49 +28,30 @@ $opt = { "help" => \&Usage, }; Getopt::Long::GetOptions( $opt, "help", @@ -22,24 +22,24 @@ 'NAME' => 'DBD::Cego', 'VERSION_FROM' => 'Cego.pm', - 'PREREQ_PM' => {DBI => 1.03}, -+ 'PREREQ_PM' => {DBI => 1.628}, ++ 'PREREQ_PM' => {DBI => 1.633}, 'OBJECT' => '$(O_FILES)', - 'INC' => '-I$(DBI_INSTARCH_DIR) -I' . $opt->{'prefix'} . '/include -I' . $opt->{'prefix'} . '/include', - 'MYEXTLIB' => $opt->{'prefix'} . "/lib/libcego.$so* " - . $opt->{'prefix'} . "/lib/liblfcxml.$so* " - . $opt->{'prefix'} . "/lib/liblfcbase.$so", -- "CC" => "g++", -- "LD" => "g++", +- "CC" => "c++", +- "LD" => "c++", - "XSPROTOARG" => "-noprototypes", + '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' ], - 'LICENSE' => 'gpl3', ++ 'XSPROTOARG' => '-noprototypes', + 'XSOPT' => '-C++', + 'TYPEMAPS' => ['perlobject.map' ], + 'LICENSE' => 'gpl3', @@ -59,3 +59,4 @@ + print STDERR "Usage: perl $0 [options]\n"; exit 1; } + |