| Summary: | lang/php5 - Duplicate script for target main/internal_functions.lo | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jeremy Chadwick <koitsu> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer State Changed From-To: open->closed It's only a warning, the behaviour is correct. Without a patch to eliminate the warning I can only close this PR. |
Note the Makefile warning, line 541. [root@eos /usr/ports/lang/php5]# make install ===> Installing for php5-5.2.0 ===> php5-5.2.0 depends on executable in : pkg-config - found ===> php5-5.2.0 depends on shared library: xml2.5 - found ===> Generating temporary packing list ===> Checking if lang/php5 already installed "Makefile", line 541: warning: duplicate script for target "main/internal_functions.lo" ignored Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ {snip} Confirmed this on two different 6.2-PRERELEASE boxes. ports tree was last updated 2007/11/27 at 08:00 PST from cvsup16.freebsd.org. Fix: Unknown at this time. How-To-Repeat: cd ports/lang/php5 && make && make install