pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-sybase Bump PKGREVISION, because location...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c15d6d42c15
branches:  trunk
changeset: 505561:4c15d6d42c15
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Jan 04 20:58:56 2006 +0000

description:
Bump PKGREVISION, because location of freetds provided shared library
was changed in recent freetds installation change.

Remove subdirectory "freetds" from the buildlink directory used
during build.

Get rid of forced "BUILDLINK_DEPENDS.freetds=freetds-0.61*". This
dated back over two years ago to initial import of this package
which was one month after freetds was updated from 0.60 to 0.61.
This package appears to build and package fine (using py23-sybase-0.36nb3
and python23-2.3.5nb5 today).

diffstat:

 databases/py-sybase/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 2eb7010cf5cb -r 4c15d6d42c15 databases/py-sybase/Makefile
--- a/databases/py-sybase/Makefile      Wed Jan 04 20:35:08 2006 +0000
+++ b/databases/py-sybase/Makefile      Wed Jan 04 20:58:56 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2006/01/04 04:29:06 schmonz Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/04 20:58:56 reed Exp $
 #
 
 DISTNAME=      sybase-0.36
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    databases python
 MASTER_SITES=  http://object-craft.com.au/projects/sybase/download/
 
@@ -15,11 +15,10 @@
 
 PYTHON_VERSIONS_ACCEPTED=      21 22 23 24
 
-BUILDLINK_DEPENDS.freetds=     freetds-0.61*
 PYSETUPBUILDARGS=      build_ext -D HAVE_FREETDS=61 -U WANT_BULKCOPY
 PYDISTUTILSPKG=                yes
 
-SYBASE=                ${BUILDLINK_PREFIX.freetds}/freetds
+SYBASE=                ${BUILDLINK_PREFIX.freetds}
 MAKE_ENV+=     SYBASE=${SYBASE:Q}
 
 post-patch:



Home | Main Index | Thread Index | Old Index