Bug 217803

Summary: [patch] comms/multimon-ng: Further use of options helpers to simplify Makefile
Product: Ports & Packages Reporter: Kyle Evans <kevans>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: danfe, db
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn(1) diff of comms/multimon-ng to fix options helper usage kevans: maintainer-approval+

Description Kyle Evans freebsd_committer freebsd_triage 2017-03-15 13:34:18 UTC
Created attachment 180847 [details]
svn(1) diff of comms/multimon-ng to fix options helper usage

Hi,

My apologies for overlooking this the first time. =( Further simplify Makefile by using _USE= options helper for X11/XORG. No PORTREVISION bump because package not changed, just minor cleanup of Makefile.

Tested with: something similar to `make -VUSE_XORG && make config && make -VUSE_XORG` to observe that USE_XORG reflects the same value as before, and portlint still has no complaints.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-15 14:23:52 UTC
A commit references this bug:

Author: danfe
Date: Wed Mar 15 14:22:47 UTC 2017
New revision: 436246
URL: https://svnweb.freebsd.org/changeset/ports/436246

Log:
  Fix numerous style issues, sort the knobs, kill EOL whitespace.

  PR:	217803 (modified)

Changes:
  head/comms/multimon-ng/Makefile
  head/comms/multimon-ng/pkg-descr
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2017-03-15 14:34:44 UTC
Closed per ports r436246, thanks.  (Frankly, filing new PR was uncalled, simple email would've sufficed in this case.)