OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Jul-2008 18:35:46
Branch: HEAD Handle: 2008072917354501
Modified files:
openpkg-src/perl-dbi perl-dbi.patch perl-dbi.spec
Log:
fix building against FreeTDS 0.82
Summary:
Revision Changes Path
1.41 +31 -0 openpkg-src/perl-dbi/perl-dbi.patch
1.291 +1 -1 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.patch
============================================================================
$ cvs diff -u -r1.40 -r1.41 perl-dbi.patch
--- openpkg-src/perl-dbi/perl-dbi.patch 23 Jul 2008 06:22:09 -0000
1.40
+++ openpkg-src/perl-dbi/perl-dbi.patch 29 Jul 2008 16:35:45 -0000
1.41
@@ -199,3 +199,34 @@
$i++;
}
}
+Index: DBD-Sybase-1.08/dbdimp.c
+--- DBD-Sybase-1.08/dbdimp.c.orig 2007-04-19 20:33:30 +0200
++++ DBD-Sybase-1.08/dbdimp.c 2008-07-29 18:32:49 +0200
+@@ -797,22 +797,22 @@
+
+ #if defined(CS_VERSION_150)
+ if(cs_ver == CS_VERSION_150)
+- BLK_VERSION = BLK_VERSION_150;
++ BLK_VERSION = CS_VERSION_150;
+ #endif
+ #if defined(CS_VERSION_125)
+ if(cs_ver == CS_VERSION_125)
+- BLK_VERSION = BLK_VERSION_125;
++ BLK_VERSION = CS_VERSION_125;
+ #endif
+ #if defined(CS_VERSION_120)
+ if(cs_ver == CS_VERSION_120)
+- BLK_VERSION = BLK_VERSION_120;
++ BLK_VERSION = CS_VERSION_120;
+ #endif
+ #if defined(CS_VERSION_110)
+ if(cs_ver == CS_VERSION_110)
+- BLK_VERSION = BLK_VERSION_110;
++ BLK_VERSION = CS_VERSION_110;
+ #endif
+ if(cs_ver == CS_VERSION_100)
+- BLK_VERSION = BLK_VERSION_100;
++ BLK_VERSION = CS_VERSION_100;
+
+ #if USE_CSLIB_CB
+ if (cs_config(context, CS_SET, CS_MESSAGE_CB,
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.290 -r1.291 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 24 Jul 2008 18:04:46 -0000
1.290
+++ openpkg-src/perl-dbi/perl-dbi.spec 29 Jul 2008 16:35:46 -0000
1.291
@@ -54,7 +54,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20080724
+Release: 20080729
# package options
%option with_dbd_sqlite yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]