ports structure and improvement suggestions

Florent Thoumie flz at xbsd.org
Wed May 10 08:31:38 UTC 2006


On Tue, 2006-05-09 at 21:39 -0300, Fernan Aguero wrote:

> Florent,
> 
> thanks now for a fast turnaround :)
> 
> unfortunately, this doesn't work. 
> 
> For all ports above it works, except for x11/xterm.
> 
> The problem seems to be the space within the quoted value:
> the following works:
> x11/xterm: CONFIGURE_ARGS='--enable-me'
> but this doesn't:
> x11/xterm: CONFIGURE_ARGS='--enable-me --and-me'

True, refetch the script and replace make.conf lines with these:

.if ${.CURDIR:N/usr/ports/*}==""
_MKCONF!=mkconf
.for i in ${_MKCONF:S/|/ /g}
${i:S/%/ /g}
.endfor
.endif

-- 
Florent Thoumie
flz at FreeBSD.org
FreeBSD Committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20060510/829d65a1/attachment.pgp


More information about the freebsd-ports mailing list