[Bug 230279] security/fprintd: Update 0.8.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 2 06:38:15 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230279

--- Comment #5 from Tobias Kortkamp <tobik at freebsd.org> ---
(In reply to Nathan from comment #3)
-USES=          tar:xz gmake libtool pkgconfig
+USES=          tar:xz gmake \
+               libtool pkgconfig

Nathan, thanks for all of your submissions, but please do not make
changes like this.  There is nothing wrong with the original version.
You can maybe add a newline to USES when the line approaches 80
columns but it is not even close here.

-etc/fprintd.conf
+%%ETCDIR%%.conf

This is bogus.  Please revert it.  %%ETCDIR%% is supposed to be a
directory (as the name implies) not part of a filename.

+share/locale/ar/LC_MESSAGES/fprintd.mo

Where did %%NLS%% go?  Did you do a test build with NLS=off?

make makeplist is a big help in generating a plist but you still
have to sanity check its output and not just accept it as is.  This
is doubly important when the port has options.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list