Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2014 21:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/189037: commit references a PR
Message-ID:  <201404292110.s3TLA2cq024638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189037; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/189037: commit references a PR
Date: Tue, 29 Apr 2014 21:09:30 +0000 (UTC)

 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
  
  .include <bsd.port.options.mk>
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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