pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/evince



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 11:07:24 UTC 2025

Modified Files:
        pkgsrc/print/evince: Makefile

Log Message:
evince: fix build now that meson has better locale support


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 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/print/evince/Makefile
diff -u pkgsrc/print/evince/Makefile:1.187 pkgsrc/print/evince/Makefile:1.188
--- pkgsrc/print/evince/Makefile:1.187  Thu Apr 24 14:15:33 2025
+++ pkgsrc/print/evince/Makefile        Fri Apr 25 11:07:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.187 2025/04/24 14:15:33 wiz Exp $
+# $NetBSD: Makefile,v 1.188 2025/04/25 11:07:24 wiz Exp $
 
 DISTNAME=      evince-48.0
 PKGREVISION=   3
@@ -14,8 +14,6 @@ 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
@@ -28,7 +26,6 @@ TOOLS_PLATFORM.msgfmt=
 MESON_ARGS+=   -Dcomics=disabled
 MESON_ARGS+=   -Dgspell=disabled
 MESON_ARGS+=   -Dintrospection=true
-MESON_ARGS+=   -Dlocaledir=${PKGLOCALEDIR}/locale
 MESON_ARGS+=   -Dnautilus=false
 MESON_ARGS+=   -Dthumbnail_cache=disabled
 



Home | Main Index | Thread Index | Old Index