From a976c75dcaef2aa9c10096a8077ce2229cffdbab Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 25 Jun 2015 13:35:42 +0000 Subject: [PATCH] - 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 --- security/hpenc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index 15b2b22c79e6..a48ec8048985 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -11,6 +11,8 @@ COMMENT= Fast authenticated encryption CLI tool 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