| Summary: | Build fails for www/p5-Gantry if it is already installed | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Doug Barton <dougb> |
| Component: | Individual Port(s) | Assignee: | Chris Rees <crees> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Doug Barton
2011-11-12 20:20:07 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool) I spy a much bigger issue here; it's attempting to touch the system
before the install phase.
This rmdir line is probably unnecessary-- can't it be patched out? If
it's not unnecessary, the procedure the port goes through needs
looking at; it's unacceptable for outside ${WRKDIR} to be touched at
that point.
Don't forget to moan at upstream!
Chris
Responsible Changed From-To: perl->crees Didn't notice it was a perl@ port, I'll look at this one. crees 2011-11-13 15:55:25 UTC
FreeBSD ports repository
Modified files:
www/p5-Gantry Makefile
Log:
- Stop touching !WRKDIR before install phase; it's unnecessary
- Use pre-su-install for creating directory
PR: ports/162508
Submitted by: dougb
Feature safe: yes
Revision Changes Path
1.18 +4 -8 ports/www/p5-Gantry/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 Looks like the creation and deletion of directories was a past issue. The port works fine without those lines now. Thanks! |