From owner-freebsd-java@FreeBSD.ORG Wed Sep 10 02:18:47 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48FDB16A4BF; Wed, 10 Sep 2003 02:18:47 -0700 (PDT) Received: from smtp1.euronet.nl (smtp1.euronet.nl [194.134.35.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D7243FDF; Wed, 10 Sep 2003 02:18:46 -0700 (PDT) (envelope-from ernst.dehaan@nl.wanadoo.com) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.168.213]) by smtp1.euronet.nl (Postfix) with ESMTP id 8B3C3673B7; Wed, 10 Sep 2003 11:18:43 +0200 (MEST) From: Ernst de Haan Organization: Wanadoo Nederland B.V. To: Greg Lewis , Kris Kennaway , Alexey Zelkin , Herve Quiroz Date: Wed, 10 Sep 2003 11:18:48 +0200 User-Agent: KMail/1.5.2 X-Address: Muiderstraat 1, Amsterdam, Netherlands MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309101118.48214.ernst.dehaan@nl.wanadoo.com> cc: java@FreeBSD.org Subject: Bento errors for Java packages X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 09:18:47 -0000 Greg, Kris, Alexey, Herve, In preparation for 4.9-RELEASE, I'm going through the Bento errors for Java ports at: http://bento.freebsd.org/errorlogs/i386-4-failure.html The following Java ports failed: java/diablo-jdk13 Distfile not found java/diablo-jre13 Distfile not found java/j2sdkee13 (no log) java/jakarta-struts (no log) java/jdk14 (no log) java/linux-sun-jdk13 Distfile not found java/linux-sun-jdk14 Distfile not found Greg, why can't Bento find the distfiles for the Diablo JDK/JRE ports? Then for the Sun JDK 1.3/1.4 for Linux ports: How can we avoid that Bento attempts to build these packages? They cannot be built, because the distfiles have to be fetched manually. Should we perhaps change: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && \ !defined(PACKAGE_BUILDING) IGNORE= .endif to: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= .endif ? Ernst