diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc/Makefile | 9 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 9 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 9 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 9 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 9 |
5 files changed, 0 insertions, 45 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 658a1b116cc7..c659957b834b 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" -.if ! defined(WITHOUT_JAVA) - @DSIZ=700000; DSIZBYTE=734003200; \ - if [ `ulimit -d` -lt $$DSIZ ]; then \ - echo "You need to increase the datasize limit to at least $$DSIZ \ - (and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \ - build with Java support." | ${FMT} -s; \ - exit 1; \ - fi -.endif pre-extract: @# Building libgcj with lang/gcc295 installed is causing a failure diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 658a1b116cc7..c659957b834b 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" -.if ! defined(WITHOUT_JAVA) - @DSIZ=700000; DSIZBYTE=734003200; \ - if [ `ulimit -d` -lt $$DSIZ ]; then \ - echo "You need to increase the datasize limit to at least $$DSIZ \ - (and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \ - build with Java support." | ${FMT} -s; \ - exit 1; \ - fi -.endif pre-extract: @# Building libgcj with lang/gcc295 installed is causing a failure diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 658a1b116cc7..c659957b834b 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" -.if ! defined(WITHOUT_JAVA) - @DSIZ=700000; DSIZBYTE=734003200; \ - if [ `ulimit -d` -lt $$DSIZ ]; then \ - echo "You need to increase the datasize limit to at least $$DSIZ \ - (and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \ - build with Java support." | ${FMT} -s; \ - exit 1; \ - fi -.endif pre-extract: @# Building libgcj with lang/gcc295 installed is causing a failure diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 658a1b116cc7..c659957b834b 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" -.if ! defined(WITHOUT_JAVA) - @DSIZ=700000; DSIZBYTE=734003200; \ - if [ `ulimit -d` -lt $$DSIZ ]; then \ - echo "You need to increase the datasize limit to at least $$DSIZ \ - (and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \ - build with Java support." | ${FMT} -s; \ - exit 1; \ - fi -.endif pre-extract: @# Building libgcj with lang/gcc295 installed is causing a failure diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 658a1b116cc7..c659957b834b 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -137,15 +137,6 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" -.if ! defined(WITHOUT_JAVA) - @DSIZ=700000; DSIZBYTE=734003200; \ - if [ `ulimit -d` -lt $$DSIZ ]; then \ - echo "You need to increase the datasize limit to at least $$DSIZ \ - (and set kern.maxdsiz=\"$$DSIZBYTE\" in /boot/loader.conf) to \ - build with Java support." | ${FMT} -s; \ - exit 1; \ - fi -.endif pre-extract: @# Building libgcj with lang/gcc295 installed is causing a failure |