portupgrade 2.4.6 -- quoting still broken

Kostik Belousov kostikbel at gmail.com
Mon Jul 21 12:16:23 UTC 2008


On Mon, Jul 21, 2008 at 03:24:18PM +0400, Sergey Matveychuk wrote:
> Kostik Belousov пишет:
> >Using the portupgrade 2.4.6 from stable port, I used the 
> >WITH_GECKO="firefox"
> >in the MAKE_ARGS. And, below is the output of the portupgrade. Note
> >quoting.
> >
> >--->  Installing the new version via the port with make flags: 
> >WANT_OPENLDAP_VER=23 WANT_OPENLDAP_SASL=yes WITH_BDB_VER=44 
> >"WITH_GECKO=\"firefox\" WITH_UNIXODBC=yes GNUSTEP_WITH_GCC42=yes 
> >EMACS_PORT_NAME=emacs22 PYTHON_DEFAULT_VERSION=python2.5 
> >DISABLE_VULNERABILITIES=yes NO_IGNORE=yes"
> >
> >My MAKE_ARGS are defined like this:
> >
> >  MAKE_ARGS = {
> >        '*' => ['WANT_OPENLDAP_VER=23',
> >                'WANT_OPENLDAP_SASL=yes',
> >                'WITH_BDB_VER=44',
> >                'WITH_GECKO=firefox',
> >...
> 
> Hmmm, but in MAKE_ARGS it's without quotes.

Oops, sorry, I pasted after I removed the quotes to get it running.
The right bits are

  MAKE_ARGS = {
        '*' => ['WANT_OPENLDAP_VER=23',
                'WANT_OPENLDAP_SASL=yes',
                'WITH_BDB_VER=44',
                'WITH_GECKO="firefox"',
		...

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20080721/22e32894/attachment.pgp


More information about the freebsd-ports mailing list