Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pciutils: rebuild revdeps due to ABI break
Date: Wed, 21 Dec 2022 18:07:44 +0100	[thread overview]
Message-ID: <20221221170744.W_lJL1gnP9v0kbItF0EiL_L3B_y_vigQVi4isD4ULOY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41183@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages pciutils-abi-break
https://github.com/void-linux/void-packages/pull/41183

pciutils: rebuild revdeps due to ABI break
https://github.com/pciutils/pciutils/issues/125

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
- tested by ksynwa on irc


A patch file from https://github.com/void-linux/void-packages/pull/41183.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pciutils-abi-break-41183.patch --]
[-- Type: text/x-diff, Size: 10141 bytes --]

From 7ffe0a71a65f4271cf147dbfcc1e5ff4bb431947 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:21 -0500
Subject: [PATCH 01/13] CPU-X: rebuild against pciutils-3.9.0

---
 srcpkgs/CPU-X/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index 2b0ff13ff4b4..e132a629bbfb 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,7 +1,7 @@
 # Template file for 'CPU-X'
 pkgname=CPU-X
 version=4.3.0
-revision=1
+revision=2
 archs="x86_64* i686*"
 build_style=cmake
 hostmakedepends="pkg-config nasm"

From ed45867b3cfbe03b20b934365cd986ffc190b082 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:24 -0500
Subject: [PATCH 02/13] RyzenAdj: rebuild against pciutils-3.9.0

---
 srcpkgs/RyzenAdj/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/RyzenAdj/template b/srcpkgs/RyzenAdj/template
index 36c810b52153..0ba114c383d3 100644
--- a/srcpkgs/RyzenAdj/template
+++ b/srcpkgs/RyzenAdj/template
@@ -1,7 +1,7 @@
 # Template file for 'RyzenAdj'
 pkgname=RyzenAdj
 version=0.11.1
-revision=1
+revision=2
 archs="x86_64*"
 build_style=cmake
 makedepends="pciutils-devel"

From 73f91ea952f269eac9b181f7b99173e98dc156af Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:25 -0500
Subject: [PATCH 03/13] adriconf: rebuild against pciutils-3.9.0

---
 srcpkgs/adriconf/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/adriconf/template b/srcpkgs/adriconf/template
index 8ef28c5f57c2..511b27d25657 100644
--- a/srcpkgs/adriconf/template
+++ b/srcpkgs/adriconf/template
@@ -1,7 +1,7 @@
 # Template file for 'adriconf'
 pkgname=adriconf
 version=2.5.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_UNIT_TESTS=false"
 hostmakedepends="pkg-config glib-devel gettext"

From 324cdc25df1598383c29b875fb47c50b657b3e71 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:25 -0500
Subject: [PATCH 04/13] coreboot-utils: rebuild against pciutils-3.9.0

---
 srcpkgs/coreboot-utils/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/coreboot-utils/template b/srcpkgs/coreboot-utils/template
index d7a151a92ebb..d01eb38b29c9 100644
--- a/srcpkgs/coreboot-utils/template
+++ b/srcpkgs/coreboot-utils/template
@@ -1,7 +1,7 @@
 # Template file for 'coreboot-utils'
 pkgname=coreboot-utils
 version=4.17
-revision=1
+revision=2
 archs="i686* x86_64*"
 build_wrksrc="util"
 build_style=gnu-makefile
@@ -16,7 +16,7 @@ checksum=95da11d1c6a450385101a68799258a398ce965f4e46cce6fe8d5ebd74e50c125
 do_build() {
 	for util in cbfstool cbmem ectool ifdtool inteltool intelmetool \
 		nvramtool superiotool; do
-		make ${makejobs} -C $util
+		make ${makejobs} -C $util WERROR=
 	done
 }
 

From 9e273e6b353533aa19fa50058297d19b424265c3 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:26 -0500
Subject: [PATCH 05/13] flashrom: rebuild against pciutils-3.9.0

---
 srcpkgs/flashrom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index 7c1d30c99a03..af1e0d424603 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -1,7 +1,7 @@
 # Template file for 'flashrom'
 pkgname=flashrom
 version=1.2
-revision=2
+revision=3
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="pciutils-devel libusb-compat-devel libftdi1-devel"

From 8494a4b35c5b75a3798c5d035cef0c9f4cd15425 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:26 -0500
Subject: [PATCH 06/13] growlight: rebuild against pciutils-3.9.0

---
 srcpkgs/growlight/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/growlight/template b/srcpkgs/growlight/template
index 876eb479b662..5ece3f4dc8d2 100644
--- a/srcpkgs/growlight/template
+++ b/srcpkgs/growlight/template
@@ -1,7 +1,7 @@
 # Template file for 'growlight'
 pkgname=growlight
 version=1.2.38
-revision=1
+revision=2
 build_style=cmake
 configure_args="$(vopt_bool zfs USE_LIBZFS) $(vopt_bool man USE_PANDOC)"
 hostmakedepends="pkg-config $(vopt_if man pandoc)"

From 5c3bd6fd541ce9d0c81b473fac6edd3e98483001 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:27 -0500
Subject: [PATCH 07/13] hexchat: rebuild against pciutils-3.9.0

---
 srcpkgs/hexchat/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template
index 3302adad30d8..fc9eb6395e72 100644
--- a/srcpkgs/hexchat/template
+++ b/srcpkgs/hexchat/template
@@ -1,7 +1,7 @@
 # Template file for 'hexchat'
 pkgname=hexchat
 version=2.16.1
-revision=3
+revision=4
 build_style=meson
 configure_args="-Ddbus=enabled -Dtls=enabled
  -Dwith-perl=/usr/bin/perl -Dwith-python=python3

From 4f9a108d24218851243715540295dbd77ee69fb3 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:28 -0500
Subject: [PATCH 08/13] linux-tools: rebuild against pciutils-3.9.0

---
 srcpkgs/linux-tools/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template
index 8698e4fc73c9..77e4cccaaa33 100644
--- a/srcpkgs/linux-tools/template
+++ b/srcpkgs/linux-tools/template
@@ -1,7 +1,7 @@
 # Template file for 'linux-tools'
 pkgname=linux-tools
 version=5.10.4
-revision=9
+revision=10
 build_style=meta
 hostmakedepends="asciidoc automake flex gettext libtool perl python3
  python3-docutils xmlto"

From bc16349cd72dbc1d634502416d47b0c85248dd29 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:29 -0500
Subject: [PATCH 09/13] net-snmp: rebuild against pciutils-3.9.0

---
 srcpkgs/net-snmp/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/net-snmp/template b/srcpkgs/net-snmp/template
index 2a808130cd33..af0d79685f15 100644
--- a/srcpkgs/net-snmp/template
+++ b/srcpkgs/net-snmp/template
@@ -1,7 +1,7 @@
 # Template file for 'net-snmp'
 pkgname=net-snmp
 version=5.9.1
-revision=2
+revision=3
 hostmakedepends="pkg-config unzip"
 makedepends="bzip2-devel openssl-devel libnl-devel pciutils-devel
  libsensors-devel pcre-devel"

From 845b564ff9628ba06ec7fd069a44e7699fb3e5d0 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:29 -0500
Subject: [PATCH 10/13] obs: rebuild against pciutils-3.9.0

---
 srcpkgs/obs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index fb3aaff1fd38..6c6bafe80db2 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
 version=28.1.2
-revision=1
+revision=2
 archs="i686* x86_64* ppc64le* aarch64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_BROWSER=OFF

From 7f665e9b31d9e9ba718958da2bfc1f9fb17517c1 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:30 -0500
Subject: [PATCH 11/13] powertop: rebuild against pciutils-3.9.0

---
 srcpkgs/powertop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/powertop/template b/srcpkgs/powertop/template
index d2425fa48050..76688ab6f8c7 100644
--- a/srcpkgs/powertop/template
+++ b/srcpkgs/powertop/template
@@ -1,7 +1,7 @@
 # Template file for 'powertop'
 pkgname=powertop
 version=2.14
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="automake gettext-devel libtool pkg-config"
 makedepends="ncurses-devel pciutils-devel libnl3-devel"

From 7b30e1eb947e7594630737d2667373e78a845559 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 19 Dec 2022 07:21:31 -0500
Subject: [PATCH 12/13] xen: rebuild against pciutils-3.9.0

---
 srcpkgs/xen/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template
index 6791f7741fb3..160db8e65929 100644
--- a/srcpkgs/xen/template
+++ b/srcpkgs/xen/template
@@ -1,7 +1,7 @@
 # Template file for 'xen'
 pkgname=xen
 version=4.14.1
-revision=7
+revision=8
 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot
 _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63
 # TODO: arm / aarch64

From 2bf1051a32bec2c65dd924bdd9cf7b03d342423d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 22 Dec 2022 00:03:27 +0700
Subject: [PATCH 13/13] x86info: update to 1.31~pre0.

---
 srcpkgs/x86info/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/x86info/template b/srcpkgs/x86info/template
index e007eee08273..b9bea393ac33 100644
--- a/srcpkgs/x86info/template
+++ b/srcpkgs/x86info/template
@@ -1,21 +1,22 @@
 # Template file for 'x86info'
 pkgname=x86info
-version=1.30
+version=1.31~pre0
 revision=1
+_commit=8052aabdd159bc9050e7dc264f33782c5acce05f
 archs="x86_64* i686*"
 build_style=gnu-makefile
 hostmakedepends="python3"
 makedepends="pciutils-devel"
-short_desc="A CPU identification utility"
+short_desc="CPU identification utility"
 maintainer="Foxlet <foxlet@furcode.co>"
-homepage="http://codemonkey.org.uk/projects/x86info/"
 license="GPL-2.0-only"
-distfiles="http://codemonkey.org.uk/projects/x86info/x86info-${version}.tgz"
-checksum=fe3009850e93a9c5fa38ed6bf74d72686043329fead8f1b2be4b5943d4fc9428
+homepage="http://codemonkey.org.uk/projects/x86info/"
+distfiles="${DEBIAN_SITE}/main/x/x86info/x86info_${version}.${_commit}.orig.tar.gz"
+checksum=48230255c63de46eeba7fbf5b38180767a52f64248e6cc5b94f17539f6747b4b
 
-case "$XBPS_TARGET_MACHINE" in
-	*-musl) CFLAGS="-D_GNU_SOURCE";;
-esac
+if [ "$XBPS_TARGET_MACHINE" = musl ]; then
+	CFLAGS="-D_GNU_SOURCE"
+fi
 
 do_install() {
 	vbin x86info

  parent reply	other threads:[~2022-12-21 17:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-19 12:23 [PR PATCH] " classabbyamp
2022-12-19 12:33 ` classabbyamp
2022-12-19 22:10 ` [PR PATCH] [Updated] " classabbyamp
2022-12-21 16:59 ` sgn
2022-12-21 17:03 ` sgn
2022-12-21 17:07 ` classabbyamp [this message]
2022-12-21 23:12 ` classabbyamp
2022-12-22  0:06 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221221170744.W_lJL1gnP9v0kbItF0EiL_L3B_y_vigQVi4isD4ULOY@z \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).