From kcwu@ck.tp.edu.tw  Fri Aug 31 06:38:43 2001
Return-Path: <kcwu@ck.tp.edu.tw>
Received: from camel.ck.tp.edu.tw (camel.ck.tp.edu.tw [203.64.26.1])
	by hub.freebsd.org (Postfix) with ESMTP id 1271737B408
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 31 Aug 2001 06:38:42 -0700 (PDT)
Received: by camel.ck.tp.edu.tw (Postfix, from userid 263)
	id 68A549B0F; Fri, 31 Aug 2001 21:38:22 +0800 (CST)
Message-Id: <20010831133822.68A549B0F@camel.ck.tp.edu.tw>
Date: Fri, 31 Aug 2001 21:38:22 +0800 (CST)
From: Kuang-che Wu <kcwu@ck.tp.edu.tw>
Reply-To: Kuang-che Wu <kcwu@ck.tp.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: vim6 with max feature
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30236
>Category:       ports
>Synopsis:       vim6 with max feature
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 06:40:04 PDT 2001
>Closed-Date:    Fri Dec 7 01:22:14 PST 2001
>Last-Modified:  Fri Dec 07 01:22:35 PST 2001
>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:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: dwcjr 
Responsible-Changed-When: Fri Aug 31 06:42:34 PDT 2001 
Responsible-Changed-Why:  
Over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30236 
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Fri Dec 7 01:22:14 PST 2001 
State-Changed-Why:  
obrien had committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30236 
>Unformatted:
