summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Sybase
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-07-02 23:57:21 +0000
committerhubertf <hubertf>2002-07-02 23:57:21 +0000
commitcbadd1877619ded7ebeab71a2b7f66d59ec6b499 (patch)
treebf519c496e5cec75c2c3842534dc0fd429afa195 /databases/p5-DBD-Sybase
parent058bea702e2778276ef6a963eeefac900e58c560 (diff)
downloadpkgsrc-cbadd1877619ded7ebeab71a2b7f66d59ec6b499.tar.gz
Update p5-DBD-Sybase to 0.94. Changes:
Release 0.93 Added password encryption option to connect() request (contributed by Tin Martone) Added initial nsql(). Added ct_get_data(), ct_send_data() and friends func(). Added ?-style placeholder support for exec proc statements. Changed getExtraLibs() in Makefile.PL to *not* link with -linsck or -ltli (this avoids problems if the $SYBASE/config/libtcl.cfg file has been set to load the threaded version of these libraries.) Added support for primary_key_info(). (release 0.92 was never publicly released for various reasons) Bugs Fixed: 366 ping() fails if connection has been marked dead 364 t/fail.t bug. Release 0.91 Removed artificial 1024 byte limit on char/varchar datatypes in result sets. Bug Fixes: 213: BLOBs are returned in HEX, not binary. Release 0.90 Release number sequence change: I'm dropping the "alpha" qualifier and I expect to release 1.00 fairly soon. Small Makefile.PL fix for Sybase 12.0 installation directory changes. Applied patch from Tim Ayers to allow 0x type formatting for binary data fetches (similar to what Sybase::CTlib and Sybase::DBlib allow). Fixed some t/ scripts to not fail when run against MS-SQL. Corrected the handling of timeout events in the client callback. Bug Fixes: 349: CS_NUMERIC bindings for ?-style placeholders fails for large values. 345: Dynamic statement ids get re-used. 351: prepared statements with placeholders cause handle to become unusable if *first* execute fails. 352: ping() doesn't work right in Apache::DBI (thanks to Kiriakos Georgiou) 353: syb_quoted_identifier doesn't work. 354: Calling fetch() after prepare() but no execute() fails with internal DBI error. This should also fix bug # 278 and 288. 297: type_info() returns incorrect or no data. 344: timeout doesn't work correctly. Fixes PR 15067 bye ebe@statsbiblioteket.dk
Diffstat (limited to 'databases/p5-DBD-Sybase')
-rw-r--r--databases/p5-DBD-Sybase/Makefile11
-rw-r--r--databases/p5-DBD-Sybase/distinfo6
2 files changed, 11 insertions, 6 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile
index 7dedea6d9d8..546742c8a23 100644
--- a/databases/p5-DBD-Sybase/Makefile
+++ b/databases/p5-DBD-Sybase/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 06:49:40 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/07/02 23:57:21 hubertf Exp $
#
-DISTNAME= DBD-Sybase-0.23
+DISTNAME= DBD-Sybase-0.94
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5dsy
CATEGORIES= databases perl5
@@ -20,7 +20,12 @@ LDFLAGS+= -Wl,-R${BUILDLINK_PREFIX.freetds}/freetds/lib
MAKE_ENV+= SYBASE=${BUILDLINK_DIR}/freetds
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS}
+ @cd ${WRKSRC}; \
+ ( \
+ ${ECHO_MSG} "undef" ; \
+ ${ECHO_MSG} "" ; \
+ ${ECHO_MSG} "undef" ; \
+ ) | ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS}
.include "../../databases/freetds/buildlink.mk"
.include "../../lang/perl5/buildlink.mk"
diff --git a/databases/p5-DBD-Sybase/distinfo b/databases/p5-DBD-Sybase/distinfo
index 692dffcb989..b093326c879 100644
--- a/databases/p5-DBD-Sybase/distinfo
+++ b/databases/p5-DBD-Sybase/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 16:11:00 agc Exp $
+$NetBSD: distinfo,v 1.3 2002/07/02 23:57:21 hubertf Exp $
-SHA1 (DBD-Sybase-0.23.tar.gz) = efcebec52d149496be4a3e4611c831aa6508fe2d
-Size (DBD-Sybase-0.23.tar.gz) = 55196 bytes
+SHA1 (DBD-Sybase-0.94.tar.gz) = e11d85b31751253a0da3ccee5336504b1edc59de
+Size (DBD-Sybase-0.94.tar.gz) = 98551 bytes