Bug 136198 - [PATCH] x11-toolkits/py-tkinter: Fix building with python3*
Summary: [PATCH] x11-toolkits/py-tkinter: Fix building with python3*
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: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 00:20 UTC by Li-Wen Hsu
Modified: 2009-07-08 10:20 UTC (History)
1 user (show)

See Also:


Attachments
py26-tkinter-2.6.2_3.patch (2.25 KB, patch)
2009-07-01 00:20 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu freebsd_committer freebsd_triage 2009-07-01 00:20:01 UTC
- Fix building with python3*
- Use checksum file under lang/python${PYTHON_SUFFIX}/,
  for removal lang/python/distinfo

Added file(s):
- files/setup3.py

Port maintainer (perky@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-01 00:20:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-08 10:10:12 UTC
lwhsu       2009-07-08 09:10:02 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/py-tkinter Makefile 
  Added files:
    x11-toolkits/py-tkinter/files setup3.py 
  Log:
  - Fix building with python3*
  - Use checksum file under lang/python${PYTHON_SUFFIX}/,
    for removal lang/python/distinfo
  
  PR:             ports/136198
  Submitted by:   lwhsu
  Approved by:    perky
  
  Revision  Changes    Path
  1.18      +8 -2      ports/x11-toolkits/py-tkinter/Makefile
  1.1       +40 -0     ports/x11-toolkits/py-tkinter/files/setup3.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 3 Li-Wen Hsu freebsd_committer freebsd_triage 2009-07-08 10:12:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!