summaryrefslogtreecommitdiff
path: root/sysutils/pciutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r--sysutils/pciutils/Makefile4
-rw-r--r--sysutils/pciutils/distinfo10
-rw-r--r--sysutils/pciutils/patches/patch-aa30
3 files changed, 23 insertions, 21 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index b14ffae7af7..422fea361ca 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2009/05/01 14:50:38 zafer Exp $
+# $NetBSD: Makefile,v 1.15 2009/07/08 06:00:47 hasso Exp $
-DISTNAME= pciutils-3.0.2
+DISTNAME= pciutils-3.1.3
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 23e903b9ca2..7acf1ad174c 100644
--- a/sysutils/pciutils/distinfo
+++ b/sysutils/pciutils/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2008/11/03 22:01:29 bjs Exp $
+$NetBSD: distinfo,v 1.6 2009/07/08 06:00:47 hasso Exp $
-SHA1 (pciutils-3.0.2.tar.gz) = 4591785f6f70ed44e593933bb34012d83b4c3853
-RMD160 (pciutils-3.0.2.tar.gz) = bab0a8261267dd7be50c29984c1d813174c4a0f7
-Size (pciutils-3.0.2.tar.gz) = 270474 bytes
-SHA1 (patch-aa) = fd5bbbc34e64ee9d989256d0defac03c581f8e80
+SHA1 (pciutils-3.1.3.tar.gz) = 7b7e473fe6778829db5cac9de60b3f10030a6c0d
+RMD160 (pciutils-3.1.3.tar.gz) = f0f23de4582a2d66a551588e80c5001256ba5f71
+Size (pciutils-3.1.3.tar.gz) = 296808 bytes
+SHA1 (patch-aa) = 16e03deaec5e918bca910f3b53e86920d8b4e9b2
SHA1 (patch-ab) = 1448bb418cdc908eb6652cc98994d23d0d78cea0
SHA1 (patch-ac) = c917e8ad2d1e87fa65a2d8f3256afd40d5a87396
diff --git a/sysutils/pciutils/patches/patch-aa b/sysutils/pciutils/patches/patch-aa
index 1f4844723a7..9ef5094bcc6 100644
--- a/sysutils/pciutils/patches/patch-aa
+++ b/sysutils/pciutils/patches/patch-aa
@@ -1,19 +1,19 @@
-$NetBSD: patch-aa,v 1.4 2008/11/03 22:01:29 bjs Exp $
+$NetBSD: patch-aa,v 1.5 2009/07/08 06:00:47 hasso Exp $
---- Makefile.orig 2008-09-19 14:09:09.000000000 -0400
-+++ Makefile
+--- Makefile.orig 2009-02-01 18:49:22 +0200
++++ Makefile 2009-06-19 11:24:05 +0300
@@ -1,8 +1,7 @@
# Makefile for The PCI Utilities
- # (c) 1998--2008 Martin Mares <mj@ucw.cz>
+ # (c) 1998--2009 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
++CFLAGS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
- VERSION=3.0.2
- DATE=2008-09-19
-@@ -12,7 +11,7 @@ HOST=
- RELEASE=
+ VERSION=3.1.3
+ DATE=2009-07-04
+@@ -13,7 +12,7 @@ RELEASE=
+ CROSS_COMPILE=
# Support for compressed pci.ids (yes/no, default: detect)
-ZLIB=
@@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.4 2008/11/03 22:01:29 bjs Exp $
# Support for resolving ID's by DNS (yes/no, default: detect)
DNS=
-@@ -21,22 +20,22 @@ DNS=
+@@ -22,23 +21,23 @@ DNS=
SHARED=no
# ABI version suffix in the name of the shared library
@@ -46,13 +46,15 @@ $NetBSD: patch-aa,v 1.4 2008/11/03 22:01:29 bjs Exp $
-INSTALL=install
-DIRINSTALL=install -d
-STRIP=-s
+-CC=$(CROSS_COMPILE)gcc
+#INSTALL=install
-+#DIRINSTALL=$(INSTALL) -d
++#DIRINSTALL=install -d
+#STRIP=-s
- AR=ar
- RANLIB=ranlib
++#CC=$(CROSS_COMPILE)gcc
+ AR=$(CROSS_COMPILE)ar
+ RANLIB=$(CROSS_COMPILE)ranlib
-@@ -90,23 +89,31 @@ distclean: clean
+@@ -100,23 +99,31 @@ distclean: clean
install: all
# -c is ignored on Linux, but required on FreeBSD