Date: Mon, 04 Dec 2000 04:28:25 +0100 From: Palle Girgensohn <girgen@partitur.se> To: freebsd-ports@freebsd.org Subject: Re: where to put Makefile.inc genererated from scripts/configure? Message-ID: <3A2B0F59.59597507@partitur.se> References: <3A2B0CA4.DAD7C7B7@partitur.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Hmm... I realize that it will *not* break building from CDROM, since tou have to set WRKDIRPREFIX to somewhere writeable... Rather, the question should probably be: "Why can't I write outside WRKDIR?" ${WRKDIRPREFIX}${.CURDIR} seems like the right place for stuff like Makefile.inc (esp. when you set WRKDIRPREFIX, I guess)? Is the handbook wrong? /Palle Palle Girgensohn wrote: > > Hi! > > Just did some reading in the Porter's handbook: 15.3 > <http://www.freebsd.org/porters-handbook/porting-wrkdir.html> > > "Do not write anything to files outside WRKDIR..." > > Still, all ports I can find that uses dialog(1) to > interactively set build options do this pre-fetch, which means > they have to put their Makefile.inc in > ${WRKDIRPREFIX}${.CURDIR} or it will be wasted by do-extract. > This will make building from CDROM fail, for one thing... Is > there a better way? > > /Palle - just hacking up a build dialog for postgresql > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A2B0F59.59597507>