diff options
author | msaitoh <msaitoh@pkgsrc.org> | 2020-05-13 05:28:23 +0000 |
---|---|---|
committer | msaitoh <msaitoh@pkgsrc.org> | 2020-05-13 05:28:23 +0000 |
commit | f9320a1ec98e4990c0ff6954f68f81d90b23349c (patch) | |
tree | 86a2dc5beb2c7471736c5fd35fd5c076b77faea3 /sysutils/dmidecode/Makefile | |
parent | 5f8fd8ef33885ce0cec56f224d0b2f9b2a493377 (diff) | |
download | pkgsrc-f9320a1ec98e4990c0ff6954f68f81d90b23349c.tar.gz |
Add thtree officially recommended patches to sysutils/dmidecode:
2020-03-23 Jean Delvare <jdelvare@suse.de>
Print type 33 name unconditionally.
Even if a type 33 structure is too short, we can still display its
type name as we do for all other structure types.
2020-03-23 Jean Delvare <jdelvare@suse.de>
Don't choke on invalid processor voltage.
If the processor voltage encoding has some of the reserved bits set
and none of the proper bits set, print it as "Unknown" instead of an
empty field.
2020-03-23 Jean Delvare <jdelvare@suse.de>
Fix the alignment of type 25 name.
No tabulation needed before DMI structure names.
Diffstat (limited to 'sysutils/dmidecode/Makefile')
-rw-r--r-- | sysutils/dmidecode/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile index 3c619d9ce1c..dfdf4411ded 100644 --- a/sysutils/dmidecode/Makefile +++ b/sysutils/dmidecode/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2020/04/20 19:28:34 triaxx Exp $ +# $NetBSD: Makefile,v 1.32 2020/05/13 05:28:23 msaitoh Exp $ # DISTNAME= dmidecode-3.2 -PKGREVISION= 6 +PKGREVISION= 7 EXTRACT_SUFX= .tar.xz CATEGORIES= sysutils MASTER_SITES= http://download.savannah.gnu.org/releases/dmidecode/ @@ -19,6 +19,9 @@ PATCHFILES+= 74dfb854b8199ddb0a27e89296fa565f4706cb9d PATCHFILES+= e12ec26e19e02281d3e7258c3aabb88a5cf5ec1d PATCHFILES+= 1d0db85949a5bdd96375f6131d393a11204302a6 PATCHFILES+= fd08479625b5845e4d725ab628628f7ebfccc407 +PATCHFILES+= 65438a7ec0f4cddccf810136da6f280bd148af71 +PATCHFILES+= 5bb7eb173b72256f70c6b3f3916d7a444be93340 +PATCHFILES+= 557c3c373a9992d45d4358a6a2ccf53b03276f39 PATCH_DIST_STRIP= -p1 MAKE_FLAGS+= CFLAGS=${CFLAGS:Q} |