| Summary: | irc/bip: fails to install when built without examples | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | SBB <maniactraq> |
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | swills |
| Priority: | --- | Flags: | amdmi3:
maintainer-feedback-
|
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Maintainer timeout. A commit references this bug: Author: amdmi3 Date: Thu Sep 8 17:53:14 UTC 2016 New revision: 421572 URL: https://svnweb.freebsd.org/changeset/ports/421572 Log: - Fix build WITHOUT=EXAMPLES - While here, fix LICENSE, add LICENSE_FILE, switch to USES=ssl, switch to options helpers, unsilence installation PR: 207283 Submitted by: samorders@gmail.com Approved by: maintainer timeout (swills, 6 months) Changes: head/irc/bip/Makefile head/irc/bip/pkg-plist |
When configured to build without examples bip fails with the following errors: > ===> Registering installation for bip-0.8.9 > pkg-static: Unable to access file /usr/local/ports/usr/ports/irc/bip/work/stage/usr/local/share/examples/bip/bip.conf: No such file or directory > pkg-static: Unable to access file /usr/local/ports/usr/ports/irc/bip/work/stage/usr/local/share/examples/bip/bip.vim: No such file or directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/irc/bip > *** Error code 1 > > Stop. > make: stopped in /usr/ports/irc/bip