Sun Feb 26 06:44:17 2017 UTC ()
Updated sysutils/pciutils to 3.5.4.

2017-02-25  Martin Mares <mj@ucw.cz>

	* Released as 3.5.4.

	* Previous version broke compilation on systems, for which lib/types.h
	  did not provide a 64-bit integer type. It is provided everywhere now.


(msaitoh)
diff -r1.34 -r1.35 pkgsrc/sysutils/pciutils/Makefile
diff -r1.24 -r1.25 pkgsrc/sysutils/pciutils/distinfo
diff -r1.17 -r1.18 pkgsrc/sysutils/pciutils/patches/patch-aa
diff -r1.1 -r0 pkgsrc/sysutils/pciutils/patches/patch-lib_types.h

cvs diff -r1.34 -r1.35 pkgsrc/sysutils/pciutils/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/pciutils/Makefile 2017/02/16 05:52:55 1.34
+++ pkgsrc/sysutils/pciutils/Makefile 2017/02/26 06:44:17 1.35
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2017/02/16 05:52:55 msaitoh Exp $ 1# $NetBSD: Makefile,v 1.35 2017/02/26 06:44:17 msaitoh Exp $
2 2
3DISTNAME= pciutils-3.5.3 3DISTNAME= pciutils-3.5.4
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ 5MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
6MASTER_SITES+= ftp://ftp.kernel.org/pub/software/utils/pciutils/ 6MASTER_SITES+= ftp://ftp.kernel.org/pub/software/utils/pciutils/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://mj.ucw.cz/pciutils.shtml 9HOMEPAGE= http://mj.ucw.cz/pciutils.shtml
10COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8) 10COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8)
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* 14ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
15ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-* 15ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-*
16 16

cvs diff -r1.24 -r1.25 pkgsrc/sysutils/pciutils/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/pciutils/distinfo 2017/02/16 05:52:55 1.24
+++ pkgsrc/sysutils/pciutils/distinfo 2017/02/26 06:44:17 1.25
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1$NetBSD: distinfo,v 1.24 2017/02/16 05:52:55 msaitoh Exp $ 1$NetBSD: distinfo,v 1.25 2017/02/26 06:44:17 msaitoh Exp $
2 2
3SHA1 (pciutils-3.5.3.tar.gz) = 768a591dcb9da28f1a4a4dbf026140dd62208c5b 3SHA1 (pciutils-3.5.4.tar.gz) = 4fc1ec91181a1211e7af0f1889b14d17dc431532
4RMD160 (pciutils-3.5.3.tar.gz) = 52a1486835058db5f150f9b8c94329208740d06a 4RMD160 (pciutils-3.5.4.tar.gz) = 84d20c85a6b02cb0fb427d303cdc24ce458d227c
5SHA512 (pciutils-3.5.3.tar.gz) = aa0232d3a8d3d1fdc15b790bfed46070de4db0d7ca2cff79122200d6002b709e20383a44558c1735da46e920500d9eb2159983148c766bef91a42545cfe2cc58 5SHA512 (pciutils-3.5.4.tar.gz) = 502a28ba0e159c5df6b832585fb3db581c54bbde1ed17ddbf7f6e31fc2a145c8c6736be98876e0fe3b6e679ea39efb6b069417e2f4f0ec0a03b015e2eff4530b
6Size (pciutils-3.5.3.tar.gz) = 423828 bytes 6Size (pciutils-3.5.4.tar.gz) = 418401 bytes
7SHA1 (patch-aa) = 9396085bde1aee4ef07decd08d1d5db3217aab4a 7SHA1 (patch-aa) = bda21718adc90e0b115c41e872f008bde3c4d521
8SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536 8SHA1 (patch-ab) = 881db39792c9d72f527438e2b475ac2ea842b536
9SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29 9SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
10SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37 10SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37
11SHA1 (patch-lib_types.h) = 2766833ba945d2fc71aa36bd6ebfac0e511fd8cb 

cvs diff -r1.17 -r1.18 pkgsrc/sysutils/pciutils/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/sysutils/pciutils/patches/patch-aa 2017/02/16 05:52:55 1.17
+++ pkgsrc/sysutils/pciutils/patches/patch-aa 2017/02/26 06:44:17 1.18
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1--- Makefile.orig 2017-02-15 18:17:08.000000000 +0900 1--- Makefile.orig 2017-02-26 07:58:49.000000000 +0900
2+++ Makefile 2017-02-16 12:34:04.536298774 +0900 2+++ Makefile 2017-02-26 15:40:04.602258606 +0900
3@@ -1,8 +1,7 @@ 3@@ -1,8 +1,7 @@
4 # Makefile for The PCI Utilities 4 # Makefile for The PCI Utilities
5 # (c) 1998--2017 Martin Mares <mj@ucw.cz> 5 # (c) 1998--2017 Martin Mares <mj@ucw.cz>
6  6
7-OPT=-O2 7-OPT=-O2
8-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes 8-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
9+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes 9+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
10  10
11 VERSION=3.5.3 11 VERSION=3.5.4
12 DATE=2017-02-15 12 DATE=2017-02-25
13@@ -13,7 +12,7 @@ RELEASE= 13@@ -13,7 +12,7 @@ RELEASE=
14 CROSS_COMPILE= 14 CROSS_COMPILE=
15  15
16 # Support for compressed pci.ids (yes/no, default: detect) 16 # Support for compressed pci.ids (yes/no, default: detect)
17-ZLIB= 17-ZLIB=
18+ZLIB=no 18+ZLIB=no
19  19
20 # Support for resolving ID's by DNS (yes/no, default: detect) 20 # Support for resolving ID's by DNS (yes/no, default: detect)
21 DNS= 21 DNS=
22@@ -29,23 +28,23 @@ HWDB= 22@@ -29,23 +28,23 @@ HWDB=
23  23
24 # ABI version suffix in the name of the shared library 24 # ABI version suffix in the name of the shared library
25 # (as we use proper symbol versioning, this seldom needs changing) 25 # (as we use proper symbol versioning, this seldom needs changing)

File Deleted: pkgsrc/sysutils/pciutils/patches/Attic/patch-lib_types.h