This patch improves the way different versions of python are handled. The fix in pkg-plist speaks for itself I think. Further I found that configure will fail when trying to use python 3.2, so I've restricted the port to python 2.5-2.7. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-08-30 22:24:52 UTC FreeBSD ports repository Modified files: graphics/zbar Makefile pkg-plist Log: - fix plist [1] - restrict python versions to 2.5-2.7 [1] - add x11-toolkits/py-gtk2 build/run dep for WITH_PYTHON [2] - add devel/qt4-moc build dep for WITH_QT4 [2] PR: ports/160182 Submitted by: [1] Oliver Heesakkers <dev2@heesakkers.info> (maintainer) [2] myself Approved by: miwi, wen (mentors implicit) Revision Changes Path 1.2 +4 -3 ports/graphics/zbar/Makefile 1.2 +2 -2 ports/graphics/zbar/pkg-plist _______________________________________________ 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, with minor changes. Thanks!