ports/114838: devel/gnome-vfs broken without kerberos

Joe Marcus Clarke marcus at FreeBSD.org
Sat Jul 28 19:00:48 UTC 2007


On Sat, 2007-07-28 at 11:49 -0700, Steven G. Kargl wrote:
> marcus at FreeBSD.org wrote:
> > Synopsis: devel/gnome-vfs broken without kerberos
> > 
> > State-Changed-From-To: open->closed
> > State-Changed-By: marcus
> > State-Changed-When: Sat Jul 28 18:03:24 UTC 2007
> > State-Changed-Why: 
> > Kerberos is part of the default base system, and we do not support
> > builds without it.
> > 
> 
> Then the Makefile should check if WITHOUT_KERBEROS is defined,
> and issue an error.

Fair enough.  However, this check will break INDEX builds on machines
that define WITHOUT_KERBEROS (which is legal).  I have committed a
different check which should accomplish the same thing.  The downside of
this approach is that it will not handle WITHOUT_KERBEROS defined in
src.conf only.

Joe

> 
> --- Makefile.orig       2007-07-26 16:15:53.000000000 -0700
> +++ Makefile    2007-07-26 16:18:37.000000000 -0700
> @@ -58,6 +58,10 @@
>  USE_FAM=       yes
>  .endif
>  
> +.if defined(WITHOUT_KERBEROS) 
> +.error KERBEROS is required.
> +.endif 
> +
>  .if exists(${LOCALBASE}/lib/libkrb5.so)
>  LIB_DEPENDS+=  krb5:${PORTSDIR}/security/heimdal
>  .endif
> 
-- 
Joe Marcus Clarke
FreeBSD GNOME Team      ::      gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20070728/eabdf838/attachment.pgp


More information about the freebsd-gnome mailing list