Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2010 05:43:31 +1100
From:      andrew clarke <mail@ozzmosis.com>
To:        ports@FreeBSD.org
Cc:        fjoe@FreeBSD.org
Subject:   misc/mc build failure with portconf installed
Message-ID:  <20100124184331.GA96031@ozzmosis.com>

next in thread | raw e-mail | index | archive | help
Hi,

===>  Configuring for mc-4.7.0.1
configure: error: invalid variable name: +
===>  Script "configure" failed unexpectedly.

I tracked this error down to some settings portconf-1.4 adds to
/etc/make.conf:

# Begin portconf settings
# Do not touch these lines
.if !empty(.CURDIR:M/usr/ports*) && exists(/usr/local/libexec/portconf)
_PORTCONF!=/usr/local/libexec/portconf
.for i in ${_PORTCONF:S/|/ /g}
${i:S/%/ /g}
.endfor
.endif
# End portconf settings

Once I uninstall portconf, which removes the above lines from make.conf,
mc builds normally.

Regards
Andrew



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