Date: Wed, 10 Sep 2003 11:18:48 +0200 From: Ernst de Haan <ernst.dehaan@nl.wanadoo.com> To: Greg Lewis <glewis@FreeBSD.org>, Kris Kennaway <kris@obsecurity.org>, Alexey Zelkin <phantom@FreeBSD.org.ua>, Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Cc: java@FreeBSD.org Subject: Bento errors for Java packages Message-ID: <200309101118.48214.ernst.dehaan@nl.wanadoo.com>
next in thread | raw e-mail | index | archive | help
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= <message> .endif to: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= <message> .endif ? Ernst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309101118.48214.ernst.dehaan>