FreeBSD Bugzilla – Attachment 255288 Details for
Bug 282854
devel/cmake-core: Disable import of libidn2 and (lib)nghttp2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for cmake-core
cmake-core-fixups.patch (text/plain), 1.22 KB, created by
Daniel Engberg
on 2024-11-18 20:42:20 UTC
(
hide
)
Description:
Patch for cmake-core
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-11-18 20:42:20 UTC
Size:
1.22 KB
patch
obsolete
>diff --git a/devel/cmake-core/Makefile b/devel/cmake-core/Makefile >index bdf931045533..d2c687c27674 100644 >--- a/devel/cmake-core/Makefile >+++ b/devel/cmake-core/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= cmake > DISTVERSION= ${_CMAKE_VERSION} >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > PKGNAMESUFFIX= -core > >@@ -12,7 +12,6 @@ LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/Copyright.txt > > LIB_DEPENDS= libexpat.so:textproc/expat2 \ >- libidn2.so:dns/libidn2 \ > libjsoncpp.so:devel/jsoncpp \ > libpkg.so:${PKG_ORIGIN} \ > librhash.so:security/rhash \ >diff --git a/devel/cmake-core/files/patch-Utilities_cmcurl_CMakeLists.txt b/devel/cmake-core/files/patch-Utilities_cmcurl_CMakeLists.txt >new file mode 100644 >index 000000000000..1cf0042ba57d >--- /dev/null >+++ b/devel/cmake-core/files/patch-Utilities_cmcurl_CMakeLists.txt >@@ -0,0 +1,14 @@ >+--- Utilities/cmcurl/CMakeLists.txt.orig 2024-11-18 20:34:38 UTC >++++ Utilities/cmcurl/CMakeLists.txt >+@@ -97,9 +97,9 @@ set(USE_HTTPSRR OFF) >+ set(SHARE_LIB_OBJECT OFF) >+ set(USE_ECH OFF) >+ set(USE_HTTPSRR OFF) >+-set(USE_LIBIDN2 ON) >++set(USE_LIBIDN2 OFF) >+ set(USE_LIBRTMP OFF) >+-set(USE_NGHTTP2 ON) >++set(USE_NGHTTP2 OFF) >+ set(USE_NGTCP2 OFF) >+ set(USE_OPENSSL_QUIC OFF) >+ set(USE_QUICHE OFF)
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 282854
: 255288