Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2015 11:42:11 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402274 - head/security/putty
Message-ID:  <201511231142.tANBgB08044797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Nov 23 11:42:11 2015
New Revision: 402274
URL: https://svnweb.freebsd.org/changeset/ports/402274

Log:
  security/putty: Fix krb5 dependency
  
  Due to using both <bsd.port.pre.mk> and <bsd.port.options.mk>, the
  USES+= gssapi:mit directive was ignored and not included in the build
  dependency list.  Remove <pre>/<post> includes to fix.
  
  Approved by:	mandree (maintainer)

Modified:
  head/security/putty/Makefile

Modified: head/security/putty/Makefile
==============================================================================
--- head/security/putty/Makefile	Mon Nov 23 11:40:24 2015	(r402273)
+++ head/security/putty/Makefile	Mon Nov 23 11:42:11 2015	(r402274)
@@ -2,6 +2,7 @@
 
 PORTNAME=	putty
 PORTVERSION=	0.66
+PORTREVISION	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://the.earth.li/~sgtatham/putty/${PORTVERSION}/ \
 		ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-latest/
@@ -41,8 +42,6 @@ MAKE_ARGS+=	PUTTY_WITH_GTK=yes GTK_CONFI
 MAKE_ARGS+=	GTK_CONFIG=:
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if ${PORT_OPTIONS:MGSSAPI}
 _COMPAT=		-DSTATIC_GSSAPI
 USES+=		gssapi:mit
@@ -71,4 +70,4 @@ post-patch:
 			      s,make,${MAKE_CMD},'\
 		${WRKSRC}/${MAKEFILE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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