Date: Mon, 22 May 2006 17:35:34 -0700 From: Jeremy Chadwick <freebsd@jdc.parodius.com> To: freebsd-ports@freebsd.org Subject: Re: Help with configure.in Message-ID: <20060523003534.GA78532@pentarou.parodius.com> In-Reply-To: <200605221630.38308.beech@alaskaparadise.com> References: <200605221543.02228.beech@alaskaparadise.com> <20060523000810.GA77461@pentarou.parodius.com> <200605221630.38308.beech@alaskaparadise.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 22, 2006 at 04:30:36PM -0800, Beech Rintoul wrote: > I'm not sure how to add that into the makefile. Autoconf needs to be called > after configure.in is patched. With the stock configure.in autoconf doesn't > get called as above it just goes straight into the build. The porter's > Handbook wasn't a lot of help. Have you tried looking through /usr/ports/Mk/* ? Something like `grep -ri autoconf /usr/ports/Mk` should point you to some comments and general stuff. Also try looking at other ports that use some of those variables (`grep -r {variable} /usr/ports`). We have some framework for autoconf handling in there already. I've never used it (I usually rely on pre-built configure scripts, rather than build them during build-time), but it looks pretty robust. Others here should be able to help; sorry I can't be of much more... -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060523003534.GA78532>