svn commit: r352644 - head/databases/evolution-data-server

John Hein john.hein at microsemi.com
Wed Apr 30 20:26:12 UTC 2014


Baptiste Daroussin wrote at 20:25 +0200 on Apr 30, 2014:
 > 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/
 > >  > 
 > >  > Log:
 > >  >   Fix kerberos enable/disable flags.
 > >  >   
 > >  >   PR:		ports/189037 (based on)
 > >  >   Submitted by:	barbara@
 > >  > 
 > >  > Modified:
 > >  >   head/databases/evolution-data-server/Makefile
 > >  > 
 > >  > Modified: head/databases/evolution-data-server/Makefile
 > >  > ==============================================================================
 > >  > --- 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=	Weather calendar backend
 > >  >  
 > >  >  WEATHER_LIB_DEPENDS=	libgweather.so:${PORTSDIR}/net/libgweather
 > >  >  WEATHER_CONFIGURE_WITH=	weather
 > >  > -KERBEROS_CONFIGURE_WITH=	--with-krb5=/usr
 > >  > +KERBEROS_CONFIGURE_WITH=	krb5=/usr
 > >  > +KERBEROS_CONFGIURE_WITHOUT=	--without-krb5
 >  that should be _ON= --with-krb5=... _OFF= --without
 > 
 >  _WITH will pass --without-krb5=/ust is case the option is off which I suspect
 >  evolution's configure will hate.

Yes, the part of my reply you deleted has a patch that does exactly
that - use _ON and _OFF.


More information about the svn-ports-head mailing list