From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 04:38:30 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BADD1065670 for ; Fri, 6 Jun 2008 04:38:30 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.freebsd.org (Postfix) with ESMTP id C1D1B8FC0C for ; Fri, 6 Jun 2008 04:38:29 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id F009D17022; Fri, 6 Jun 2008 13:26:58 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id BA9C917162; Fri, 6 Jun 2008 13:26:58 +0900 (JST) Received: from localhost (half.home.utahime.org [192.168.174.3]) by eastasia.home.utahime.org (Postfix) with ESMTPA id 7A4A51715D; Fri, 6 Jun 2008 13:26:58 +0900 (JST) Date: Fri, 06 Jun 2008 13:26:24 +0900 (JST) Message-Id: <20080606.132624.249131127.yasu@utahime.org> To: ports@FreeBSD.org From: Yasuhiro KIMURA In-Reply-To: <200806060403.m5643MgI033579@pointyhat.freebsd.org> References: <200806060403.m5643MgI033579@pointyhat.freebsd.org> X-Mailer: Mew version 6.0.51 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2008 04:38:30 -0000 From: Erwin Lansing Subject: INDEX build failed for 6.x Date: Fri, 6 Jun 2008 04:03:22 GMT > INDEX build failed with errors: > Generating INDEX-6 - please wait.."/a/erwin/tindex/ports/chinese/links/../../www/links/Makefile", line 75: warning: duplicate script for target "pre-configure" ignored > pkg_info: not found > pkg_info: not found > pkg_info: not found > pkg_info: not found > Done. > make_index: synce-kde-0.9.1_2: no entry for /usr/ports/archivers/libdynamite > make_index: synce-kde-0.9.1_2: no entry for /usr/ports/archivers/libdynamite > make_index: orange-0.3_2: no entry for /usr/ports/archivers/libdynamite > make_index: orange-0.3_2: no entry for /usr/ports/archivers/libdynamite Revision 1.197 of archivers/Makefile should be reverted. Commit message says it removed archivers/dynamite, but what is really removed is the entry of archivers/libdynamite that is already connected in 1.196. Archivers/dynamite is also been removed in that revision. --- Yasuhiro KIMURA