diff options
author | reed <reed> | 2006-01-04 20:58:56 +0000 |
---|---|---|
committer | reed <reed> | 2006-01-04 20:58:56 +0000 |
commit | 28c9e6494fd8b69d56f33c294ca45198ce49aa76 (patch) | |
tree | 0d27d066e4c9f7df6c5d952a2e04eb57e9c51bc2 /databases | |
parent | d8e3f8bd826361ffacf55490a61c094a62b7338e (diff) | |
download | pkgsrc-28c9e6494fd8b69d56f33c294ca45198ce49aa76.tar.gz |
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 (limited to 'databases')
-rw-r--r-- | databases/py-sybase/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile index af9c6d8b327..1929b0816cf 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -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 @@ BROKEN_IN= pkgsrc-2005Q4 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: |