From owner-freebsd-ports@FreeBSD.ORG Thu Mar 18 08:35:41 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0025816A4CE for ; Thu, 18 Mar 2004 08:35:40 -0800 (PST) Received: from relay.alarit.com (pepelats.alarit.com [193.201.100.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06CDA43D1D for ; Thu, 18 Mar 2004 08:35:40 -0800 (PST) (envelope-from funt@alarit.com) Received: from nizovtsev.alarit.com (nizovtsev.alarit.com [193.201.100.77]) by relay.alarit.com (8.12.10/8.12.10) with ESMTP id i2IGZblt022597 for ; Thu, 18 Mar 2004 18:35:38 +0200 From: funtik To: ports@freebsd.org Date: Thu, 18 Mar 2004 18:38:20 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403181838.20783.funt@alarit.com> Subject: Port reinstall X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 16:35:41 -0000 Hello All!! I cann`t reinstall port if package already present at the system!! example: cd /usr/ports/devel/libtool14 && make reinstall This compiled but return next message: Making all in tests ===> Installing for libtool-1.4.3_3 ===> Generating temporary packing list ===> Checking if devel/libtool14 already installed ===> An older version of devel/libtool14 is already installed (libtool-1.4.3_2) You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/libtool14 without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/devel/libtool14. *** Error code 1 What point? Thanks!