View | Details | Raw Unified | Return to bug 263483
Collapse All | Expand All

(-)b/Mk/bsd.java.mk (-2 / +1 lines)
Lines 285-291 JAVA_RUN= jre Link Here
285
.		undef _JAVA_PORTS_INSTALLED
285
.		undef _JAVA_PORTS_INSTALLED
286
.		undef _JAVA_PORTS_POSSIBLE
286
.		undef _JAVA_PORTS_POSSIBLE
287
.		if defined(JAVA_VERSION)
287
.		if defined(JAVA_VERSION)
288
_JAVA_VERSION=	${JAVA_VERSION:S/1.7+/1.7 1.8+/:S/1.8+/1.8 11+/:S/1.7/7/:S/1.8/8/:S/7+/7 8+/:S/8+/8 11+/:S/11+/11 12+/:S/12+/12 13+/:S/13+/13 14+/:S/14+/14 15+/:S/15+/15 16+/:S/16+/16 17+/:S/17+/17 18+/:S/18+/18/}
288
_JAVA_VERSION=	${JAVA_VERSION:S/^1.7+/1.7 1.8+/:S/^1.8+/1.8 11+/:S/^1.7/7/:S/^1.8/8/:S/^7+/7 8+/:S/^8+/8 11+/:S/^11+/11 12+/:S/^12+/12 13+/:S/^13+/13 14+/:S/^14+/14 15+/:S/^15+/15 16+/:S/^16+/16 17+/:S/^17+/17 18+/:S/^18+/18/}
289
.		else
289
.		else
290
_JAVA_VERSION=	${__JAVA_VERSION_LIST}
290
_JAVA_VERSION=	${__JAVA_VERSION_LIST}
291
.		endif
291
.		endif
292
- 

Return to bug 263483