<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4f0c9800e39cdfeaec698c2778de83b45abc4139">https://github.com/macports/macports-ports/commit/4f0c9800e39cdfeaec698c2778de83b45abc4139</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 4f0c9800e39 libosinfo: fix pci.ids and usb.ids path
</span>4f0c9800e39 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4f0c9800e39cdfeaec698c2778de83b45abc4139
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Mon Apr 14 19:53:45 2025 +0400

<span style='display:block; white-space:pre;color:#404040;'>    libosinfo: fix pci.ids and usb.ids path
</span>---
 sysutils/libosinfo/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/libosinfo/Portfile b/sysutils/libosinfo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dc8f50e67f2..12c42064e56 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/libosinfo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/libosinfo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                libosinfo
 version             1.11.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> 
 categories          sysutils gnome
 license             LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +43,11 @@ patchfiles-append   patch-unbreak-linking.diff
</span> 
 compiler.blacklist-append *gcc-4.* {clang < 400}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://gitlab.com/libosinfo/libosinfo/-/issues/59
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dwith-pci-ids-path=${prefix}/share/hwdata/pci.ids \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -Dwith-usb-ids-path=${prefix}/share/hwdata/usb.ids
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${universal_possible} && [variant_isset universal]} {
     foreach arch ${configure.universal_archs} {
         lappend merger_build_env(${arch}) "CC=${configure.cc} -arch ${arch}"
</pre><pre style='margin:0'>

</pre>