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

Steven G. Kargl kargl at troutmask.apl.washington.edu
Sat Jul 28 18:50:51 UTC 2007


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.

--- 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

-- 
Steve
http://troutmask.apl.washington.edu/~kargl/


More information about the freebsd-gnome mailing list