svn commit: r547312 - head/benchmarks/lzbench
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Sep 2 02:37:04 UTC 2020
Author: danfe
Date: Wed Sep 2 02:37:03 2020
New Revision: 547312
URL: https://svnweb.freebsd.org/changeset/ports/547312
Log:
Update to version 1.8.1 which does not require -fcommon workaround.
Modified:
head/benchmarks/lzbench/Makefile
head/benchmarks/lzbench/distinfo
Modified: head/benchmarks/lzbench/Makefile
==============================================================================
--- head/benchmarks/lzbench/Makefile Wed Sep 2 02:36:31 2020 (r547311)
+++ head/benchmarks/lzbench/Makefile Wed Sep 2 02:37:03 2020 (r547312)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lzbench
-PORTVERSION= 1.8
+PORTVERSION= 1.8.1
DISTVERSIONPREFIX= v
CATEGORIES= benchmarks
@@ -12,9 +12,6 @@ COMMENT= In-memory benchmark of open-source LZ77/LZSS/
USES= compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= inikep
-
-# XXX: track progress at https://github.com/inikep/lzbench/issues/76
-MAKE_ENV= MOREFLAGS=-fcommon
PLIST_FILES= bin/lzbench
PORTDOCS= NEWS README.md
Modified: head/benchmarks/lzbench/distinfo
==============================================================================
--- head/benchmarks/lzbench/distinfo Wed Sep 2 02:36:31 2020 (r547311)
+++ head/benchmarks/lzbench/distinfo Wed Sep 2 02:37:03 2020 (r547312)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571945060
-SHA256 (inikep-lzbench-v1.8_GH0.tar.gz) = e1ee32a14ca8858e32571a996a197f9978e49812934a8f4d4d46c3e189b0325d
-SIZE (inikep-lzbench-v1.8_GH0.tar.gz) = 2907601
+TIMESTAMP = 1598954614
+SHA256 (inikep-lzbench-v1.8.1_GH0.tar.gz) = 57c9d18d0da90d980cd26d746ca5407a2fdfdbc0622df8f276a8462a705c9096
+SIZE (inikep-lzbench-v1.8.1_GH0.tar.gz) = 3053502
More information about the svn-ports-head
mailing list