| Summary: | security/php5-filter fails to build | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Helmut Schneider <jumper99> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Helmut Schneider
2010-04-15 22:00:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Read UPDATING (hint: rebuild lang/php5). > Read UPDATING (hint: rebuild lang/php5).
UPDATING is not very helpful at that point because it is incomplete. A
separate PR has already been opened by others.
The point is that removing php5-pcre does not completely remove pcre (tested
on ~10 machines):
[root@BSDHelmut ~]# pkg_delete -f php5*
[...]
pkg_delete: unable to completely remove directory
'/usr/local/include/php/Zend'
pkg_delete: unable to completely remove directory
'/usr/local/include/php/ext/pcre'
pkg_delete: unable to completely remove directory
'/usr/local/include/php/ext/standard'
pkg_delete: unable to completely remove directory
'/usr/local/include/php/main'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
[root@BSDHelmut ~]# ls /usr/local/include/php/
Zend/ ext/ main/ regex/
[root@BSDHelmut ~]#
As long as "/usr/local/include/php/ext/pcre" exists installation *must*
fail. Please make instructions in UPDATING failsafe for standard users
|