ports/153002: [PATCH] java/openjdk7 should be able to build itself

well-wisher regex at bk.ru
Fri Dec 10 19:06:15 UTC 2010


>Number:         153002
>Category:       ports
>Synopsis:       [PATCH] java/openjdk7 should be able to build itself
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 19:06:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     well-wisher
>Release:        
>Organization:
none
>Environment:
FreeBSD Null 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #13 r216299
>Description:

>How-To-Repeat:
install java/openjdk7,
remove any other jdk's,
try to rebuild openjdk7,
diablo-jdk1.6.0 will be installed  & used as bootstrap 
>Fix:
add openjdk7 to BOOTSTRAP_JDKS 

(and may be openjdk6/jdk16... should be patched in similar way)

Patch attached with submission follows:

--- Makefile.orig	2010-12-10 23:19:11.000000000 +0500
+++ Makefile	2010-12-10 23:23:33.000000000 +0500
@@ -101,7 +101,8 @@
 MAKE_ENV+=	HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER}
 .endif
 
-BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk6 \
+BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk7 \
+		${LOCALBASE}/openjdk6 \
 		${LOCALBASE}/jdk1.6.0 \
 		${LOCALBASE}/diablo-jdk1.6.0
 


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



More information about the freebsd-ports-bugs mailing list