Bug 139694 - [PATCH] devel/gaphor: [SUMMARIZE CHANGES]
Summary: [PATCH] devel/gaphor: [SUMMARIZE CHANGES]
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-17 06:30 UTC by Thinker
Modified: 2009-10-18 12:50 UTC (History)
0 users

See Also:


Attachments
gaphor-0.9.2_5.patch (14.89 KB, patch)
2009-10-17 06:30 UTC, Thinker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thinker 2009-10-17 06:30:01 UTC
adapter.py uses 'with' as name of variables.  Since Python 2.6, 'with'
is a reserved keyword, so, gaphor is broken with Python 2.6.  This
patch will fix the issue.

Added file(s):
- files/patch-zope::interface::adapter.py

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-10-18 12:43:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-18 12:43:57 UTC
miwi        2009-10-18 11:43:44 UTC

  FreeBSD ports repository

  Modified files:
    devel/gaphor         Makefile pkg-plist 
  Added files:
    devel/gaphor/files   patch-zope-interface_adapter.py 
  Log:
  - Fix runtime error with python26
  
  Since Python 2.6, 'with' is a reserved keyword,
  gaphor is broken with Python 2.6. This patch will
  fix the issue.
  
  PR:             139694
  Submitted by:   Thinker K.F. Li <thinker@branda.to>
  
  Revision  Changes    Path
  1.19      +1 -1      ports/devel/gaphor/Makefile
  1.1       +392 -0    ports/devel/gaphor/files/patch-zope-interface_adapter.py (new)
  1.8       +2 -0      ports/devel/gaphor/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"