| Summary: | Building lang/python30 with UCS-4 support doesn't work | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | phoffman |
| Component: | Individual Port(s) | Assignee: | freebsd-python (Nobody) <python> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
phoffman
2009-04-06 21:40:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->python Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: python->freebsd-python Canonicalize assignment. lwhsu 2009-07-02 01:46:33 UTC
FreeBSD ports repository
Modified files:
lang/python30 Makefile pkg-message pkg-plist
lang/python30/files patch-setup.py
Log:
- Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATA
- Remove bsddb module in pkg-message since it's removed from
Python default modules
(python3 user should use databases/py-bsddb3)
- Fix WITH_UCS4 support
- Mark jobs safe
- Makefile/patch cleanup
PR: ports/133440
Submitted by: Paul Hoffman <phoffman AT proper.com>
Revision Changes Path
1.156 +15 -18 ports/lang/python30/Makefile
1.20 +1 -1 ports/lang/python30/files/patch-setup.py
1.2 +0 -1 ports/lang/python30/pkg-message
1.77 +547 -547 ports/lang/python30/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 Committed. Thanks! |