Bug 120275 - [PATCH] games/pathological: won't start
Summary: [PATCH] games/pathological: won't start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 01:30 UTC by Dmitry Marakasov
Modified: 2008-02-20 13:30 UTC (History)
0 users

See Also:


Attachments
pathological.patch (1.42 KB, patch)
2008-02-05 01:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2008-02-05 01:30:03 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-05 01:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-05 01:30:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mohacsi Janos 2008-02-19 21:35:00 UTC
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
>
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-02-20 13:21:01 UTC
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"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2008-02-20 13:21:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!