[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / openssh

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/openssh/Makefile between version 1.230 and 1.230.2.2

version 1.230, 2015/06/12 10:51:03 version 1.230.2.2, 2015/08/01 08:56:59
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=               openssh-6.6p1  DISTNAME=               openssh-6.9p1
 PKGNAME=                openssh-6.6.1  PKGNAME=                openssh-6.9.1
 PKGREVISION=            7  PKGREVISION=            1
 CATEGORIES=             security  CATEGORIES=             security
 MASTER_SITES=           ${MASTER_SITE_OPENBSD:=OpenSSH/portable/}  MASTER_SITES=           ${MASTER_SITE_OPENBSD:=OpenSSH/portable/}
   
Line 17  CONFLICTS+=  openssh+gssapi-[0-9]*
Line 17  CONFLICTS+=  openssh+gssapi-[0-9]*
 CONFLICTS+=             lsh>2.0  CONFLICTS+=             lsh>2.0
   
 USE_GCC_RUNTIME=        yes  USE_GCC_RUNTIME=        yes
 USE_TOOLS+=             perl  USE_TOOLS+=             autoconf perl
   
 CRYPTO=                 yes  CRYPTO=                 yes
   
Line 172  SUBST_MESSAGE.patch= More patch a file.
Line 172  SUBST_MESSAGE.patch= More patch a file.
 #  #
 # type of key "ecdsa" isn't always supported depends on OpenSSL.  # type of key "ecdsa" isn't always supported depends on OpenSSL.
 #  #
   pre-configure:
           cd ${WRKSRC} && autoconf -i
   
 post-configure:  post-configure:
         if ${EGREP} -q '^\#define[      ]+OPENSSL_HAS_ECC' \          if ${EGREP} -q '^\#define[      ]+OPENSSL_HAS_ECC' \
             ${WRKSRC}/config.h; then \              ${WRKSRC}/config.h; then \

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.230.2.2

CVSweb <webmaster@jp.NetBSD.org>