Bug 235427 - [patch] editors/vim: conditionally add gnome to USES to comply with the current standard
Summary: [patch] editors/vim: conditionally add gnome to USES to comply with the curre...
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: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-02 16:56 UTC by Samy Mahmoudi
Modified: 2019-02-02 19:30 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (adamw)


Attachments
Patch file generated with svn diff (884 bytes, patch)
2019-02-02 16:56 UTC, Samy Mahmoudi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samy Mahmoudi 2019-02-02 16:56:29 UTC
Created attachment 201640 [details]
Patch file generated with svn diff

Conditionally add gnome to USES to comply with the current standard. No functional change.

References:
• https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/uses-gnome.html
• make also gives: "Using USE_GNOME alone is deprecated, please add USES=gnome."
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-02 18:27:58 UTC
A commit references this bug:

Author: adamw
Date: Sat Feb  2 18:27:20 UTC 2019
New revision: 491969
URL: https://svnweb.freebsd.org/changeset/ports/491969

Log:
  Ensure that USES=gnome is set whenever USE_GNOME is used

  PR:		235427
  Submitted by:	Samy Mahmoudi

Changes:
  head/editors/vim/Makefile
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2019-02-02 18:28:19 UTC
Committed. Thanks for catching this!
Comment 3 Samy Mahmoudi 2019-02-02 19:30:22 UTC
Thanks for your commit Adam. You are welcome.