mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
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
This commit is contained in:
parent
71d258f796
commit
a628b19fb1
2 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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) = 93409
|
||||
|
|
Loading…
Add table
Reference in a new issue