diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-13 11:24:42 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2003-03-13 11:24:42 +0000 |
commit | bc117903e8fe20d1c94ac6e325cd2973a7e34e5c (patch) | |
tree | 01fc93cd3f01739bbd99a6bcc6350b19f5474fe9 | |
parent | Correct pkg-plist (diff) |
Add notice about amount of disk space required
Notes
Notes:
svn path=/head/; revision=77121
-rw-r--r-- | java/jdk14/Makefile | 9 | ||||
-rw-r--r-- | java/jdk15/Makefile | 9 | ||||
-rw-r--r-- | java/jdk16/Makefile | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/java/jdk14/Makefile b/java/jdk14/Makefile index 5a2931c02994..dd71c24a66da 100644 --- a/java/jdk14/Makefile +++ b/java/jdk14/Makefile @@ -108,6 +108,15 @@ You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n .endif +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} "To build JDK 1.4.1 port, you should have at least" + @${ECHO_MSG} "1.5Gb of disk space!" + @${ECHO_MSG} + @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to" + @${ECHO_MSG} "install libraries and binaries with debugging support." + @${ECHO_MSG} + pre-patch: @cd ${WRKDIR} && \ ${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \ diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 5a2931c02994..dd71c24a66da 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -108,6 +108,15 @@ You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n .endif +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} "To build JDK 1.4.1 port, you should have at least" + @${ECHO_MSG} "1.5Gb of disk space!" + @${ECHO_MSG} + @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to" + @${ECHO_MSG} "install libraries and binaries with debugging support." + @${ECHO_MSG} + pre-patch: @cd ${WRKDIR} && \ ${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \ diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 5a2931c02994..dd71c24a66da 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -108,6 +108,15 @@ You must have a version of FreeBSD later than 4.7-STABLE February 2003\n\ or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n .endif +pre-fetch: + @${ECHO_MSG} + @${ECHO_MSG} "To build JDK 1.4.1 port, you should have at least" + @${ECHO_MSG} "1.5Gb of disk space!" + @${ECHO_MSG} + @${ECHO_MSG} "Please use \`make -DNODEBUG' if you don't want to" + @${ECHO_MSG} "install libraries and binaries with debugging support." + @${ECHO_MSG} + pre-patch: @cd ${WRKDIR} && \ ${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \ |