svn commit: r487025 - head/audio/umurmur

Tobias Kortkamp tobik at FreeBSD.org
Sun Dec 9 06:15:41 UTC 2018


Author: tobik
Date: Sun Dec  9 06:15:39 2018
New Revision: 487025
URL: https://svnweb.freebsd.org/changeset/ports/487025

Log:
  audio/umurmur builds fine with OpenSSL 1.1.1
  
  http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/umurmur-0.2.17_1.log

Modified:
  head/audio/umurmur/Makefile

Modified: head/audio/umurmur/Makefile
==============================================================================
--- head/audio/umurmur/Makefile	Sun Dec  9 06:10:49 2018	(r487024)
+++ head/audio/umurmur/Makefile	Sun Dec  9 06:15:39 2018	(r487025)
@@ -14,8 +14,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_aarch64=		fails to compile: fatal error: byteswap.h file not found
 BROKEN_armv6=		fails to compile: fatal error: byteswap.h file not found
-BROKEN_SSL=		openssl111
-BROKEN_SSL_REASON_openssl111=	configure: error: could not find libcrypto
 
 LIB_DEPENDS=	libconfig.so:devel/libconfig \
 		libprotobuf-c.so:devel/protobuf-c


More information about the svn-ports-head mailing list