pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jul 22 12:48:44 UTC 2023

Modified Files:
        pkgsrc/devel/at-spi2-core: distinfo
Added Files:
        pkgsrc/devel/at-spi2-core/patches: patch-bus_meson.build

Log Message:
at-spi2-core: Avoid a systemd dependency on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/at-spi2-core/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/at-spi2-core/patches/patch-bus_meson.build

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/at-spi2-core/distinfo
diff -u pkgsrc/devel/at-spi2-core/distinfo:1.30 pkgsrc/devel/at-spi2-core/distinfo:1.31
--- pkgsrc/devel/at-spi2-core/distinfo:1.30     Tue Oct 26 10:14:17 2021
+++ pkgsrc/devel/at-spi2-core/distinfo  Sat Jul 22 12:48:44 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.30 2021/10/26 10:14:17 nia Exp $
+$NetBSD: distinfo,v 1.31 2023/07/22 12:48:44 nia Exp $
 
 BLAKE2s (at-spi2-core-2.40.3.tar.xz) = dd0423b9c07a817ee8ab24d316d1f574cb61b69ed1fdd1f69c147ae1fedfb9de
 SHA512 (at-spi2-core-2.40.3.tar.xz) = 85adf3da0a369d7f3481646a495a9c4c3337da3ae6a20ce8c924f8621d3d6ed1d9461bfac0e821dfe86e4ad6b930e4fd65d24c26401cbea644ef4951e5dda5ce
 Size (at-spi2-core-2.40.3.tar.xz) = 197528 bytes
+SHA1 (patch-bus_meson.build) = 086a8113d887da65a245a958b95d5fc4bfca7025

Added files:

Index: pkgsrc/devel/at-spi2-core/patches/patch-bus_meson.build
diff -u /dev/null pkgsrc/devel/at-spi2-core/patches/patch-bus_meson.build:1.1
--- /dev/null   Sat Jul 22 12:48:44 2023
+++ pkgsrc/devel/at-spi2-core/patches/patch-bus_meson.build     Sat Jul 22 12:48:44 2023
@@ -0,0 +1,24 @@
+$NetBSD: patch-bus_meson.build,v 1.1 2023/07/22 12:48:44 nia Exp $
+
+Avoid a systemd dependency.
+
+--- bus/meson.build.orig       2021-07-09 13:51:52.300186400 +0000
++++ bus/meson.build
+@@ -55,17 +55,6 @@ else
+ endif
+ 
+ needs_systemd = false
+-if get_option('dbus_broker') != 'default'
+-  launcher_args += '-DDBUS_BROKER="@0@"'.format(get_option('dbus_broker'))
+-  needs_systemd = true
+-else
+-  dbus_broker = find_program('dbus-broker-launch',
+-                             required: false)
+-  if dbus_broker.found()
+-    launcher_args += '-DDBUS_BROKER="@0@"'.format(dbus_broker.path())
+-    needs_systemd = true
+-  endif
+-endif
+ 
+ if get_option('default_bus') == 'dbus-broker'
+   launcher_args += '-DWANT_DBUS_BROKER'



Home | Main Index | Thread Index | Old Index