Bug 235427

Summary: [patch] editors/vim: conditionally add gnome to USES to comply with the current standard
Product: Ports & Packages Reporter: Samy Mahmoudi <samy.mahmoudi>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (adamw)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file generated with svn diff none

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.