ports/61740: [patch] ftp/dmachine: Fix build (bento)

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Thu Jan 22 17:50:21 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list