Bug 136596 - [Patch]textproc/py-xml:welcome python2.6
Summary: [Patch]textproc/py-xml:welcome python2.6
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: 2009-07-09 04:30 UTC by wenheping
Modified: 2009-07-27 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (3.58 KB, patch)
2009-07-09 04:30 UTC, wenheping
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-07-09 04:30:07 UTC
"as" is rserved name in python-2.6 now,
we should give it another name if a variable was
named "as".

if not, the port would build well but run errors,
and it would break the running of some ports that 
depends on it.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-09 04:30:28 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 2009-07-09 04:30:31 UTC
Maintainer of textproc/py-xml,

Please note that PR ports/136596 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/136596

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-09 04:30:35 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-07-27 23:27:49 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-07-27 23:27:53 UTC
miwi        2009-07-27 22:27:43 UTC

  FreeBSD ports repository

  Modified files:
    textproc/py-xml      Makefile pkg-plist 
  Added files:
    textproc/py-xml/files 
                          patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py 
                          patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py 
  Log:
  - Fix crash with py26
  
  PR:             136596
  Submitted by:   Wen Heping <wenheping@gmail.com>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.31      +1 -1      ports/textproc/py-xml/Makefile
  1.1       +13 -0     ports/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedAbsoluteLocationPath.py (new)
  1.1       +13 -0     ports/textproc/py-xml/files/patch-xml-xpath-ParsedAbbreviatedRelativeLocationPath.py (new)
  1.17      +4 -0      ports/textproc/py-xml/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"