pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libsoup libsoup: disable sysprof. Bump.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aecd9a9f14a0
branches:  trunk
changeset: 391032:aecd9a9f14a0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jan 03 00:09:39 2023 +0000

description:
libsoup: disable sysprof. Bump.

doesn't build on macOS and seems only useful for developers

diffstat:

 net/libsoup/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 5a368a013992 -r aecd9a9f14a0 net/libsoup/Makefile
--- a/net/libsoup/Makefile      Mon Jan 02 23:53:33 2023 +0000
+++ b/net/libsoup/Makefile      Tue Jan 03 00:09:39 2023 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2023/01/01 23:59:52 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2023/01/03 00:09:39 tnn Exp $
 
 DISTNAME=      libsoup-2.74.3
+PKGREVISION=   1
 CATEGORIES=    net gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -22,6 +23,8 @@
 
 # disable vala detection
 MESON_ARGS+=           -Dvapi=disabled
+# disable sysprof, broken on at least macOS
+MESON_ARGS+=           -Dsysprof=disabled
 
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)



Home | Main Index | Thread Index | Old Index