Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2008 15:16:16 +0300
From:      Kostik Belousov <kostikbel@gmail.com>
To:        Sergey Matveychuk <sem@freebsd.org>
Cc:        ports@freebsd.org
Subject:   Re: portupgrade 2.4.6 -- quoting still broken
Message-ID:  <20080721121616.GP17123@deviant.kiev.zoral.com.ua>
In-Reply-To: <488471E2.20102@FreeBSD.org>
References:  <20080720193540.GN17123@deviant.kiev.zoral.com.ua> <488471E2.20102@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--4wwsOeV20Nu5a2V3
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Jul 21, 2008 at 03:24:18PM +0400, Sergey Matveychuk wrote:
> Kostik Belousov =D0=C9=DB=C5=D4:
> >Using the portupgrade 2.4.6 from stable port, I used the=20
> >WITH_GECKO=3D"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:=20
> >WANT_OPENLDAP_VER=3D23 WANT_OPENLDAP_SASL=3Dyes WITH_BDB_VER=3D44=20
> >"WITH_GECKO=3D\"firefox\" WITH_UNIXODBC=3Dyes GNUSTEP_WITH_GCC42=3Dyes=
=20
> >EMACS_PORT_NAME=3Demacs22 PYTHON_DEFAULT_VERSION=3Dpython2.5=20
> >DISABLE_VULNERABILITIES=3Dyes NO_IGNORE=3Dyes"
> >
> >My MAKE_ARGS are defined like this:
> >
> >  MAKE_ARGS =3D {
> >        '*' =3D> ['WANT_OPENLDAP_VER=3D23',
> >                'WANT_OPENLDAP_SASL=3Dyes',
> >                'WITH_BDB_VER=3D44',
> >                'WITH_GECKO=3Dfirefox',
> >...
>=20
> 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 =3D {
        '*' =3D> ['WANT_OPENLDAP_VER=3D23',
                'WANT_OPENLDAP_SASL=3Dyes',
                'WITH_BDB_VER=3D44',
                'WITH_GECKO=3D"firefox"',
		...


--4wwsOeV20Nu5a2V3
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEARECAAYFAkiEfhAACgkQC3+MBN1Mb4ixqwCg6d7ggJNU9YRsP4KcdZBJ2egv
k/sAn0BZ/EGIEkj9XYH0C7HCLrsspzSm
=79dL
-----END PGP SIGNATURE-----

--4wwsOeV20Nu5a2V3--



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