| Summary: | [PATCH] for fixing devel/libtool14 pkg-plist | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Rui Lopes <rui> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | ade |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
oh, the "files" are actually only the pkg-plist file. State Changed From-To: open->closed Fixed, thanks. Responsible Changed From-To: freebsd-ports-bugs->ade Fixed, thanks. |
pkg-plist* files are using a slipped PLIST variable, ${BUILD_VERSION}. With this problem we can't deinstall the port. Fix: Replace all occurrences of ${BUILD_VERSION} with %%BUILD_VERSION%%. # cd /usr/ports/devel/libtool14 && sed -i.orig -e 's,${BUILD_VERSION},%%BUILD_VERSION%%,g' pkg-plist*