[arch-commits] Commit in dbus/trunk (PKGBUILD no-fatal-warnings.diff)

Jan Steffens heftig at archlinux.org
Thu Jul 2 18:08:26 UTC 2020


    Date: Thursday, July 2, 2020 @ 18:08:25
  Author: heftig
Revision: 390747

1.12.20-1

Added:
  dbus/trunk/no-fatal-warnings.diff
Modified:
  dbus/trunk/PKGBUILD

------------------------+
 PKGBUILD               |   22 ++++++++++++++--------
 no-fatal-warnings.diff |   13 +++++++++++++
 2 files changed, 27 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-02 18:08:14 UTC (rev 390746)
+++ PKGBUILD	2020-07-02 18:08:25 UTC (rev 390747)
@@ -1,11 +1,11 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tom Gundersen <teg at jklm.no>
 # Contributor: Link Dupont <link at subpop.net>
 
 pkgbase=dbus
 pkgname=(dbus dbus-docs)
-pkgver=1.12.18
+pkgver=1.12.20
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="https://wiki.freedesktop.org/www/Software/dbus/"
@@ -14,13 +14,18 @@
 depends=(systemd-libs expat audit)
 makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive)
 source=("git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-$pkgver"
-        dbus-reload.hook)
+        dbus-reload.hook no-fatal-warnings.diff)
 sha256sums=('SKIP'
-            'd636205622d0ee3b0734360225739ef0c7ad2468a09489e6ef773d88252960f3')
+            'd636205622d0ee3b0734360225739ef0c7ad2468a09489e6ef773d88252960f3'
+            '6958eeec07557b92a28419eb1702331ee2f0a6fd17285e37dfb6130b9fa4cf6e')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <simon.mcvittie at collabora.co.uk>
 
 prepare() {
   cd dbus
+
+  # Allow us to enable checks without them being fatal
+  patch -Np1 -i ../no-fatal-warnings.diff
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -38,12 +43,13 @@
     --with-system-socket=/run/dbus/system_bus_socket \
     --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --enable-inotify \
+    --enable-libaudit \
     --enable-systemd \
     --enable-user-session \
+    --enable-xml-docs \
+    --enable-doxygen-docs \
+    --enable-ducktype-docs \
     --disable-static \
-    --disable-verbose-mode \
-    --disable-asserts \
-    --disable-checks \
     --without-x
   make
 }

Added: no-fatal-warnings.diff
===================================================================
--- no-fatal-warnings.diff	                        (rev 0)
+++ no-fatal-warnings.diff	2020-07-02 18:08:25 UTC (rev 390747)
@@ -0,0 +1,13 @@
+diff --git i/dbus/dbus-internals.c w/dbus/dbus-internals.c
+index 267aef97..b1064e85 100644
+--- i/dbus/dbus-internals.c
++++ w/dbus/dbus-internals.c
+@@ -185,7 +185,7 @@ const char *_dbus_no_memory_message = "Not enough memory";
+ 
+ static dbus_bool_t warn_initted = FALSE;
+ static dbus_bool_t fatal_warnings = FALSE;
+-static dbus_bool_t fatal_warnings_on_check_failed = TRUE;
++static dbus_bool_t fatal_warnings_on_check_failed = FALSE;
+ 
+ static void
+ init_warnings(void)



More information about the arch-commits mailing list