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 ?= $(shell which doxygen)
-ifeq ($(DOXYGEN),)
 DOXYGEN = doxygen-not-found
-else
-DOXY_XML_PATH=$(GENDIR)/doxygenxml
-endif

GENERATED_JSON = $(INTERFACES_DIR)/json-rpc/ServiceDescription.h addons/xbmc.json/addon.xml
-ifeq ($(wildcard $(JSON_BUILDER)),)
-  JSON_BUILDER = $(shell which JsonSchemaBuilder)
-ifeq ($(JSON_BUILDER),)
JSON_BUILDER = tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
-endif
-endif

 GENDIR = $(INTERFACES_DIR)/python/generated
 GROOVY_DIR = $(TOPDIR)/tools/codegenerator/groovy

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to