| Summary: | New Port: x11-toolkits/py-wxPython28-unicode Python bindings for the wxWidgets library. Unicode version. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Neal Nelson <neal> | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Neal Nelson
2007-08-09 15:20:09 UTC
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs Responsible Changed From-To: freebsd-python->alepulver I'll take it. State Changed From-To: open->repocopy Please repocopy x11-toolkits/py-wxPython26-unicode -> x11-toolkits/py-wxPython28-unicode. Responsible Changed From-To: alepulver->portmgr Please repocopy x11-toolkits/py-wxPython26-unicode -> x11-toolkits/py-wxPython28-unicode. State Changed From-To: repocopy->open Repocopy complete. Responsible Changed From-To: portmgr->alepulver Repocopy complete. alepulver 2007-09-29 17:54:39 UTC
FreeBSD ports repository
Modified files:
. modules
x11-toolkits Makefile
Mk bsd.wx.mk
x11-toolkits/py-wxPython28 Makefile distinfo pkg-plist
x11-toolkits/py-wxPython28-common Makefile pkg-plist
x11-toolkits/py-wxPython28-unicode Makefile
Log:
- Complete repocopy of x11-toolkits/py-wxPython28,
x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode,
applying the corresponding patches.
- Add PYDISTUTILS_NOEGGINFO to fix plist issues [1].
- Integrate with bsd.wx.mk: the noticeable difference is that ports using
USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets
2.8, which was previously restricted for these ports because of the lack of
the "python" component for version 2.6 [1].
PR: ports/115349, ports/115350, ports/115351
Submitted by: Neal Nelson <neal@nelson.name>
Reworked by: alepulver (myself) [1]
Revision Changes Path
1.18822 +3 -0 CVSROOT/modules
1.11 +7 -4 ports/Mk/bsd.wx.mk
1.468 +3 -0 ports/x11-toolkits/Makefile
1.8 +2 -3 ports/x11-toolkits/py-wxPython28-common/Makefile
1.6 +198 -15 ports/x11-toolkits/py-wxPython28-common/pkg-plist
1.3 +1 -1 ports/x11-toolkits/py-wxPython28-unicode/Makefile
1.65 +23 -18 ports/x11-toolkits/py-wxPython28/Makefile
1.21 +3 -3 ports/x11-toolkits/py-wxPython28/distinfo
1.24 +79 -0 ports/x11-toolkits/py-wxPython28/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"
State Changed From-To: open->closed New port added. Thanks! |