Re: cvs commit: ports/lang/gcc43 pkg-descr

2007-04-09 Thread Gerald Pfeifer
On Sat, 31 Mar 2007, Kris Kennaway wrote: | +(Building the Java frontend and the associated libgcj library will | +consume more than 512MB of main memory. Set WITHOUT_JAVA=yes in | +the environment when building this port to avoid that.) Maybe also describe how to achieve this? i.e. you need

Re: cvs commit: ports/lang/gcc43 pkg-descr

2007-04-09 Thread Colin Percival
Gerald Pfeifer wrote: +.if ! defined(WITHOUT_JAVA) + @DSIZ=70; \ + 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

Re: cvs commit: ports/lang/gcc43 pkg-descr

2007-04-09 Thread Gerald Pfeifer
On Mon, 9 Apr 2007, Colin Percival wrote: 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? Good input. How about the following update to my original patch? (Note that the user still may

Re: cvs commit: ports/lang/gcc43 pkg-descr

2007-04-09 Thread Kris Kennaway
On Mon, Apr 09, 2007 at 12:22:07PM +0200, Gerald Pfeifer wrote: On Sat, 31 Mar 2007, Kris Kennaway wrote: | +(Building the Java frontend and the associated libgcj library will | +consume more than 512MB of main memory. Set WITHOUT_JAVA=yes in | +the environment when building this port to

cvs commit: ports/lang/gcc43 pkg-descr

2007-03-31 Thread Gerald Pfeifer
gerald 2007-03-31 14:41:28 UTC FreeBSD ports repository Modified files: lang/gcc43 pkg-descr Log: Document the large memory requirements when building with Java support. Discussed with: alepulver Revision ChangesPath 1.10 +4 -0

Re: cvs commit: ports/lang/gcc43 pkg-descr

2007-03-31 Thread Kris Kennaway
On Sat, Mar 31, 2007 at 02:41:28PM +, Gerald Pfeifer wrote: gerald 2007-03-31 14:41:28 UTC FreeBSD ports repository Modified files: lang/gcc43 pkg-descr Log: Document the large memory requirements when building with Java support. Discussed with: