Date: Thu, 22 Jan 2004 18:48:50 +0100 (CET) From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ijliao@FreeBSD.org Subject: ports/61740: [patch] ftp/dmachine: Fix build (bento) Message-ID: <200401221748.i0MHmoJm017935@menelaos.informatik.rwth-aachen.de> Resent-Message-ID: <200401221750.i0MHoGmx001570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61740 >Category: ports >Synopsis: [patch] ftp/dmachine: Fix build (bento) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 22 09:50:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.9-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: http://bento.freebsd.org/errorlogs/i386-4-latest/dmachine-0.19.log >How-To-Repeat: >Fix: Pass JAVAC through to Makefile because it isn't in the PATH. --- Makefile.orig Thu Jan 22 18:43:16 2004 +++ Makefile Thu Jan 22 18:44:50 2004 @@ -17,8 +17,10 @@ COMMENT= A non interactive, non graphical, batch download manager USE_JAVA= 1.1+ +NEED_JAVAC= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src ALL_TARGET= dmachine +MAKE_ARGS= JAVAC=${JAVAC} do-install: @${SED} 's|%%DATADIR%%|${DATADIR}|' ${FILESDIR}/dmachine > ${WRKSRC}/dmachine >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401221748.i0MHmoJm017935>