Created attachment 201187 [details] 1.1.1 patch Upstream changes in 1.0: - New: 'make check' target. - Removed: -i option (interactive mode). Interactive mode is now used if no page argument is given. - Removed: -G option (color ouptut). Color output is the default now for interactive terminals, but can be disabled with environment CLICOLOR=0 or forced with CLICOLOR_FORCE=1. - Changed: default CFLAGS and LDFLAGS, in particular adding /usr/local search paths. - Changed: make [un]install now respects DESTDIR. prefix, bindir, and man1dir have been replaced with PREFIX and MANPREFIX. - Fixed: several portability issues. Upstream changes in 1.1.1: - Fixed: wrong implicit permissions in `make install`. Ported adjusted to match.
This has a plist issue: ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: man1/nostt.1 ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: man/man1/nostt.1.gz
Created attachment 201190 [details] Fixed man page install location
A commit references this bug: Author: swills Date: Wed Jan 16 21:11:30 UTC 2019 New revision: 490519 URL: https://svnweb.freebsd.org/changeset/ports/490519 Log: multimedia/nostt: update to 1.1.1 PR: 235000 Submitted by: Sijmen J. Mulder <ik@sjmulder.nl> (maintainer) Changes: head/multimedia/nostt/Makefile head/multimedia/nostt/distinfo
Committed, thanks!