Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 20:20:35 +0100
From:      Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
To:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD Port: kodi-16.1_9
Message-ID:  <61c6333e-1794-95bf-8dec-9d47176dcffa@utanet.at>
In-Reply-To: <HE1PR0901MB15291B0A99BE893F708C19EDA33F0@HE1PR0901MB1529.eurprd09.prod.outlook.com>
References:  <HE1PR0901MB15291B0A99BE893F708C19EDA33F0@HE1PR0901MB1529.eurprd09.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?61c6333e-1794-95bf-8dec-9d47176dcffa>