| Summary: | Extraneous files/directories installed by math/py-numeric | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | gene <gene> | ||||
| Component: | Individual Port(s) | Assignee: | Greg Larkin <glarkin> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
gene
2008-04-04 02:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->tg Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: tg->freebsd-ports-bugs Maintainer was reset. Responsible Changed From-To: freebsd-ports-bugs->glarkin I'll take it. The attached patch contains: 1. Missing entries in plist for the header files. 2. A work around for egg-info directory style, which is not supported by the ports system. -- TAOKA Fumiyoshi glarkin 2008-10-23 04:17:28 UTC
FreeBSD ports repository
Modified files:
math/py-numeric Makefile pkg-plist
Log:
- Updated Makefile to handle installation differently based on
whether devel/py-setuptools is present or not. The setup.py installer
modifies the packing list based on that, so we have to modify pkg-plist
in kind.
- Added code to handle NOPORTEXAMPLES
- Take maintainership
PR: ports/122434
Submitted by: "Eugene M. Kim" <gene at nttmcl dot com>
Revision Changes Path
1.53 +22 -7 ports/math/py-numeric/Makefile
1.27 +22 -21 ports/math/py-numeric/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 Closed with modifications, thanks! |