Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 13:35:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390569 - head/security/hpenc
Message-ID:  <201506251335.t5PDZgEA082815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 25 13:35:42 2015
New Revision: 390569
URL: https://svnweb.freebsd.org/changeset/ports/390569

Log:
  - Mark BROKEN on 9.x:
  
  aead.cc:84:32: error: 'EVP_aes_128_ctr' was not declared in this scope
  
  Approved by:	portmgr blanket
  Submitted by:	pkg-fallout

Modified:
  head/security/hpenc/Makefile

Modified: head/security/hpenc/Makefile
==============================================================================
--- head/security/hpenc/Makefile	Thu Jun 25 13:12:20 2015	(r390568)
+++ head/security/hpenc/Makefile	Thu Jun 25 13:35:42 2015	(r390569)
@@ -11,6 +11,8 @@ COMMENT=	Fast authenticated encryption C
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_FreeBSD_9=	does not build
+
 USES=		tar:xz compiler:c++11-lib gmake
 USE_OPENSSL=	yes
 PLIST_FILES=	bin/hpenc man/man1/hpenc.1.gz



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