pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libsoup
Module Name: pkgsrc
Committed By: tnn
Date: Tue Jan 3 00:09:39 UTC 2023
Modified Files:
pkgsrc/net/libsoup: Makefile
Log Message:
libsoup: disable sysprof. Bump.
doesn't build on macOS and seems only useful for developers
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/net/libsoup/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/libsoup/Makefile
diff -u pkgsrc/net/libsoup/Makefile:1.73 pkgsrc/net/libsoup/Makefile:1.74
--- pkgsrc/net/libsoup/Makefile:1.73 Sun Jan 1 23:59:52 2023
+++ pkgsrc/net/libsoup/Makefile Tue Jan 3 00:09:39 2023
@@ -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 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/o
# 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