summaryrefslogtreecommitdiff
path: root/sysutils/pciutils
diff options
context:
space:
mode:
authormsaitoh <msaitoh>2014-05-25 07:15:40 +0000
committermsaitoh <msaitoh>2014-05-25 07:15:40 +0000
commita24872730a017aa74a0078a39b532e05b61ded7e (patch)
treed194995a128d78ce966fbbdbb2e8b22051e97f40 /sysutils/pciutils
parent4599eaf0f4ff9f0370c57ed004c6c712618dd951 (diff)
downloadpkgsrc-a24872730a017aa74a0078a39b532e05b61ded7e.tar.gz
Update pciutils to pciutils-3.2.1.
Changes from previous: 2013-11-10 Martin Mares <mj@ucw.cz> * Released as 3.2.1. * CardBus bridge capabilities are displayed. * PCIe L1 PM substates are decoded. * Various bugs were fixed in decoding of PCIe capabilities. * The sysfs back-end does not spit out unnecessary warnings when empty slots report only a partial device address. This actually happens on IBM pSeries. * Updated pci.ids to the today's snapshot of the database. 2013-04-19 Martin Mares <mj@ucw.cz> * Released as 3.2.0. * On newer Linux systems, we use libkmod to look up kernel modules (modules.pcimap no longer exists.) To facilitate this, libpci is able to look up module aliases in sysfs. * Various minor bug fixes. * Updated pci.ids to the today's snapshot of the database.
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r--sysutils/pciutils/Makefile4
-rw-r--r--sysutils/pciutils/distinfo10
-rw-r--r--sysutils/pciutils/patches/patch-aa35
3 files changed, 25 insertions, 24 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index 4d9606b20c1..d3c44379417 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2012/12/19 14:05:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2014/05/25 07:15:40 msaitoh Exp $
-DISTNAME= pciutils-3.1.10
+DISTNAME= pciutils-3.2.1
CATEGORIES= sysutils
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
ftp://ftp.kernel.org/pub/software/utils/pciutils/
diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo
index e7d2de1850c..6d72c29cdb3 100644
--- a/sysutils/pciutils/distinfo
+++ b/sysutils/pciutils/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2012/07/01 15:49:14 wiz Exp $
+$NetBSD: distinfo,v 1.10 2014/05/25 07:15:40 msaitoh Exp $
-SHA1 (pciutils-3.1.10.tar.gz) = 01eed212edfa5bbfedcf86d177ae2df4a4007d61
-RMD160 (pciutils-3.1.10.tar.gz) = e22ad4b49b077c210c5bdb8ee8e0373fc72d11de
-Size (pciutils-3.1.10.tar.gz) = 345149 bytes
-SHA1 (patch-aa) = 87071b0cb4173499b778ddccb633c88b490922a7
+SHA1 (pciutils-3.2.1.tar.gz) = 06a92123907d717efb703c3e90a0c46e1d0beef4
+RMD160 (pciutils-3.2.1.tar.gz) = d7e6a710e78d2acad54832bcedb3acf50e4902fb
+Size (pciutils-3.2.1.tar.gz) = 367046 bytes
+SHA1 (patch-aa) = b9523baf3214ce587d2e505c6dacc18105a28e63
SHA1 (patch-ab) = 1448bb418cdc908eb6652cc98994d23d0d78cea0
SHA1 (patch-ac) = 4b90e99c051391b9cd3a6c1f5781f41b4a855c29
SHA1 (patch-ad) = bfe9069e96fd46798afec73c93ad71db3a0e0e37
diff --git a/sysutils/pciutils/patches/patch-aa b/sysutils/pciutils/patches/patch-aa
index a5f13cfc8fb..0f7a2a9bf1a 100644
--- a/sysutils/pciutils/patches/patch-aa
+++ b/sysutils/pciutils/patches/patch-aa
@@ -1,18 +1,18 @@
-$NetBSD: patch-aa,v 1.7 2012/07/01 15:49:14 wiz Exp $
+$Id: patch-aa,v 1.8 2014/05/25 07:15:40 msaitoh Exp $
---- Makefile.orig 2012-06-25 12:45:14.000000000 +0000
-+++ Makefile
+--- Makefile.orig 2013-11-10 21:22:09.000000000 +0900
++++ Makefile 2014-05-22 18:50:07.000000000 +0900
@@ -1,8 +1,7 @@
# Makefile for The PCI Utilities
- # (c) 1998--2012 Martin Mares <mj@ucw.cz>
+ # (c) 1998--2013 Martin Mares <mj@ucw.cz>
-OPT=-O2
-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
+CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
- VERSION=3.1.10
- DATE=2012-06-25
-@@ -13,7 +12,7 @@ RELEASE=
+ VERSION=3.2.1
+ DATE=2013-11-10
+@@ -13,7 +12,7 @@
CROSS_COMPILE=
# Support for compressed pci.ids (yes/no, default: detect)
@@ -21,10 +21,10 @@ $NetBSD: patch-aa,v 1.7 2012/07/01 15:49:14 wiz Exp $
# Support for resolving ID's by DNS (yes/no, default: detect)
DNS=
-@@ -22,23 +21,23 @@ DNS=
- SHARED=no
+@@ -26,23 +25,23 @@
# ABI version suffix in the name of the shared library
+ # (as we use proper symbol versioning, this seldom needs changing)
-ABI_VERSION=.3
+ABI_VERSION=-version-info 3:0
@@ -54,7 +54,7 @@ $NetBSD: patch-aa,v 1.7 2012/07/01 15:49:14 wiz Exp $
AR=$(CROSS_COMPILE)ar
RANLIB=$(CROSS_COMPILE)ranlib
-@@ -100,23 +99,31 @@ distclean: clean
+@@ -107,12 +106,18 @@
install: all
# -c is ignored on Linux, but required on FreeBSD
@@ -77,23 +77,24 @@ $NetBSD: patch-aa,v 1.7 2012/07/01 15:49:14 wiz Exp $
+ done
+ $(BSD_INSTALL_MAN) pcilib.7 $(DESTDIR)$(MANDIR)/man7
ifeq ($(SHARED),yes)
+ ln -sf $(PCILIB) $(DESTDIR)$(LIBDIR)/$(LIBNAME).so$(ABI_VERSION)
+ endif
+@@ -122,13 +127,14 @@
+ endif
+
+ install-pcilib: lib/$(PCILIB)
- $(DIRINSTALL) -m 755 $(DESTDIR)$(LIBDIR)
- $(INSTALL) -c -m 644 lib/$(PCILIB) $(DESTDIR)$(LIBDIR)
+ $(BSD_INSTALL_LIB_DIR) $(DESTDIR)$(LIBDIR)
+ $(BSD_INSTALL_LIB) lib/$(PCILIB) $(DESTDIR)$(LIBDIR)
- ln -sf $(PCILIB) $(DESTDIR)$(LIBDIR)/$(LIBNAME).so$(ABI_VERSION)
- endif
- install-lib: $(PCIINC_INS) lib/$(PCILIB) lib/$(PCILIBPC)
-- $(DIRINSTALL) -m 755 $(DESTDIR)$(INCDIR)/pci $(DESTDIR)$(LIBDIR) $(DESTDIR)$(PKGCFDIR)
+ install-lib: $(PCIINC_INS) lib/$(PCILIBPC) install-pcilib
+- $(DIRINSTALL) -m 755 $(DESTDIR)$(INCDIR)/pci $(DESTDIR)$(PKGCFDIR)
- $(INSTALL) -c -m 644 $(PCIINC_INS) $(DESTDIR)$(INCDIR)/pci
-- $(INSTALL) -c -m 644 lib/$(PCILIB) $(DESTDIR)$(LIBDIR)
- $(INSTALL) -c -m 644 lib/$(PCILIBPC) $(DESTDIR)$(PKGCFDIR)
+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(INCDIR)
-+ $(BSD_INSTALL_LIB_DIR) $(DESTDIR)$(LIBDIR)
+ $(BSD_INSTALL_DATA_DIR) $(DESTDIR)$(PKGCFDIR)
+ $(BSD_INSTALL_DATA) $(PCIINC_INS) $(DESTDIR)$(INCDIR)
-+ $(BSD_INSTALL_LIB) lib/$(PCILIB) $(DESTDIR)$(LIBDIR)
+ $(BSD_INSTALL_DATA) lib/$(PCILIBPC) $(DESTDIR)$(PKGCFDIR)
ifeq ($(SHARED),yes)
ln -sf $(LIBNAME).so$(ABI_VERSION) $(DESTDIR)$(LIBDIR)/$(LIBNAME).so