Date: Wed, 30 Apr 2014 20:25:11 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: John Hein <john.hein@microsemi.com> Cc: svn-ports-head@freebsd.org, Koop Mast <kwm@FreeBSD.org>, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r352644 - head/databases/evolution-data-server Message-ID: <20140430182511.GA93782@ivaldir.etoilebsd.net> In-Reply-To: <21345.15550.693857.499038@gromit.timing.com> References: <201404292109.s3TL9RsG039964@svn.freebsd.org> <21345.15550.693857.499038@gromit.timing.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Apr 30, 2014 at 12:11:10PM -0600, John Hein wrote: > Koop Mast wrote at 21:09 +0000 on Apr 29, 2014: > > Author: kwm > > Date: Tue Apr 29 21:09:26 2014 > > New Revision: 352644 > > URL: http://svnweb.freebsd.org/changeset/ports/352644 > > QAT: https://qat.redports.org/buildarchive/r352644/ > >=20 > > Log: > > Fix kerberos enable/disable flags. > > =20 > > PR: ports/189037 (based on) > > Submitted by: barbara@ > >=20 > > Modified: > > head/databases/evolution-data-server/Makefile > >=20 > > Modified: head/databases/evolution-data-server/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/databases/evolution-data-server/Makefile Tue Apr 29 21:05:43 = 2014 (r352643) > > +++ head/databases/evolution-data-server/Makefile Tue Apr 29 21:09:26 = 2014 (r352644) > > @@ -44,7 +44,8 @@ WEATHER_DESC=3D Weather calendar backend > > =20 > > WEATHER_LIB_DEPENDS=3D libgweather.so:${PORTSDIR}/net/libgweather > > WEATHER_CONFIGURE_WITH=3D weather > > -KERBEROS_CONFIGURE_WITH=3D --with-krb5=3D/usr > > +KERBEROS_CONFIGURE_WITH=3D krb5=3D/usr > > +KERBEROS_CONFGIURE_WITHOUT=3D --without-krb5 that should be _ON=3D --with-krb5=3D... _OFF=3D --without _WITH will pass --without-krb5=3D/ust is case the option is off which I su= spect evolution's configure will hate. Bapt --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlNhQAcACgkQ8kTtMUmk6EyluwCgihPJHM1uc/Y9u8e5iNzyR7nE RiQAnRA6sg6CIMjxSVgh1XiekETNgM+y =Y4/g -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140430182511.GA93782>