Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Aug 2001 21:38:22 +0800 (CST)
From:      Kuang-che Wu <kcwu@ck.tp.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30236: vim6 with max feature
Message-ID:  <20010831133822.68A549B0F@camel.ck.tp.edu.tw>

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

>Number:         30236
>Category:       ports
>Synopsis:       vim6 with max feature
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 06:40:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
Taipei Chien-kuo Senior High School
>Environment:
System: FreeBSD camel.ck.tp.edu.tw 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Fri Aug 10 19:04:15 CST 2001 root@camel.ck.tp.edu.tw:/home/obj/usr/src/sys/camel i386


	
>Description:
CONF_OPT_MAX="--enable-max-features"
is vim5's option.
In vim6, it should be
CONF_OPT_FEAT="--with-features=huge"

	
>How-To-Repeat:
	
>Fix:
--- Makefile.old        Fri Aug 31 21:27:16 2001
+++ Makefile    Fri Aug 31 21:29:55 2001
@@ -50,7 +50,7 @@
 MLINKS+=       vim.1 gvim.1  vim.1 gview.1  vim.1 rgvim.1  vim.1 rgview.1  \
                eview.1 gvimdiff.1

-MAKE_ARGS+=    CONF_OPT_MAX="--enable-max-features"
+MAKE_ARGS+=    CONF_OPT_FEAT="--with-features=huge"
 I18N=          CONF_OPT_MULTIBYTE="--enable-multibyte --enable-fontset --enable-xim"

 .if defined(NO_GUI)

	
>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?20010831133822.68A549B0F>