Created attachment 160935 [details] Patch - Modernize directory handling in plist - Switch to options helpers
(also adds missing files to plist)
A commit references this bug: Author: cy Date: Thu Sep 17 06:15:42 UTC 2015 New revision: 397100 URL: https://svnweb.freebsd.org/changeset/ports/397100 Log: Install netxml-ups, update pkg-plist. PR: 203048 Submitted by: amdmi3 Changes: head/sysutils/nut/Makefile head/sysutils/nut/pkg-plist
Committed. Thanks.
It seems that netxml-ups is available only if the NEON option is active. So pkg-plist's lines libexec/nut/netxml-ups man/man8/netxml-ups.8.gz has to be replaced with %%NUT_NEON%%libexec/nut/netxml-ups %%NUT_NEON%%man/man8/netxml-ups.8.gz
Sorry, that was undertested. Actually, there are more problems with some options: AVAHI: does not build (cannot find avahi libs) BASH: plist broken (does not actually install completions) IPMIPSU: does not build
A commit references this bug: Author: amdmi3 Date: Fri Sep 18 11:14:23 UTC 2015 New revision: 397231 URL: https://svnweb.freebsd.org/changeset/ports/397231 Log: - Fix plist PR: 203048 Changes: head/sysutils/nut/pkg-plist
(In reply to Dmitry Marakasov from comment #5) Not able to reproduce locally. Build logs, please.
(In reply to Cy Schubert from comment #7) > (In reply to Dmitry Marakasov from comment #5) > Not able to reproduce locally. Build logs, please. https://people.freebsd.org/~amdmi3/nut-logs/
Thanks for the log. Fixed.
BADH and IPMISU still do not build.
BASH option was fixed, and I