Date: Sun, 11 May 2003 01:24:27 -0500 (EST) From: "Philip M. Gollucci" <philip@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sheldonh@FreeBSD.org Subject: ports/52062: Update: databases/p5-DBD-Sybase Message-ID: <200305110624.h4B6OR9X018103@p6m7g8.com> Resent-Message-ID: <200305110530.h4B5UEoI008931@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52062 >Category: ports >Synopsis: Update: databases/p5-DBD-Sybase >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 10 22:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: P6M7G8 Consulting >Environment: System: FreeBSD p6m7g8.com 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #2: Mon May 5 23:07:20 EST 2003 philip@p6m7g8:/usr/obj/usr/src/sys/PHILIP-SCSI i386 >Description: >How-To-Repeat: >Fix: --- p5-DBD-Sybase.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-Sybase/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2003/04/20 05:32:56 1.7 +++ Makefile 2003/05/11 05:23:11 @@ -6,8 +6,7 @@ # PORTNAME= DBD-Sybase -PORTVERSION= 0.94 -PORTREVISION= 1 +PORTVERSION= 1.00 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-Sybase/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 2002/10/08 09:15:55 1.2 +++ distinfo 2003/05/11 05:23:11 @@ -1 +1 @@ -MD5 (DBD-Sybase-0.94.tar.gz) = 66e08a191c89f3cb528337ca56ac519e +MD5 (DBD-Sybase-1.00.tar.gz) = dd54243c6aefa22bafdf7d9752c1489f Index: files/patch-Makefile.PL =================================================================== RCS file: /home/ncvs/ports/databases/p5-DBD-Sybase/files/patch-Makefile.PL,v retrieving revision 1.2 diff -u -r1.2 patch-Makefile.PL --- files/patch-Makefile.PL 2002/10/08 09:15:55 1.2 +++ files/patch-Makefile.PL 2003/05/11 05:23:11 @@ -1,6 +1,6 @@ ---- Makefile.PL.orig Thu May 10 17:56:44 2001 -+++ Makefile.PL Thu May 10 17:58:36 2001 -@@ -109,13 +109,13 @@ +--- Makefile.PL.orig Sun May 11 01:10:35 2003 ++++ Makefile.PL Sun May 11 01:19:45 2003 +@@ -111,13 +111,13 @@ } else { my $extra = getExtraLibs($SYBASE, $attr{EXTRA_LIBS}); if($file) { @@ -11,11 +11,12 @@ - } - if($^O =~ /linux|freebsd/i) { - $lib_string =~ s/ltcl/lsybtcl/; -+ $lib_string = "-L$SYBASE/lib -lct -lintl $extra -lm"; - } -+# if($^O =~ /linux|freebsd/i) { -+# $lib_string =~ s/ltcl/lsybtcl/; -+# } - } - - my $config_sitearch = $Config{sitearchexp}; +- } ++ $lib_string = "-L$SYBASE/lib -lct -lintl $extra -lm"; ++ } ++# if($^O =~ /linux|freebsd/i) { ++# $lib_string =~ s/ltcl/lsybtcl/; ++# } + if($attr{BUILD_TYPE} == 64) { + $inc_string .= ' -DSYB_LP64'; + print "Running in 64bit mode - looking for '64' libraries...\n"; --- p5-DBD-Sybase.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305110624.h4B6OR9X018103>