pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 1 05:40:30 UTC 2023
Modified Files:
pkgsrc/net/libsoup3: Makefile
pkgsrc/print/evince: Makefile
Log Message:
*: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libsoup3/Makefile
cvs rdiff -u -r1.160 -r1.161 pkgsrc/print/evince/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.3 pkgsrc/net/libsoup3/Makefile:1.4
--- pkgsrc/net/libsoup3/Makefile:1.3 Wed Apr 19 08:08:37 2023
+++ pkgsrc/net/libsoup3/Makefile Mon May 1 05:40:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/04/19 08:08:37 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/01 05:40:30 wiz Exp $
DISTNAME= libsoup-3.2.2
PKGREVISION= 2
@@ -28,7 +28,8 @@ MESON_ARGS+= -Dvapi=disabled
# disable sysprof, not shipped in subprojects and gets git cloned otherwise
MESON_ARGS+= -Dsysprof=disabled
-PYTHON_FOR_BUILD_ONLY= tool
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_FOR_BUILD_ONLY= tool
.include "options.mk"
Index: pkgsrc/print/evince/Makefile
diff -u pkgsrc/print/evince/Makefile:1.160 pkgsrc/print/evince/Makefile:1.161
--- pkgsrc/print/evince/Makefile:1.160 Wed Apr 19 08:11:17 2023
+++ pkgsrc/print/evince/Makefile Mon May 1 05:40:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2023/04/19 08:11:17 adam Exp $
+# $NetBSD: Makefile,v 1.161 2023/05/01 05:40:30 wiz Exp $
DISTNAME= evince-43.0
PKGREVISION= 4
@@ -14,6 +14,8 @@ LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_TOOLS= itstool msgfmt pkg-config
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../mk/bsd.prefs.mk"
# msgfmt: unknown option -- xml
Home |
Main Index |
Thread Index |
Old Index