FreeBSD Bugzilla – Attachment 239240 Details for
Bug 268739
print/qpdf: Provide OpenSSL/GnuTLS option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
qpdf-crypto.patch (text/plain), 793 bytes, created by
Tijl Coosemans
on 2023-01-03 21:00:17 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2023-01-03 21:00:17 UTC
Size:
793 bytes
patch
obsolete
>diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile >index 9a456a8d9372..4fa2c84b9cda 100644 >--- a/print/qpdf/Makefile >+++ b/print/qpdf/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= qpdf > DISTVERSION= 11.2.0 >+PORTREVISION= 1 > CATEGORIES= print > MASTER_SITES= SF > >@@ -18,8 +19,19 @@ CPE_VENDOR= qpdf_project > > CMAKE_ARGS= -DHAVE_EXTERN_LONG_TIMEZONE=0 \ > -DBUILD_STATIC_LIBS=0 \ >+ -DUSE_IMPLICIT_CRYPTO=0 \ >+ -DALLOW_CRYPTO_NATIVE=0 \ > -DCMAKE_INSTALL_MANDIR=${PREFIX}/man > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS >+OPTIONS_RADIO= CRYPTO >+OPTIONS_RADIO_CRYPTO= GNUTLS OPENSSL >+OPTIONS_DEFAULT= OPENSSL >+ >+OPENSSL_USES= ssl >+OPENSSL_CMAKE_BOOL= REQUIRE_CRYPTO_OPENSSL >+ >+GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls >+GNUTLS_CMAKE_BOOL= REQUIRE_CRYPTO_GNUTLS > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268739
: 239240