diff options
author | znerd <znerd@FreeBSD.org> | 2002-08-30 05:55:22 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-08-30 05:55:22 +0800 |
commit | a117aa6f16bf4c1cf8536ad35c6ea4e431cde27d (patch) | |
tree | 2539437d88d0bdb9fb18fa05de3234019bb35fd3 /java/linux-sun-jdk14 | |
parent | 1712926d2ff1dceb81ee5d21c91b620e5b412780 (diff) | |
download | freebsd-ports-graphics-a117aa6f16bf4c1cf8536ad35c6ea4e431cde27d.tar.gz freebsd-ports-graphics-a117aa6f16bf4c1cf8536ad35c6ea4e431cde27d.tar.zst freebsd-ports-graphics-a117aa6f16bf4c1cf8536ad35c6ea4e431cde27d.zip |
Printing warning message since this JDK is unstable. The message
is displayed before any targets. The message displayed is:
This JDK is currently unstable, especially when run as a non-root
user. You are advised to use either the Sun JDK 1.3 for Linux
(${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3
(${PORTSDIR}/java/jdk13) instead.
Pointed out by: Yuri Khotyaintsev <yuri@irfu.se>
Diffstat (limited to 'java/linux-sun-jdk14')
-rw-r--r-- | java/linux-sun-jdk14/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile index 6fc38e241be..bb95c11b5ed 100644 --- a/java/linux-sun-jdk14/Makefile +++ b/java/linux-sun-jdk14/Makefile @@ -43,6 +43,11 @@ APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${INSTALL_JDK_VERSION:R} .include <bsd.port.pre.mk> +.BEGIN: + @${ECHO} "******** WARNING ********" + @${ECHO} "This JDK is currently unstable, especially when run as a non-root user. You are advised to use either the Sun JDK 1.3 for Linux (${PORTSDIR}/java/linux-sun-jdk13) or the FreeBSD JDK 1.3 (${PORTSDIR}/java/jdk13) instead." + @${ECHO} + .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE=You must manually fetch the J2SE v1.4 SDK Linux GNUZIP Tar shell script (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif |