Bug 217803 - [patch] comms/multimon-ng: Further use of options helpers to simplify Makefile
Summary: [patch] comms/multimon-ng: Further use of options helpers to simplify Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-03-15 13:34 UTC by Kyle Evans
Modified: 2017-03-15 14:34 UTC (History)
2 users (show)

See Also:


Attachments
svn(1) diff of comms/multimon-ng to fix options helper usage (555 bytes, patch)
2017-03-15 13:34 UTC, Kyle Evans
kevans: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.)