Uzbl comes with a python script that can be used as auth manager. Its #!-line is '#!/usr/bin/python' which won't work under FreeBSD, as python usually resides under ${PREFIX}. Hence patch to use the standard '#!/usr/bin/evn python' Reported by: Tobias Lott Fix: add the following patch in the files directory and bump PORTREVISION
wen 2010-05-20 08:22:36 UTC FreeBSD ports repository Added files: www/uzbl/files patch-examples__data__scripts__auth.py Log: - Fix the calling of python scripts PR: ports/145595 Submitted by: Klaus T Aehlig <aehlig@linta.de> (maintainer) Revision Changes Path 1.1 +9 -0 ports/www/uzbl/files/patch-examples__data__scripts__auth.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!