ports/55264: database/py-MySQLdb: Add MySQL hack (now supports MySQL 3.23 and 4.0)

Clement Laforet sheepkiller at cultdeadsheep.org
Wed Aug 27 09:55:56 UTC 2003


New patch. Use new USE_MYSQL and BROKEN_WITH_MYSQL.

Index: Makefile
===================================================================
RCS file: /WORK/ports/REPO/ports/databases/py-MySQLdb/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	29 Jul 2003 09:12:22 -0000	1.20
+++ Makefile	27 Aug 2003 09:07:04 -0000
@@ -15,9 +15,9 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Access a MySQL database through Python
 
-LIB_DEPENDS=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
-
-USE_PYTHON=	yes
+USE_MYSQL=		yes
+BROKEN_WITH_MYSQL=	41
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 
 DOCS=		MANIFEST README doc/*.html



More information about the freebsd-ports-bugs mailing list