Skip to content

Commit

Permalink
libosinfo: update to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Jun 14, 2024
1 parent f5e81b3 commit 2e82bdc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
13 changes: 8 additions & 5 deletions sysutils/libosinfo/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ PortGroup meson 1.0
PortGroup compiler_blacklist_versions 1.0

name libosinfo
version 1.10.0
revision 3
version 1.11.0
revision 0

categories sysutils gnome
license LGPL-2.1+
Expand All @@ -18,9 +18,9 @@ long_description ${description}
homepage https://libosinfo.org
master_sites https://releases.pagure.org/libosinfo/

checksums rmd160 d27f2195b01bcce95c1a0b681730282be2eca93b \
sha256 a252e00fc580deb21da0da8c0aa03b8c31e8440b8448c8b98143fab477d32305 \
size 293804
checksums rmd160 8724e3f986326d4177cba136cffe7b06ad409807 \
sha256 1bf96eec9e1460f3d1a713163cca1ff0d480a3490b50899292f14548b3a96b60 \
size 303944

use_xz yes

Expand All @@ -39,6 +39,9 @@ depends_build path:bin/vala:vala \
port:check \
port:wget

# Undefined symbols: "___gcc_personality_v0", "__Unwind_Resume"
patchfiles-append patch-unbreak-linking.diff

compiler.blacklist-append *gcc-4.* {clang < 400}

configure.args-append \
Expand Down
10 changes: 10 additions & 0 deletions sysutils/libosinfo/files/patch-unbreak-linking.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- meson.build 2023-10-27 22:23:18.000000000 +0800
+++ meson.build 2024-06-11 09:45:48.000000000 +0800
@@ -225,7 +225,6 @@
'-Wframe-larger-than=4096',
'-Wno-overlength-strings',
'--param=ssp-buffer-size=4',
- '-fexceptions',
'-fasynchronous-unwind-tables',
'-fdiagnostics-show-option',
'-funit-at-a-time',

0 comments on commit 2e82bdc

Please sign in to comment.