Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 13:36:40 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329189 - head/security/openssh-portable
Message-ID:  <201310031336.r93DaeBZ086260@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Oct  3 13:36:39 2013
New Revision: 329189
URL: http://svnweb.freebsd.org/changeset/ports/329189

Log:
  Mark IGNORE if KERB_GSSAPI incorrectly selected

Modified:
  head/security/openssh-portable/Makefile

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Thu Oct  3 13:35:04 2013	(r329188)
+++ head/security/openssh-portable/Makefile	Thu Oct  3 13:36:39 2013	(r329189)
@@ -133,14 +133,18 @@ CONFIGURE_LIBS+=	-lgssapi_krb5
 .  endif
 
 # Adapated from 5.7 patch at http://www.sxw.org.uk/computing/patches/
-.if ${PORT_OPTIONS:MKERB_GSSAPI}
+.	if ${PORT_OPTIONS:MKERB_GSSAPI}
 PATCHFILES+=		openssh-6.2p2-gsskex-all-20110125.patch.gz
 PATCH_DIST_STRIP=
-.endif
-.if ${OPENSSLBASE} == "/usr"
+.	endif
+.	if ${OPENSSLBASE} == "/usr"
 CONFIGURE_ARGS+=	--without-rpath
 LDFLAGS=		# empty
-.endif
+.	endif
+.else
+.	if ${PORT_OPTIONS:MKERB_GSSAPI}
+IGNORE=	KERB_GSSAPI requires one of MIT HEIMDAL or HEIMDAL_BASE
+.	endif
 .endif
 
 .if ${OPENSSLBASE} != "/usr"



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