Created attachment 186083 [details] patch to update port to 1.2.1 Updates to the latest upstream version
% portlint -ac WARN: Makefile: [15]: USE_* seen before USES. According to the porters-handbook, USES must appear first. 0 fatal errors and 1 warning found. Would you mind to silence the above warning? Thanks
Weird. portlint doesn't report the same issue for me: % portlint -ac WARN: Consider to set DEVELOPER=yes in /etc/make.conf 0 fatal errors and 1 warning found. I'm happy to move the USES line, but since my setup doesn't show the same error, I'm not sure how to check that the change addresses the issue you see.
(In reply to chuck from comment #2) Check to see if USE_* comes before USES was included in portlint version 2.17.10 % portlint -V portlint version 2.17.12
% portlint -V portlint version 2.17.8 I'll update the Makefile to move the USES line before any USE_*
Created attachment 186087 [details] patch to update port to 1.2.1 move the USES before the USE_*
A commit references this bug: Author: cpm Date: Tue Sep 5 23:11:01 UTC 2017 New revision: 449319 URL: https://svnweb.freebsd.org/changeset/ports/449319 Log: - Update to 1.2.1 - Pet portlint, USE_* comes before USES Changes from 1.2.0 to 1.2.1 - Deprecate direct access to unibi_var_t members - Better support for building Windows PR: 222073 Submitted by: chuck@tuffli.net (maintainer) Changes: head/devel/unibilium/Makefile head/devel/unibilium/distinfo head/devel/unibilium/pkg-plist
Committed! Thanks