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:           Wed Mar 12 09:35:29 UTC 2025

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

Log Message:
poppler: while nss/bl3.mk was included, it was disabled - enable it

Needed for pdfsig in poppler-utils.

Bump PKGREVISION.

bl3.mk already forwarded nss/bl3.mk, so no recursive change needed.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/print/poppler/Makefile
cvs rdiff -u -r1.159 -r1.160 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.109 pkgsrc/print/poppler/Makefile:1.110
--- pkgsrc/print/poppler/Makefile:1.109 Sun Dec 29 15:09:58 2024
+++ pkgsrc/print/poppler/Makefile       Wed Mar 12 09:35:29 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2024/12/29 15:09:58 adam Exp $
+# $NetBSD: Makefile,v 1.110 2025/03/12 09:35:29 wiz Exp $
 
 COMMENT=       PDF rendering library
-PKGREVISION=   4
+PKGREVISION=   5
 
 SUPERSEDES+=   poppler-glib-[0-9]*
 
@@ -48,7 +48,6 @@ post-install:
        ${RMDIR} ${DESTDIR}${PREFIX}/include/poppler || ${TRUE}
 
 .include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/nss/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=   glib2>=2.41.0
 .include "../../devel/glib2/buildlink3.mk"

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.159 pkgsrc/print/poppler/Makefile.common:1.160
--- pkgsrc/print/poppler/Makefile.common:1.159  Sun Oct 20 20:01:34 2024
+++ pkgsrc/print/poppler/Makefile.common        Wed Mar 12 09:35:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.159 2024/10/20 20:01:34 nia Exp $
+# $NetBSD: Makefile.common,v 1.160 2025/03/12 09:35:29 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -25,7 +25,6 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            pkg-config gsed
 
 CMAKE_CONFIGURE_ARGS+= -DENABLE_GPGME=OFF
-CMAKE_CONFIGURE_ARGS+= -DENABLE_NSS3=OFF
 
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
@@ -38,5 +37,6 @@ CMAKE_GENERATOR=      make
 
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
-.include "../../graphics/openjpeg/buildlink3.mk"
+.include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/openjpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index