I made a PR:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218105
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Compiles with a "dirty" hack with doxygen installed
(starts without problems, but not testes fully functionallity).
patch-codegenerator.mk
--- codegenerator.mk.orig 2017-03-23 19:10:40 UTC
+++ codegenerator.mk
@@ -11,20 +11,10 @@ ifeq ($(SWIG),)
SWIG = swig-not-found
endif
-DOXYGEN ?
Hello,
Last KODI revision doesn’t build when port /devel/doxygen is installed.
For un unknown reason at an early build stage in XML parsing building process
is invoking doxygen, but doxygen process exit with an error and build stop
shortly after.
Deinstalling Doxygen solves the issue
There is