From owner-freebsd-ports Fri Aug 31 6:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7587837B408 for ; Fri, 31 Aug 2001 06:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7VDe4Y40627; Fri, 31 Aug 2001 06:40:04 -0700 (PDT) (envelope-from gnats) 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 ; 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 Reply-To: Kuang-che Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30236: vim6 with max feature Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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