View | Details | Raw Unified | Return to bug 282536 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/libqb/Makefile (-3 / +4 lines)
Lines 12-20 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
12
12
13
TEST_DEPENDS=		checkmk:devel/check
13
TEST_DEPENDS=		checkmk:devel/check
14
14
15
USES=			cpe gmake gnome libtool pkgconfig python tar:xz
15
USES=			autoreconf cpe gmake libtool pkgconfig python tar:xz
16
CPE_VENDOR=		clusterlabs
16
CPE_VENDOR=		clusterlabs
17
USE_GNOME=		libxml2
18
USE_LDCONFIG=		yes
17
USE_LDCONFIG=		yes
19
18
20
GNU_CONFIGURE=		yes
19
GNU_CONFIGURE=		yes
Lines 35-41 OPTIONS_DEFINE= DOCS DOXYGEN EXAMPLES Link Here
35
OPTIONS_SUB=		yes
34
OPTIONS_SUB=		yes
36
35
37
DOXYGEN_IMPLIES=	DOCS
36
DOXYGEN_IMPLIES=	DOCS
38
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
37
DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen \
38
			libxml2>0:textproc/libxml2
39
DOXYGEN_EXTRA_PATCHES_OFF=	${PATCHDIR}/extra-DOXYGEN_OFF-patch-configure.ac
39
40
40
QB_SOCKET_DIR?=		/var/run/qb
41
QB_SOCKET_DIR?=		/var/run/qb
41
42
(-)b/devel/libqb/files/extra-DOXYGEN_OFF-patch-configure.ac (-1 / +15 lines)
Added Link Here
0
- 
1
By Daniel Engberg <diizzy@FreeBSD.org>
2
3
Disables check for libxml when DOXYGEN=OFF
4
5
--- configure.ac.orig	2023-06-07 06:48:54 UTC
6
+++ configure.ac
7
@@ -168,7 +168,7 @@ fi
8
 fi
9
10
 # For building doxygen2man and man pages
11
-PKG_CHECK_MODULES([libxml], [libxml-2.0])
12
+# PKG_CHECK_MODULES([libxml], [libxml-2.0])
13
14
 # if we are not cross-compiling, we can use the locally built
15
 # version of doxygen2man, otherwise we can look for

Return to bug 282536