Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 2010 03:30:31 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        obrien@FreeBSD.org
Subject:   ports/151468: [PATCH] editors/vim: NO_GUI -> WITHOOUT_GUI
Message-ID:  <201010150330.o9F3UVmM064919@frieza.p6m7g8.net>
Resent-Message-ID: <201010150340.o9F3e87t054819@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151468
>Category:       ports
>Synopsis:       [PATCH] editors/vim: NO_GUI -> WITHOOUT_GUI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 03:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010
>Description:
Use the ports KNOB not the src/ one
It would also be fine to allow both to work.

Port maintainer (obrien@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- vim-7.3.21.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/vim/Makefile,v
retrieving revision 1.369
diff -u -u -r1.369 Makefile
--- Makefile	11 Oct 2010 06:53:35 -0000	1.369
+++ Makefile	15 Oct 2010 01:18:51 -0000
@@ -106,7 +106,7 @@
 I18N=		CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim"
 USE_GETTEXT=   	yes
 
-.if defined(NO_GUI)
+.if defined(WITHOUT_GUI)
 WITHOUT_X11=	yes
 .endif
 
--- vim-7.3.21.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010150330.o9F3UVmM064919>