Index: head/security/highwayhash/Makefile =================================================================== --- head/security/highwayhash/Makefile (revision 533385) +++ head/security/highwayhash/Makefile (revision 533386) @@ -1,27 +1,26 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= highwayhash -PORTVERSION= g20190324 -PORTREVISION= 1 +PORTVERSION= g20191102 PORTEPOCH= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Fast strong hash functions: SipHash/HighwayHash LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms' BROKEN_powerpc64= fails to compile: g++6: error: unrecognized command line option '-mavx2' ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h -USES= compiler:c++11-lib gmake +USES= compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 30bd801 +GH_TAGNAME= 0aaf66bb8a1634ceee4b778df51a652bdf4e1f17 USE_LDCONFIG= yes .include Index: head/security/highwayhash/distinfo =================================================================== --- head/security/highwayhash/distinfo (revision 533385) +++ head/security/highwayhash/distinfo (revision 533386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563763616 -SHA256 (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 9a00d0a1b28e57ec9a20487e975dcb023536c6944d2ece1ed24ffd1e62f34b63 -SIZE (google-highwayhash-g20190324-30bd801_GH0.tar.gz) = 158965 +TIMESTAMP = 1588185631 +SHA256 (google-highwayhash-g20191102-0aaf66bb8a1634ceee4b778df51a652bdf4e1f17_GH0.tar.gz) = a850ffb5f83854c22afa2350cca177ba00a4e2058e99f0c79bc8901dd3c08d1b +SIZE (google-highwayhash-g20191102-0aaf66bb8a1634ceee4b778df51a652bdf4e1f17_GH0.tar.gz) = 159261 Index: head/security/highwayhash/files/patch-Makefile =================================================================== --- head/security/highwayhash/files/patch-Makefile (nonexistent) +++ head/security/highwayhash/files/patch-Makefile (revision 533386) @@ -0,0 +1,11 @@ +--- Makefile.orig 2020-04-29 18:43:05 UTC ++++ Makefile +@@ -1,7 +1,7 @@ + # We assume X64 unless HH_POWER, HH_ARM, or HH_AARCH64 are defined. + + override CPPFLAGS += -I. +-override CXXFLAGS += -std=c++11 -Wall -O3 -fPIC -pthread ++override CXXFLAGS += -std=c++11 -Wall -fPIC -pthread + override LDFLAGS += -pthread + + PREFIX ?= /usr/local Property changes on: head/security/highwayhash/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property