Bug 151421 - [PATCH] editors/vim: remove obsolete options (gtk1/gnome1)
Summary: [PATCH] editors/vim: remove obsolete options (gtk1/gnome1)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 09:20 UTC by Herbert J. Skuhra
Modified: 2010-11-24 22:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.66 KB, patch)
2010-10-13 09:20 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert J. Skuhra 2010-10-13 09:20:07 UTC
I think the port editors/vim uses options (gtk1 & gnome1) that have been removed in vim-7.3!

VIM 7.2:

% ./configure --help |grep gui
  --enable-gui=OPTS     X11 GUI default=auto OPTS=auto/no/gtk/gtk2/gnome/gnome2/motif/athena/neXtaw/photon/carbon

VIM 7.3:

 ./configure --help |grep gui
  --enable-gui=OPTS     X11 GUI default=auto OPTS=auto/no/gtk2/gnome2/motif/athena/neXtaw/photon/carbon

Fix: The attached patch updates OPTIONS: gtk1/gnome1 removed and gnome2 added.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-13 09:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-24 22:02:06 UTC
obrien      2010-11-24 22:02:00 UTC

  FreeBSD ports repository

  Modified files:
    editors/vim          Makefile options 
  Log:
  Complete gtk1->gtk2(gnome2) transition.
  
  PR:             151421
  Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com>
  
  Revision  Changes    Path
  1.380     +8 -20     ports/editors/vim/Makefile
  1.7       +1 -2      ports/editors/vim/options
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 David E. O'Brien freebsd_committer freebsd_triage 2010-11-24 22:02:10 UTC
State Changed
From-To: open->closed

committed, thanks!