deskutils/narval fails to byte-compile the apycot.py module because the import line "from __future__ import generators" requires to appear at the beginning of the file (before metadata). Fix: Add this file as files/patch-apycot: How-To-Repeat: cd /usr/ports/deskutils/narval && make package
Here's the patch (forget about the messed-up crap above..): http://www.gahr.ch/FreeBSD/patches/117650_narval_patch-apycot.py -- Pietro Cerutti PGP Public Key: http://gahr.ch/pgp
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-11-05 15:54:25 UTC FreeBSD ports repository Added files: deskutils/narval/files patch-apycot.py Log: - Fix python byte-compiling error preventing make package PR: 117650 Submitted by: pointyhat Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (pav) Revision Changes Path 1.1 +20 -0 ports/deskutils/narval/files/patch-apycot.py (new) _______________________________________________ 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!