svn commit: r329189 - head/security/openssh-portable

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 3 13:36:40 UTC 2013


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"


More information about the svn-ports-all mailing list