pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-Sybase Bump PKGREVISION, since locati...
details: https://anonhg.NetBSD.org/pkgsrc/rev/499528cfba67
branches: trunk
changeset: 505556:499528cfba67
user: reed <reed%pkgsrc.org@localhost>
date: Wed Jan 04 18:36:50 2006 +0000
description:
Bump PKGREVISION, since location of shared libraries (libtds and libct)
used by this were moved from my recent changes to the freetds
installation.
Fix build by removing the subdirectory "freetds" from the buildlink
directory it uses.
diffstat:
databases/p5-DBD-Sybase/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r adc2aa7e67e6 -r 499528cfba67 databases/p5-DBD-Sybase/Makefile
--- a/databases/p5-DBD-Sybase/Makefile Wed Jan 04 18:30:16 2006 +0000
+++ b/databases/p5-DBD-Sybase/Makefile Wed Jan 04 18:36:50 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2005/12/05 20:49:58 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2006/01/04 18:36:50 reed Exp $
#
DISTNAME= DBD-Sybase-0.94
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
SVR4_PKGNAME= p5dsy
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
@@ -25,7 +25,7 @@
PKG_FAIL_REASON+= "You must define SYBASE to the base directory of your Open Client."
. endif
.else
-_SYBASE= ${BUILDLINK_PREFIX.freetds}/freetds
+_SYBASE= ${BUILDLINK_PREFIX.freetds}
.endif
PERL5_LDFLAGS+= ${COMPILER_RPATH_FLAG}${_SYBASE}/lib
Home |
Main Index |
Thread Index |
Old Index