1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrade to DBD-Sybase-0.94.

This commit is contained in:
Sheldon Hearn 2002-10-08 09:15:55 +00:00
parent 1d83daa20b
commit 2e3e4673a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67615
3 changed files with 5 additions and 6 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= DBD-Sybase
PORTVERSION= 0.91
PORTREVISION= 1
PORTVERSION= 0.94
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD

View File

@ -1 +1 @@
MD5 (DBD-Sybase-0.91.tar.gz) = a95ab43918044d2e50694a4f564615c5
MD5 (DBD-Sybase-0.94.tar.gz) = 66e08a191c89f3cb528337ca56ac519e

View File

@ -1,13 +1,13 @@
--- Makefile.PL.orig Thu May 10 17:56:44 2001
+++ Makefile.PL Thu May 10 17:58:36 2001
@@ -107,13 +107,13 @@
@@ -109,13 +109,13 @@
} else {
my $extra = getExtraLibs($SYBASE, $attr{EXTRA_LIBS});
if($file) {
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $attr{EXTRA_LIBS} -lm";
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $attr{EXTRA_LIBS} -ldl -lm";
+ $lib_string = "-L$SYBASE/lib -lct -lintl $attr{EXTRA_LIBS} -lm";
} else {
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $extra -lm";
- $lib_string = "-L$SYBASE/lib -lct -lcs -ltcl -lcomn -lintl $extra -ldl -lm";
- }
- if($^O =~ /linux|freebsd/i) {
- $lib_string =~ s/ltcl/lsybtcl/;