From owner-freebsd-ports Fri Apr 12 8: 0:15 2002 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 016C637B41A for ; Fri, 12 Apr 2002 08:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3CF02g91599; Fri, 12 Apr 2002 08:00:02 -0700 (PDT) (envelope-from gnats) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id AFE4F37B404 for ; Fri, 12 Apr 2002 07:54:44 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g3CEsfq50693; Fri, 12 Apr 2002 17:54:41 +0300 (EEST) (envelope-from ru) Message-Id: <200204121454.g3CEsfq50693@whale.sunbay.crimea.ua> Date: Fri, 12 Apr 2002 17:54:41 +0300 (EEST) From: Ruslan Ermilov Reply-To: Ruslan Ermilov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37023: editors/vim misses the (optional) dependency on converters/libiconv 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: 37023 >Category: ports >Synopsis: editors/vim misses the (optional) dependency on converters/libiconv >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 Apr 12 08:00:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 4.5-STABLE i386 >Organization: Sunbay Software Ltd >Environment: System: FreeBSD whale.sunbay.crimea.ua 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Mar 4 21:02:08 EET 2002 kivvy@whale.sunbay.crimea.ua:/usr/src/sys/compile/WHALE i386 >Description: Yesterday, I have deleted the "iconv" package, this broke "vim". >How-To-Repeat: Install the converters/iconv port. Install the editors/vim port. Deinstall the converters/iconv port. Try to run vim(1). >Fix: %%% Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/vim/Makefile,v retrieving revision 1.188 diff -u -p -r1.188 Makefile --- Makefile 10 Apr 2002 02:08:28 -0000 1.188 +++ Makefile 12 Apr 2002 10:37:31 -0000 @@ -129,6 +129,10 @@ MAKE_ARGS+= CONF_OPT_PERL="--disable-per USE_XLIB= yes .endif +.if exists(${PREFIX}/lib/libiconv.so) +LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv +.endif + pre-build: @(cd ${WRKSRC}; ${MAKE} distclean) @${PERL} -pi -e 's,8\.2,8.3,' ${WRKSRC}/auto/configure %%% >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message