- bump USE_PYTHON to 2.5+ - since it now requires 2.5+ use databases/py-sqlite3 instead of databases/py-pysqlite2x - bump portrevision I checked the source. gcompris use sqlite like this: 29 # Database 30 try: 31 from sqlite3 import dbapi2 as sqlite # python 2.5 32 except: 33 try: 34 from pysqlite2 import dbapi2 as sqlite 35 except: 36 print 'This program requires pysqlite2\n',\ 37 'http://initd.org/tracker/pysqlite/' 38 sys.exit(1) So nothing will be breaked with sqlite3. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: gnome->eadler I'll take it.
Responsible Changed From-To: eadler->gnome woops, gnome owns this one
State Changed From-To: open->closed Committed thanks!
kwm 2011-09-12 18:27:55 UTC FreeBSD ports repository Modified files: games/gcompris Makefile Log: Use py-sqlite3 instead of py-pysqlite2* PR: ports/160054 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Revision Changes Path 1.66 +4 -3 ports/games/gcompris/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"