Bento errors for Java packages

Ernst de Haan ernst.dehaan at nl.wanadoo.com
Wed Sep 10 02:18:47 PDT 2003


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



More information about the freebsd-java mailing list