Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 21:29:51 -0800 (PST)
From:      anarcat@tao.ca
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/26019: Make editors/vim5 recognize NO_X
Message-ID:  <200103230529.f2N5Tpr83107@freefall.freebsd.org>

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

>Number:         26019
>Category:       ports
>Synopsis:       Make editors/vim5 recognize NO_X
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 22 21:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     The Anarcat
>Release:        4.3-BETA
>Organization:
Nada, Inc.
>Environment:
FreeBSD khan.anarcat.yi.org 4.3-BETA FreeBSD 4.3-BETA #2: Wed Mar 21 00:23:58 EST 2001     root@shall.anarcat.yi.org:/usr/obj/usr/src/sys/KHAN  i386

Recent ports collection

>Description:
vim5 Makefile features a nice option named appropriatly NO_GUI.

It would of course be appropriate to have the NO_X option trigger
the other. :)

>How-To-Repeat:
cd /usr/ports/editors/vim5 && make 

>Fix:
Cut'n'paste:

--- vim5/Makefile       Fri Mar 16 19:33:13 2001
+++ /home/anarcat/vim5/Makefile Fri Mar 23 00:16:39 2001
@@ -57,6 +57,10 @@
 MAKE_ARGS+=    CONF_OPT_MAX="--enable-max-features"
 I18N=          CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim"
 
+.if defined(NO_X)
+NO_GUI=                yes
+.endif
+
 .if !defined(NO_GUI)
 .if defined(WITH_ATHENA)
 MAKE_ARGS+=    CONF_OPT_GUI="--enable-gui=athena" ${I18N}

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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