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:   riastradh
Date:           Tue Jun 27 10:46:03 UTC 2023

Modified Files:
        pkgsrc/print/poppler: Makefile

Log Message:
print/poppler: Stop optionally calling gperf.

This is apparently unnecessary, and the behaviour of a package build
should not depend on what other packages happen to be lying around
installed at the same time without an explicit dependency.

Perhaps we might prefer to always use gperf instead of using the
pregenerated files; in that case this needs TOOL_DEPENDS and the path
must be set to ${TOOLBASE}/bin/gperf.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/print/poppler/Makefile:1.93
--- pkgsrc/print/poppler/Makefile:1.92  Tue Feb 28 20:05:02 2023
+++ pkgsrc/print/poppler/Makefile       Tue Jun 27 10:46:03 2023
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2023/02/28 20:05:02 tnn Exp $
+# $NetBSD: Makefile,v 1.93 2023/06/27 10:46:03 riastradh Exp $
 
+PKGREVISION=   1
 .include "../../print/poppler/Makefile.common"
 
 COMMENT=       PDF rendering library
@@ -21,6 +22,8 @@ CMAKE_ARGS+=  -DENABLE_QT5=OFF
 CMAKE_ARGS+=   -DENABLE_QT6=OFF
 # Don't build libcurl based HTTP support. ## might want to include
 CMAKE_ARGS+=   -DENABLE_LIBCURL=OFF
+# Don't run gperf if it's present
+CMAKE_ARGS+=   -DRUN_GPERF_IF_PRESENT=OFF
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index