| Summary: | FIX: devel/pcre to install a working pgrep binary | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | yds <yds> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | dom | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed James committed a fix to pcre similar to this awhile ago. |
@${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep in the pre-install target otherwise we get a broken pgrep shell script installed instead of the binary we really want. How-To-Repeat: cd /usr/ports/devel/pcre && make install && pgrep