From ecc2bc5247e39e030b5b9ada87b9237e48de215a Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 13 Sep 2013 12:29:19 +0000 Subject: 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. --- databases/mysqlcc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases') 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 -- cgit v1.2.3