pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils pciutils: fix PLIST issue on Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13d87d95726e
branches:  trunk
changeset: 379280:13d87d95726e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 13 23:50:46 2022 +0000

description:
pciutils: fix PLIST issue on Linux

diffstat:

 sysutils/pciutils/distinfo         |   4 ++--
 sysutils/pciutils/patches/patch-ab |  19 +++++++++++++++----
 2 files changed, 17 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 0970ef1442fb -r 13d87d95726e sysutils/pciutils/distinfo
--- a/sysutils/pciutils/distinfo        Fri May 13 23:05:52 2022 +0000
+++ b/sysutils/pciutils/distinfo        Fri May 13 23:50:46 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.40 2022/05/13 11:41:56 wiz Exp $
+$NetBSD: distinfo,v 1.41 2022/05/13 23:50:46 tnn Exp $
 
 BLAKE2s (pciutils-3.8.0.tar.gz) = ed9638a759d045122ae4b466582fa4a763d930ed8de71e59519e1f7370249d51
 SHA512 (pciutils-3.8.0.tar.gz) = 49b8ccc87cc82326744de7f0306c0245a5bb87740d3e96b18378cc07477ca176bd3ffaf699bfe9954d61381c57f65aa703c07fa6406fe2be289917dc1715600d
 Size (pciutils-3.8.0.tar.gz) = 564686 bytes
 SHA1 (patch-aa) = 9d852153dbad858a68b1f3503a98578d48cbcf4d
-SHA1 (patch-ab) = 14786e702cceaea9146f34a5a301650d2092d689
+SHA1 (patch-ab) = 01ed933aa91fd71b37e73899be816894ef4e3d8f
 SHA1 (patch-ac) = 83fd2d79a7a4a05593ccd69b9d1f38e6ec4763c8
 SHA1 (patch-lib_filter.c) = 60ab18c9cd4f9850f500f11fe837006bef93ed3a
 SHA1 (patch-lib_i386-io-sunos.h) = 4917244d39b48d38b8173cf3031281ad1c7fec24
diff -r 0970ef1442fb -r 13d87d95726e sysutils/pciutils/patches/patch-ab
--- a/sysutils/pciutils/patches/patch-ab        Fri May 13 23:05:52 2022 +0000
+++ b/sysutils/pciutils/patches/patch-ab        Fri May 13 23:50:46 2022 +0000
@@ -1,8 +1,19 @@
-$NetBSD: patch-ab,v 1.5 2020/01/23 04:26:41 msaitoh Exp $
+$NetBSD: patch-ab,v 1.6 2022/05/13 23:50:46 tnn Exp $
+
+lspci on Linux is unprivileged and wants to go in bin, not sbin.
+But that breaks our PLIST so let's not bother with that.
 
---- lib/configure.orig 2018-03-21 05:36:30.000000000 +0900
-+++ lib/configure      2019-01-25 13:38:50.273095384 +0900
-@@ -266,7 +267,7 @@ else
+--- lib/configure.orig 2022-04-15 21:57:59.000000000 +0000
++++ lib/configure
+@@ -80,7 +80,6 @@ case $sys in
+                                               ;;
+               esac
+               echo >>$c '#define PCI_HAVE_64BIT_ADDRESS'
+-              LSPCIDIR=BINDIR
+               ;;
+       sunos)
+               case $cpu in
+@@ -301,7 +300,7 @@ else
                echo >>$m 'SONAME=-Wl,-soname,$(LIBNAME).$(LIBEXT)$(ABI_VERSION)'
        fi
  fi



Home | Main Index | Thread Index | Old Index