Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2004 10:04:48 +0200 (CEST)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70691: [PATCH] games/robocode: fix dependencies, unbreak
Message-ID:  <20040820080448.D438A3B4A@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200408200810.i7K8AMTG055669@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70691
>Category:       ports
>Synopsis:       [PATCH] games/robocode: fix dependencies, unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 20 08:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Wed Jul 28 20:21:17 CEST 2004
>Description:
- Unbreak by fixing EXTRACT_DEPENDS

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- robocode-1.0.6_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/robocode.old/Makefile /usr/ports/games/robocode/Makefile
--- /usr/ports/games/robocode.old/Makefile	Fri Aug 20 09:48:24 2004
+++ /usr/ports/games/robocode/Makefile	Fri Aug 20 09:59:43 2004
@@ -17,9 +17,10 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A game for learning Java[tm] programming language
 
-BROKEN=		Does not build
-
-USE_JAVA=	1.3+
+USE_JAVA=	yes
+JAVA_VERSION=	1.3+
+JAVA_EXTRACT=	yes
+JAVA_RUN=	yes
 
 JAVAVM=		${JAVA_HOME}/bin/java
 JAVAJAR=	${JAVA_HOME}/bin/jar
--- robocode-1.0.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040820080448.D438A3B4A>