pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libsoup3



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jan  3 00:31:08 UTC 2023

Modified Files:
        pkgsrc/net/libsoup3: Makefile

Log Message:
libsoup3: prevent spurious git cloning of optional things during configure


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/libsoup3/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/libsoup3/Makefile
diff -u pkgsrc/net/libsoup3/Makefile:1.1 pkgsrc/net/libsoup3/Makefile:1.2
--- pkgsrc/net/libsoup3/Makefile:1.1    Sun Jan  1 23:56:44 2023
+++ pkgsrc/net/libsoup3/Makefile        Tue Jan  3 00:31:08 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2023/01/01 23:56:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/03 00:31:08 tnn Exp $
 
 DISTNAME=      libsoup-3.2.2
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:S/soup/soup3/}
 CATEGORIES=    net gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/}
@@ -24,11 +25,17 @@ MAKE_ENV+=                  LD_LIBRARY_PATH=${WRKSRC}/o
 
 # disable vala detection
 MESON_ARGS+=           -Dvapi=disabled
+# disable sysprof, not shipped in subprojects and gets git cloned otherwise
+MESON_ARGS+=            -Dsysprof=disabled
 
 PYTHON_FOR_BUILD_ONLY= tool
 
 .include "options.mk"
 
+# prevent sprurious git cloning of gi-docgen in configure stage
+post-extract:
+       rm -f ${WRKSRC}/subprojects/*.wrap
+
 .include "../../archivers/brotli/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.69.1



Home | Main Index | Thread Index | Old Index