Fri May 20 04:23:56 2016 UTC ()
Update pciutils to 3.5.0.

2016-05-19  Martin Mares <mj@ucw.cz>

	* Released as 3.5.0.

	* New capabilities decoded: Downstream Port Containment,
	  Precision Time Measurement. Thanks to Keith Busch and
	  Jonathan Yong.

	* Domain numbers extended to 31 bits. This will be used by the
	  Linux kernel on some machines in near future.

	* Enhanced allocation regions are now decoded on Linux.

	* The NetBSD back-end supports PCIe extended configuration space.

	* Updated pci.ids to the current snapshot of the database.


(msaitoh)
diff -r1.29 -r1.30 pkgsrc/sysutils/pciutils/Makefile
diff -r1.20 -r1.21 pkgsrc/sysutils/pciutils/distinfo
diff -r1.13 -r1.14 pkgsrc/sysutils/pciutils/patches/patch-aa
diff -r1.2 -r0 pkgsrc/sysutils/pciutils/patches/patch-lib_nbsd_libpci.c

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

--- pkgsrc/sysutils/pciutils/Makefile 2016/04/14 23:21:45 1.29
+++ pkgsrc/sysutils/pciutils/Makefile 2016/05/20 04:23:56 1.30
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.29 2016/04/14 23:21:45 khorben Exp $ 1# $NetBSD: Makefile,v 1.30 2016/05/20 04:23:56 msaitoh Exp $
2 2
3DISTNAME= pciutils-3.4.1 3DISTNAME= pciutils-3.5.0
4PKGREVISION= 1 
5CATEGORIES= sysutils 4CATEGORIES= sysutils
6MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ 5MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
7 ftp://ftp.kernel.org/pub/software/utils/pciutils/ 6 ftp://ftp.kernel.org/pub/software/utils/pciutils/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://mj.ucw.cz/pciutils.shtml 9HOMEPAGE= http://mj.ucw.cz/pciutils.shtml
11COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8) 10COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8)
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
15ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* 14ONLY_FOR_PLATFORM= AIX-*-* Darwin-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
16ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-* 15ONLY_FOR_PLATFORM+= DragonFly-*-* OpenBSD-*-* SunOS-5.11-* Haiku-*-*
17 16

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

--- pkgsrc/sysutils/pciutils/distinfo 2016/02/15 00:51:13 1.20
+++ pkgsrc/sysutils/pciutils/distinfo 2016/05/20 04:23:56 1.21
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1$NetBSD: distinfo,v 1.20 2016/02/15 00:51:13 msaitoh Exp $ 1$NetBSD: distinfo,v 1.21 2016/05/20 04:23:56 msaitoh Exp $
2 2
3SHA1 (pciutils-3.4.1.tar.gz) = e1d214c27ac11d4b397c607acc16baffff157ddd 3SHA1 (pciutils-3.5.0.tar.gz) = 74828d9b81f935bfa9bed32528c5a8c26ab20128
4RMD160 (pciutils-3.4.1.tar.gz) = cc2149d5017e61c48cab1ab3ae7da0c20c79db2b 4RMD160 (pciutils-3.5.0.tar.gz) = 6187a37acb00fa329983e0ff471e7468b9fad018
5SHA512 (pciutils-3.4.1.tar.gz) = 41c2c05952648ec9eb637c41419d5580c24f6479d90bbc0c0b09ec50cb228c3a2db7bd4afedbc199e8e4e49fe6052f638cb777b09b212ec0ee4b493497f4183e 5SHA512 (pciutils-3.5.0.tar.gz) = d841da9bf7d7d67d60257c7d42d7ff5e38bc232098b185657a171561b42d08abd4c0a22fbed19e857db08a39ac9fc929dd35e1187e6da02cc8a45a0481051288
6Size (pciutils-3.4.1.tar.gz) = 398904 bytes 6Size (pciutils-3.5.0.tar.gz) = 412990 bytes
7SHA1 (patch-aa) = f24ba8f6c55ef766abe5aeaa49cb53ceec699dbb 7SHA1 (patch-aa) = 38975ffa00d8fea74351f6d49bd4c32013f48734
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_nbsd_libpci.c) = 1fb1f3bddf939fa9c663f16327fa7d7f39c0d354 

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

--- pkgsrc/sysutils/pciutils/patches/patch-aa 2016/02/15 00:51:13 1.13
+++ pkgsrc/sysutils/pciutils/patches/patch-aa 2016/05/20 04:23:56 1.14
@@ -1,27 +1,25 @@ @@ -1,27 +1,25 @@
1$NetBSD: patch-aa,v 1.13 2016/02/15 00:51:13 msaitoh Exp $ 1--- Makefile.orig 2016-05-20 00:43:00.000000000 +0900
2 2+++ Makefile 2016-05-20 13:10:34.284738340 +0900
3--- Makefile.orig 2016-01-03 23:19:13.000000000 +0900 
4+++ Makefile 2016-02-12 18:11:55.383839862 +0900 
5@@ -1,8 +1,7 @@ 3@@ -1,8 +1,7 @@
6 # Makefile for The PCI Utilities 4 # Makefile for The PCI Utilities
7 # (c) 1998--2016 Martin Mares <mj@ucw.cz> 5 # (c) 1998--2016 Martin Mares <mj@ucw.cz>
8  6
9-OPT=-O2 7-OPT=-O2
10-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes 8-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
11+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes 9+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
12  10
13 VERSION=3.4.1 11 VERSION=3.5.0
14 DATE=2016-01-03 12 DATE=2016-05-19
15@@ -13,7 +12,7 @@ 13@@ -13,7 +12,7 @@
16 CROSS_COMPILE= 14 CROSS_COMPILE=
17  15
18 # Support for compressed pci.ids (yes/no, default: detect) 16 # Support for compressed pci.ids (yes/no, default: detect)
19-ZLIB= 17-ZLIB=
20+ZLIB=no 18+ZLIB=no
21  19
22 # Support for resolving ID's by DNS (yes/no, default: detect) 20 # Support for resolving ID's by DNS (yes/no, default: detect)
23 DNS= 21 DNS=
24@@ -29,23 +28,23 @@ 22@@ -29,23 +28,23 @@
25  23
26 # ABI version suffix in the name of the shared library 24 # ABI version suffix in the name of the shared library
27 # (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_nbsd_libpci.c