freebsd-ports/sysutils/cpu-x/files/patch-src_databases.h
Alexey Dokuchaev 16b12f2282 Version 3.2.2 was released for `sysutils/cpu-x', but it does not build on
FreeBSD as is (was fixed in master later).  The patch which fixes the build
is actually larger than the functional difference between the two versions,
which is added support for Zen+ (Pinnacle Ridge) CPUs, so cherry-pick that
instead and instruct our dear portscout to ignore version 3.2.2 for now.

Reported by:	portscout
2018-05-04 12:00:26 +00:00

19 lines
1.3 KiB
C

--- src/databases.h.orig 2018-03-24 17:05:43 UTC
+++ src/databases.h
@@ -101,7 +101,7 @@ const Technology_DB technology_amd[] =
{ 1, -1, 20, 40 }, // Bobcat (Brazos Zacate)
{ 1, 1, 21, 32 }, // Bulldozer
{ 1, 96, 21, 28 }, // Bulldozer (Excavator: Carrizo)
- { 1, -1, 23, 14 }, // Zen (Summit Ridge)
+ { 1, -1, 23, 14 }, // Zen (Summit Ridge/Raven Ridge)
{ 2, -1, 16, 65 }, // K10 (Kuma/Agena)
{ 2, -1, 20, 40 }, // Bobcat (Brazos Desna/Ontario)
{ 2, -1, 21, 32 }, // Bulldozer (Piledriver: Vishera)
@@ -115,6 +115,7 @@ const Technology_DB technology_amd[] =
{ 8, -1, 6, 130 }, // K7 (Thoroughbred/Applebred)
{ 8, -1, 15, 65 }, // K8 (Tyler)
{ 8, -1, 21, 28 }, // Bulldozer (Steamroller: Godavari)
+ { 8, -1, 23, 12 }, // Zen+ (Pinnacle Ridge)
{ 9, -1, 16, 45 }, // Magny-Cours (Opteron)
{ 10, -1, 6, 130 }, // K7 (Barton)
{ 10, -1, 16, 45 }, // K10 (Thuban)