pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun 29 06:05:02 UTC 2023

Modified Files:
        pkgsrc/print/poppler: Makefile Makefile.common

Log Message:
poppler: disable gpgme in Makefile.common


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/print/poppler/Makefile
cvs rdiff -u -r1.148 -r1.149 pkgsrc/print/poppler/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/poppler/Makefile
diff -u pkgsrc/print/poppler/Makefile:1.96 pkgsrc/print/poppler/Makefile:1.97
--- pkgsrc/print/poppler/Makefile:1.96  Wed Jun 28 21:33:19 2023
+++ pkgsrc/print/poppler/Makefile       Thu Jun 29 06:05:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2023/06/28 21:33:19 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2023/06/29 06:05:02 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
@@ -12,8 +12,6 @@ INSTALLATION_DIRS+=   include/poppler shar
 CMAKE_ARGS+=   -DBUILD_GTK_TESTS=OFF
 # Don't compile GLib wrapper which also needs gtk2
 CMAKE_ARGS+=   -DENABLE_GLIB=OFF
-# Don't compile gpgme crypto backend
-CMAKE_ARGS+=   -DWITH_Gpgmepp:BOOL=OFF
 # Don't build and install the tools
 CMAKE_ARGS+=   -DENABLE_UTILS=OFF
 # Don't compile poppler cpp wrapper.

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.148 pkgsrc/print/poppler/Makefile.common:1.149
--- pkgsrc/print/poppler/Makefile.common:1.148  Wed Jun 28 20:04:12 2023
+++ pkgsrc/print/poppler/Makefile.common        Thu Jun 29 06:05:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.148 2023/06/28 20:04:12 wiz Exp $
+# $NetBSD: Makefile.common,v 1.149 2023/06/29 06:05:02 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -26,6 +26,9 @@ USE_LANGUAGES=                c c++17
 USE_TOOLS+=            pkg-config gsed
 GCC_REQD+=             8 # std::optional
 
+# Don't compile gpgme crypto backend
+CMAKE_ARGS+=   -DWITH_Gpgmepp:BOOL=OFF
+
 .include "../../mk/bsd.prefs.mk"
 
 # This package will link against libstdc++.so from the pkgsrc GCC when the



Home | Main Index | Thread Index | Old Index