diff options
author | obache <obache@pkgsrc.org> | 2013-09-13 12:29:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-09-13 12:29:19 +0000 |
commit | ecc2bc5247e39e030b5b9ada87b9237e48de215a (patch) | |
tree | 31034cbc86395616fcaaf0c2ae850608bfa5e9cb /databases | |
parent | 593a6bf15b00932615049ae943f9aeb48f3aab83 (diff) | |
download | pkgsrc-ecc2bc5247e39e030b5b9ada87b9237e48de215a.tar.gz |
MySQL had been removed, so try to remove mysql version restriction.
Bump PKGREVISION.
But this version is known that it is incompatible with 5.1 (and later?) API,
so maeked as BROKEN.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysqlcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index d8ae2657b6a..6bf90595668 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2013/06/06 12:54:11 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2013/09/13 12:29:19 obache Exp $ # DISTNAME= mysqlcc-0.9.8-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mysqlcc/} @@ -29,7 +29,7 @@ SUBST_FILES.paths= src/CApplication.cpp SUBST_SED.paths= -e "s|@PREFIX@|${PREFIX}|" SUBST_MESSAGE.paths= Fixing paths. -MYSQL_VERSIONS_ACCEPTED= 50 +BROKEN= "MySQL 5.1 and later API is not supported" INSTALLATION_DIRS= bin share/mysqlcc/translations SUPPORT_FILES= error.wav information.wav syntax.txt warning.wav |