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 25 06:45:58 UTC 2026

Modified Files:
        pkgsrc/print/poppler: Makefile

Log Message:
poppler: bump minimum required versions

fontconfig issue reported by Marc Baudoin


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/print/poppler/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/poppler/Makefile
diff -u pkgsrc/print/poppler/Makefile:1.128 pkgsrc/print/poppler/Makefile:1.129
--- pkgsrc/print/poppler/Makefile:1.128 Wed Jun 24 21:55:29 2026
+++ pkgsrc/print/poppler/Makefile       Thu Jun 25 06:45:58 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2026/06/24 21:55:29 wiz Exp $
+# $NetBSD: Makefile,v 1.129 2026/06/25 06:45:58 wiz Exp $
 
 COMMENT=       PDF rendering library
 
@@ -50,8 +50,9 @@ post-install:
        ${RMDIR} ${DESTDIR}${PREFIX}/include/poppler || ${TRUE}
 
 .include "../../devel/boost-libs/buildlink3.mk"
+BUILDLINK_API_DEPENDS.fontconfig+=     fontconfig>=2.15
 .include "../../fonts/fontconfig/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=   glib2>=2.41.0
+BUILDLINK_API_DEPENDS.glib2+=   glib2>=2.80.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection=      build
 .include "../../devel/gobject-introspection/buildlink3.mk"



Home | Main Index | Thread Index | Old Index