multimedia/cheese was recently updated to include a 'MANPAGES' option. However, when deselected it fails: ====> Compressing man pages (compress-man) ===> Installing for cheese-3.16.1 ===> Checking if cheese already installed ===> Registering installation for cheese-3.16.1 as automatic pkg-static: Unable to access file /usr/ports/multimedia/cheese/work/stage/usr/local/man/man1/cheese.1.gz: No such file or directory *** Error code 74 Stop. make[5]: stopped in /usr/ports/multimedia/cheese
(In reply to sub.mesa from comment #0) Any news on this? I have the same problem with 3.8.1.
Damn, a typo I can't fix. I have the same problem with cheese-3.18.1.
In the moment no time for a patch but Makefile 48+ .if defined(MANPAGES) 49+ PLIST_SUB+= MANPAGES="" 50+ .else 51+ PLIST_SUB+= MANPAGES="@comment " 52+ .endif and pkg-plist -man/man1/cheese.1.gz +%%MANPAGES%%man/man1/cheese.1.gz should solve it.
Created attachment 167441 [details] svn-diff_multimedia_cheese-3.18 found some minutes.
(In reply to w.schwarzenfeld from comment #4) I applied yor patch and cheese built cleanly with MANPAGES=off, thanks. Hopefully official port will be updated.
Created attachment 167598 [details] svn-diff_multimedia-cheese-3.18 Only correct blanks to tabs.
Still no fix in official port?
A commit references this bug: Author: rm Date: Fri Sep 23 16:45:18 UTC 2016 New revision: 422684 URL: https://svnweb.freebsd.org/changeset/ports/422684 Log: multimedia/cheese: fix packaging - fix packaging when MANPAGES option is off PR: 202342 Reported by: sub.mesa@gmail.com Obtained from: gnome development repo MFH: 2016Q3 With hat: gnome Changes: head/multimedia/cheese/Makefile head/multimedia/cheese/pkg-plist
The fix is merged, thanks!
A commit references this bug: Author: rm Date: Fri Sep 23 18:22:51 UTC 2016 New revision: 422689 URL: https://svnweb.freebsd.org/changeset/ports/422689 Log: MFH: r422684 multimedia/cheese: fix packaging - fix packaging when MANPAGES option is off PR: 202342 Reported by: sub.mesa@gmail.com Obtained from: gnome development repo With hat: gnome Approved by: ports-secteam (feld) Changes: _U branches/2016Q3/ branches/2016Q3/multimedia/cheese/Makefile branches/2016Q3/multimedia/cheese/pkg-plist