FreeBSD Bugzilla – Attachment 254960 Details for
Bug 282536
devel/libqb: update 2.0.6 → 2.0.8, fix CVE-2023-39976
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] devel/libqb: Fix conditional BUILD_DEPENDS on libxml2 for doxygen2man
0001-devel-libqb-Fix-conditional-BUILD_DEPENDS-on-libxml2.patch (text/plain), 1.96 KB, created by
Älven
on 2024-11-05 00:57:01 UTC
(
hide
)
Description:
[PATCH] devel/libqb: Fix conditional BUILD_DEPENDS on libxml2 for doxygen2man
Filename:
MIME Type:
Creator:
Älven
Created:
2024-11-05 00:57:01 UTC
Size:
1.96 KB
patch
obsolete
>From 45d9ed7e32ec57ff431337896bad090a4895dfae Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Tue, 5 Nov 2024 04:52:04 +0400 >Subject: [PATCH] devel/libqb: Fix conditional BUILD_DEPENDS on libxml2 for doxygen2man > >--- > devel/libqb/Makefile | 7 ++++--- > .../files/extra-DOXYGEN_OFF-patch-configure.ac | 15 +++++++++++++++ > 2 files changed, 19 insertions(+), 3 deletions(-) > create mode 100644 devel/libqb/files/extra-DOXYGEN_OFF-patch-configure.ac > >diff --git a/devel/libqb/Makefile b/devel/libqb/Makefile >index 50402930d584..8704e7614d7a 100644 >--- a/devel/libqb/Makefile >+++ b/devel/libqb/Makefile >@@ -12,9 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > TEST_DEPENDS= checkmk:devel/check > >-USES= cpe gmake gnome libtool pkgconfig python tar:xz >+USES= autoreconf cpe gmake libtool pkgconfig python tar:xz > CPE_VENDOR= clusterlabs >-USE_GNOME= libxml2 > USE_LDCONFIG= yes > > GNU_CONFIGURE= yes >@@ -35,7 +34,9 @@ OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES > OPTIONS_SUB= yes > > DOXYGEN_IMPLIES= DOCS >-DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen >+DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ >+ libxml2>0:textproc/libxml2 >+DOXYGEN_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-DOXYGEN_OFF-patch-configure.ac > > QB_SOCKET_DIR?= /var/run/qb > >diff --git a/devel/libqb/files/extra-DOXYGEN_OFF-patch-configure.ac b/devel/libqb/files/extra-DOXYGEN_OFF-patch-configure.ac >new file mode 100644 >index 000000000000..f9a90351d35f >--- /dev/null >+++ b/devel/libqb/files/extra-DOXYGEN_OFF-patch-configure.ac >@@ -0,0 +1,15 @@ >+By Daniel Engberg <diizzy@FreeBSD.org> >+ >+Disables check for libxml when DOXYGEN=OFF >+ >+--- configure.ac.orig 2023-06-07 06:48:54 UTC >++++ configure.ac >+@@ -168,7 +168,7 @@ fi >+ fi >+ >+ # For building doxygen2man and man pages >+-PKG_CHECK_MODULES([libxml], [libxml-2.0]) >++# PKG_CHECK_MODULES([libxml], [libxml-2.0]) >+ >+ # if we are not cross-compiling, we can use the locally built >+ # version of doxygen2man, otherwise we can look for >-- >2.47.0 >
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
Flags:
alster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282536
:
254927
|
254958
|
254959
|
254960
|
254961
|
254967