mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add notice about amount of disk space required
This commit is contained in:
parent
b09d5d2a1e
commit
bc117903e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77121
3 changed files with 27 additions and 0 deletions
|
@ -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
|
or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n
|
||||||
.endif
|
.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:
|
pre-patch:
|
||||||
@cd ${WRKDIR} && \
|
@cd ${WRKDIR} && \
|
||||||
${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
|
${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
|
||||||
|
|
|
@ -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
|
or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n
|
||||||
.endif
|
.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:
|
pre-patch:
|
||||||
@cd ${WRKDIR} && \
|
@cd ${WRKDIR} && \
|
||||||
${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
|
${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
|
||||||
|
|
|
@ -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
|
or 5-CURRENT February 2003 to compile and use JDK 1.4.1.\n
|
||||||
.endif
|
.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:
|
pre-patch:
|
||||||
@cd ${WRKDIR} && \
|
@cd ${WRKDIR} && \
|
||||||
${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
|
${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue