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 Feb  5 08:16:24 UTC 2026

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

Log Message:
poppler: enable gpg support

Fix pc file while here.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/print/poppler/Makefile
cvs rdiff -u -r1.165 -r1.166 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.122 pkgsrc/print/poppler/Makefile:1.123
--- pkgsrc/print/poppler/Makefile:1.122 Tue Jan 27 08:40:27 2026
+++ pkgsrc/print/poppler/Makefile       Thu Feb  5 08:16:24 2026
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.122 2026/01/27 08:40:27 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2026/02/05 08:16:24 wiz Exp $
 
 COMMENT=       PDF rendering library
-PKGREVISION=   6
+PKGREVISION=   7
 
 SUPERSEDES+=   poppler-glib-[0-9]*
 
 PKGCONFIG_OVERRIDE+=   poppler.pc.cmake
+PKGCONFIG_OVERRIDE+=   poppler-glib.pc.cmake
 
 INSTALLATION_DIRS+=    include/poppler share/doc/poppler
 

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.165 pkgsrc/print/poppler/Makefile.common:1.166
--- pkgsrc/print/poppler/Makefile.common:1.165  Fri Aug 22 08:04:03 2025
+++ pkgsrc/print/poppler/Makefile.common        Thu Feb  5 08:16:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.165 2025/08/22 08:04:03 adam Exp $
+# $NetBSD: Makefile.common,v 1.166 2026/02/05 08:16:24 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -31,8 +31,6 @@ TEST_ENV+=    LD_LIBRARY_PATH=${WRKSRC}/${C
 TEST_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}
 TEST_TARGET=   test
 
-CMAKE_CONFIGURE_ARGS+= -DENABLE_GPGME=OFF
-
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 BUILDLINK_TRANSFORM+=   rm:-fno-check-new
@@ -45,5 +43,6 @@ CMAKE_GENERATORS_INCOMPATIBLE=        ninja
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../devel/nss/buildlink3.mk"
+.include "../../security/gpgmepp/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index