From owner-freebsd-ports Mon Jul 8 8:20:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9559737B405 for ; Mon, 8 Jul 2002 08:20:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC4B143E4A for ; Mon, 8 Jul 2002 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g68FK2JU035900 for ; Mon, 8 Jul 2002 08:20:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g68FK26X035899; Mon, 8 Jul 2002 08:20:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D049437B400 for ; Mon, 8 Jul 2002 08:12:14 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEBC243E09 for ; Mon, 8 Jul 2002 08:12:13 -0700 (PDT) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) id g68FCB752107; Mon, 8 Jul 2002 19:12:11 +0400 (MSD) (envelope-from marck) Message-Id: <200207081512.g68FCB752107@woozle.rinet.ru> Date: Mon, 8 Jul 2002 19:12:11 +0400 (MSD) From: Dmitry Morozovsky Reply-To: Dmitry Morozovsky To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40347: editors/vim-lite is linked with 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: 40347 >Category: ports >Synopsis: editors/vim-lite is linked with libiconv >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 08 08:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4-STABLE i386 >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 4-STABLE >Description: If libiconv (textproc/libiconv) is installed, vim-lite quitely links with it, rendering package unusable at outer systems without libiconv. >How-To-Repeat: cd /usr/ports/converters/libiconv make install clean cd ../../editors/vim-lite make install clean ldd /usr/local/bin/vim ... /usr/local/lib/libiconv.so.3 is reported >Fix: I don't know the correct way. Either patch for src/configure should take place to prevent libiconv usage (I'm not ready to provide such patch yet), or we could simply add libiconv as a library dependency: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/editors/vim-lite/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 20 Oct 2001 00:13:54 -0000 1.13 +++ Makefile 8 Jul 2002 15:08:37 -0000 @@ -10,4 +10,6 @@ MASTERDIR= ${.CURDIR}/../vim +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv + .include "${MASTERDIR}/Makefile" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message