svn commit: r390569 - head/security/hpenc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 13:35:43 UTC 2015


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


More information about the svn-ports-all mailing list