Date: Fri, 24 Mar 2023 20:57:04 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 71ee897a4dfb - main - benchmarks/plow: fix build on riscv64 Message-ID: <202303242057.32OKv4h3088842@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=71ee897a4dfb8c2b3a5923566ba99f3a1b7f2f6c commit 71ee897a4dfb8c2b3a5923566ba99f3a1b7f2f6c Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-24 17:39:17 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-24 20:54:55 +0000 benchmarks/plow: fix build on riscv64 Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) --- benchmarks/plow/Makefile | 8 +++++++- benchmarks/plow/distinfo | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index ca710d8e7ffc..c7d75c915aff 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -1,7 +1,7 @@ PORTNAME= plow DISTVERSIONPREFIX= v DISTVERSION= 1.3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks MAINTAINER= 0xdutra@gmail.com @@ -12,9 +12,15 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules +USE_GITHUB= nodefault +GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/six-ddc/plow PLIST_FILES= bin/${PORTNAME} +pre-build: + ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys + ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys + .include <bsd.port.mk> diff --git a/benchmarks/plow/distinfo b/benchmarks/plow/distinfo index 0ef2c33ffb2b..5e2ce93d9491 100644 --- a/benchmarks/plow/distinfo +++ b/benchmarks/plow/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1664069439 +TIMESTAMP = 1679678974 SHA256 (go/benchmarks_plow/plow-v1.3.1/v1.3.1.mod) = 3ac99f55827a991f72a1d5ae368ae18355e4dfb1904cc10310416ca916ad3035 SIZE (go/benchmarks_plow/plow-v1.3.1/v1.3.1.mod) = 1187 SHA256 (go/benchmarks_plow/plow-v1.3.1/v1.3.1.zip) = 264c905be837d437f5b761f8a9a98609f23eec5189ed0d60c1fab6d21c9b7f43 SIZE (go/benchmarks_plow/plow-v1.3.1/v1.3.1.zip) = 2645687 +SHA256 (go/benchmarks_plow/plow-v1.3.1/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 +SIZE (go/benchmarks_plow/plow-v1.3.1/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303242057.32OKv4h3088842>