From obrien@NUXI.org  Wed Apr 30 17:45:26 2008
Return-Path: <obrien@NUXI.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0016A1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Apr 2008 17:45:25 +0000 (UTC)
	(envelope-from obrien@NUXI.org)
Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85])
	by mx1.freebsd.org (Postfix) with ESMTP id D00138FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Apr 2008 17:45:25 +0000 (UTC)
	(envelope-from obrien@NUXI.org)
Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1])
	by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3UHjPIA022772;
	Wed, 30 Apr 2008 10:45:25 -0700 (PDT)
	(envelope-from obrien@dragon.nuxi.org)
Received: (from obrien@localhost)
	by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3UHjPsR022771;
	Wed, 30 Apr 2008 10:45:25 -0700 (PDT)
	(envelope-from obrien)
Message-Id: <20080430174525.GB22190@dragon.NUXI.org>
Date: Wed, 30 Apr 2008 10:45:25 -0700
From: "David O'Brien" <obrien@freebsd.org>
Reply-To: obrien@freebsd.org
To: Mel <mel@rachie.is-a-geek.net>
Cc: FreeBSD-gnats-submit@freebsd.org
In-Reply-To: <20080430121714.167FF28426@smoochies.rachie.is-a-geek.net>
Subject: Re: [PATCH] vim options does not work as expected
References: <20080430121714.167FF28426@smoochies.rachie.is-a-geek.net>

>Number:         123272
>Category:       ports
>Synopsis:       Re: [PATCH] vim options does not work as expected
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 30 17:50:02 UTC 2008
>Closed-Date:    Wed Apr 30 21:52:02 UTC 2008
>Last-Modified:  Thu May  1 15:40:05 UTC 2008
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 On Wed, Apr 30, 2008 at 04:17:13AM -0800, Mel wrote:
 > >Fix:
 > The hack below implements the correct logic. Really what's needed is 'NO_GUI'
 > or 'WITHOUT_X11' option in the vim options.
 
 This is too hackish.
 Please try this diff, or please rework this idea to do what you want.
 
 Index: options
 ===================================================================
 RCS file: /home/pcvs/ports/editors/vim/options,v
 retrieving revision 1.1
 diff -u -p -u -1 -r1.1 options
 --- options	16 Sep 2007 02:37:49 -0000	1.1
 +++ options	30 Apr 2008 17:44:54 -0000
 @@ -5,2 +5,3 @@ OPTIONS=	PERL "Enable Perl interpreter" 
  		EXUBERANT_CTAGS "Use exctags instead of ctags" off \
 +		X11 "X11 GUI (must enable if things below are)" off \
  		ATHENA "Athena GUI" off \
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Apr 30 21:51:30 UTC 2008 
State-Changed-Why:  
Misfiled followup to ports/123257; content migrated. 


Responsible-Changed-From-To: gnats-admin->obrien 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Apr 30 21:51:30 UTC 2008 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=123272 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123272: commit references a PR
Date: Thu,  1 May 2008 15:38:02 +0000 (UTC)

 obrien      2008-05-01 15:37:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/vim          options 
   Log:
   If one wanted to build a GUI-less, one got stuck with GNOME1 anyway.
   So add the "X11" knob so 'WITHOUT_X11' will properly get set.
   
   PR:             123257, 123272
   Reported by:    Mel <mel@rachie.is-a-geek.net>
   
   Revision  Changes    Path
   1.2       +1 -0      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"
 
>Unformatted:
