| Summary: | [Update]: Mark devel/py-ctypes IGNORE for python >= 2.5 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Marcus von Appen <mva> | ||||
| Component: | Individual Port(s) | Assignee: | Alexander Botero-Lowry <alexbl> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | perky | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->perky Over to maintainer Responsible Changed From-To: perky->alexbl I will take it. alexbl 2006-12-08 21:50:20 UTC
FreeBSD ports repository
Modified files:
Mk bsd.python.mk
audio/py-libtunepimp Makefile
audio/py-musicbrainz2 Makefile
devel/py-ctypes Makefile
Log:
- Mark devel/py-ctypes IGNORE with Python 2.5 [1]
- add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using
ports on Python 2.5 [2]
- Update two of the four ports using ctypes to this macro [3]
PR: 104587 [1]
Submitted by: Marcus von Appen <mva@sysfault.org> [1]
Approved by: portmgr (pav, linimon) [2], myself [3]
Revision Changes Path
1.88 +13 -1 ports/Mk/bsd.python.mk
1.7 +2 -2 ports/audio/py-libtunepimp/Makefile
1.3 +2 -2 ports/audio/py-musicbrainz2/Makefile
1.14 +7 -1 ports/devel/py-ctypes/Makefile
_______________________________________________
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 Committed, thanks! |
The ctypes module ships with Python 2.5 and thus should be ignored, if the default PYTHON_REL resolves to a value >= 250. This behaviour should be easily overrideable for users who need it for another installed python version by setting the PYTHON_VERSION to another default value in the pkgtools.conf or simply commenting out the IGNORE line. Bumped PORTREVISION to note users about that change (although 2.5 is not the default some people might use it already as default). How-To-Repeat: --