Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Apr 2007 03:36:31 -0700
From:      Colin Percival <cperciva@freebsd.org>
To:        Gerald Pfeifer <gerald@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: cvs commit: ports/lang/gcc43 pkg-descr
Message-ID:  <461A172F.4000202@freebsd.org>
In-Reply-To: <Pine.LNX.4.64.0704091215200.11247@acrux.dbai.tuwien.ac.at>
References:  <200703311441.l2VEfSgZ070944@repoman.freebsd.org> <20070331192739.GA69788@xor.obsecurity.org> <Pine.LNX.4.64.0704091215200.11247@acrux.dbai.tuwien.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Gerald Pfeifer wrote:
> +.if ! defined(WITHOUT_JAVA)
> +	@DSIZ=700000; \
> +	if [ `ulimit -d` -lt $$DSIZ ]; then \
> +	  echo "You need to increase the datasize limit to at least $$DSIZ to build with Java support." | fmt; \
> +	  exit 1; \
> +	fi
> +.endif

Could I suggest
s|increase the the datasize limit|set kern.maxdsiz in /boot/loader.conf|
for the benefit of people who aren't familiar with loader.conf?

Colin Percival



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?461A172F.4000202>