1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

devel/sord: unbreak with --auto-features=enabled

doc/meson.build:6:0: ERROR: Program 'doxygen' not found or not executable

PR:		270361
Reported by:	antoine (via exp-run)
This commit is contained in:
Jan Beich 2023-03-28 08:04:05 +00:00
parent 4c68c9e4cf
commit 09df1b7f1f
2 changed files with 16 additions and 0 deletions

View File

@ -15,6 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
USES= meson pkgconfig python:build tar:xz
USE_LDCONFIG= yes
MESON_ARGS= -Ddocs=disabled
PLIST_SUB= VERSION=${DISTVERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1,15 @@
Manpages are available even with -Ddocs=disabled
--- meson.build.orig 2022-09-09 03:08:05 UTC
+++ meson.build
@@ -128,10 +128,8 @@ if not get_option('tools').disabled()
meson.override_find_program('sord_validate', sord_validate)
endif
- if not get_option('docs').disabled()
install_man(files('doc/sordi.1'))
install_man(files('doc/sord_validate.1'))
- endif
endif
if not get_option('docs').disabled()