pathological won't start: % pathological File "/usr/local/share/pathological/pathological.py", line 1850 SyntaxError: Non-ASCII character '\xa9' in file /usr/local/share/pathological/pathological.py on line 1850, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details % most probably, it became broken with newer python (2.4 or 2.5). The patch attached fixes the problem (also sent to upstream). While here, make use of SF macro and correct redundancy in COMMENT.
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved. Best Regards, Janos Mohacsi Network Engineer, Research Associate, Head of Network Planning and Projects NIIF/HUNGARNET, HUNGARY Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 6F64 7B00 70EF 9882 On Tue, 5 Feb 2008, Edwin Groothuis wrote: > Maintainer of games/pathological, > > Please note that PR ports/120275 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/120275 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
miwi 2008-02-20 13:20:55 UTC FreeBSD ports repository Modified files: games/pathological Makefile Added files: games/pathological/files patch-pathological.py Log: - Fix start crash - Use SF macro PR: 120275 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer Revision Changes Path 1.5 +3 -4 ports/games/pathological/Makefile 1.1 +11 -0 ports/games/pathological/files/patch-pathological.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: feedback->closed Committed. Thanks!