Date: Wed, 26 Feb 2025 09:54:34 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a628b19fb172 - main - sysutils/cpuid2cpuflags: update the port to version 15 Message-ID: <202502260954.51Q9sYLb034644@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=a628b19fb1720ec37f443612cad3007f0a128981 commit a628b19fb1720ec37f443612cad3007f0a128981 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-02-26 09:53:12 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-02-26 09:53:12 +0000 sysutils/cpuid2cpuflags: update the port to version 15 - The code had been relicensed to GPL-2.0-or-later - Added SVE2 feature flag detection for AArch64 - Added Ryzen 7 PRO 7840U to the test data - Switch to bootstrapped static .tar.bz2 tarball Reported by: portscout --- sysutils/cpuid2cpuflags/Makefile | 10 ++++------ sysutils/cpuid2cpuflags/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/sysutils/cpuid2cpuflags/Makefile b/sysutils/cpuid2cpuflags/Makefile index d907e993763d..ef349b114f15 100644 --- a/sysutils/cpuid2cpuflags/Makefile +++ b/sysutils/cpuid2cpuflags/Makefile @@ -1,19 +1,17 @@ PORTNAME= cpuid2cpuflags -PORTVERSION= 14 -DISTVERSIONPREFIX= v +PORTVERSION= 15 CATEGORIES= sysutils +MASTER_SITES= ${WWW}/releases/download/v${PORTVERSION}/ MAINTAINER= danfe@FreeBSD.org COMMENT= Tool to generate CPU_FLAGS_* for your CPU WWW= https://github.com/projg2/cpuid2cpuflags -LICENSE= BSD2CLAUSE +LICENSE= GPLv2+ BROKEN_riscv64= fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report" -USES= autoreconf -USE_GITHUB= yes -GH_ACCOUNT= projg2 +USES= tar:bzip2 GNU_CONFIGURE= yes TEST_TARGET= check diff --git a/sysutils/cpuid2cpuflags/distinfo b/sysutils/cpuid2cpuflags/distinfo index 3648ded5382b..0661f4b08a8d 100644 --- a/sysutils/cpuid2cpuflags/distinfo +++ b/sysutils/cpuid2cpuflags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705929188 -SHA256 (projg2-cpuid2cpuflags-v14_GH0.tar.gz) = d87e3993cb2a4482a512bfce9415b9247b60c69719b1bf46a745c45d511fc570 -SIZE (projg2-cpuid2cpuflags-v14_GH0.tar.gz) = 11376 +TIMESTAMP = 1739113846 +SHA256 (cpuid2cpuflags-15.tar.bz2) = 37c6458c6ff3326f96462600de460e1284e80a3507cdc77062539f2477a69a4b +SIZE (cpuid2cpuflags-15.tar.bz2) = 93409home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502260954.51Q9sYLb034644>
