databases/py-MySQLdb does not support python3, so strict python version. Fix: -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_MYSQL= yes PYDISTUTILS_PKGNAME= MySQL-python--4CgFcMYbqhmELakXCF2VHE8nks16TJKwVVggi4pi32Vj0i8O Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig 2012-01-05 16:43:45.000000000 +0800 +++ Makefile 2012-01-05 16:52:32.000000000 +0800 @@ -16,7 +16,7 @@ MAINTAINER= mnag@FreeBSD.org COMMENT= Access a MySQL database through Python
Responsible Changed From-To: freebsd-ports-bugs->mnag Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: mnag->freebsd-ports-bugs Reassign to the heap
wen 2012-02-03 02:30:30 UTC FreeBSD ports repository Modified files: databases/py-MySQLdb Makefile Log: - Strict python version PR: ports/163826 Submitted by: wen@(myself) Revision Changes Path 1.40 +1 -1 ports/databases/py-MySQLdb/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!