ports/151468: [PATCH] editors/vim: NO_GUI -> WITHOOUT_GUI

Philip M. Gollucci pgollucci at p6m7g8.com
Fri Oct 15 03:40:09 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list