pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/qpdf



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Apr 28 13:03:42 UTC 2023

Modified Files:
        pkgsrc/print/qpdf: Makefile

Log Message:
qpdf will default to gnutls even after the cmake mechanics explicitly
noted there isn't any.

Tell it NOT TO.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/print/qpdf/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/qpdf/Makefile
diff -u pkgsrc/print/qpdf/Makefile:1.52 pkgsrc/print/qpdf/Makefile:1.53
--- pkgsrc/print/qpdf/Makefile:1.52     Mon Apr 24 07:38:38 2023
+++ pkgsrc/print/qpdf/Makefile  Fri Apr 28 13:03:42 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2023/04/24 07:38:38 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2023/04/28 13:03:42 hauke Exp $
 
 DISTNAME=      qpdf-11.3.0
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qpdf/}
 
@@ -13,6 +14,11 @@ USE_LANGUAGES=               c c++17
 USE_TOOLS+=            pkg-config
 PKGCONFIG_OVERRIDE+=   libqpdf.pc.in
 
+CMAKE_ARGS+=           -DUSE_IMPLICIT_CRYPTO=OFF
+CMAKE_ARGS+=           -DREQUIRE_CRYPTO_GNUTLS=OFF
+CMAKE_ARGS+=           -DREQUIRE_CRYPTO_OPENSSL=ON
+CMAKE_ARGS+=           -DDEFAULT_CRYPTO=openssl
+
 .include "../../devel/cmake/build.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index