Index: head/databases/p5-DBD-Sybase/Makefile =================================================================== --- head/databases/p5-DBD-Sybase/Makefile (revision 67614) +++ head/databases/p5-DBD-Sybase/Makefile (revision 67615) @@ -1,29 +1,28 @@ # New ports collection makefile for: p5-DBD-Sybase # Date created: May 10th 2001 # Whom: Sheldon Hearn # # $FreeBSD$ # PORTNAME= DBD-Sybase -PORTVERSION= 0.91 -PORTREVISION= 1 +PORTVERSION= 0.94 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD PKGNAMEPREFIX= p5- MAINTAINER= sheldonh@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= ct.0:${PORTSDIR}/databases/freetds \ intl.4:${PORTSDIR}/devel/gettext RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ENV+= SYBASE=${LOCALBASE} MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBD::Sybase.3 .include Property changes on: head/databases/p5-DBD-Sybase/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/databases/p5-DBD-Sybase/distinfo =================================================================== --- head/databases/p5-DBD-Sybase/distinfo (revision 67614) +++ head/databases/p5-DBD-Sybase/distinfo (revision 67615) @@ -1 +1 @@ -MD5 (DBD-Sybase-0.91.tar.gz) = a95ab43918044d2e50694a4f564615c5 +MD5 (DBD-Sybase-0.94.tar.gz) = 66e08a191c89f3cb528337ca56ac519e Property changes on: head/databases/p5-DBD-Sybase/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/databases/p5-DBD-Sybase/files/patch-Makefile.PL =================================================================== --- head/databases/p5-DBD-Sybase/files/patch-Makefile.PL (revision 67614) +++ head/databases/p5-DBD-Sybase/files/patch-Makefile.PL (revision 67615) @@ -1,21 +1,21 @@ --- 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/; + $lib_string = "-L$SYBASE/lib -lct -lintl $extra -lm"; } +# if($^O =~ /linux|freebsd/i) { +# $lib_string =~ s/ltcl/lsybtcl/; +# } } my $config_sitearch = $Config{sitearchexp}; Property changes on: head/databases/p5-DBD-Sybase/files/patch-Makefile.PL ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property