From owner-freebsd-ports@freebsd.org Thu Mar 23 19:20:44 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11340CBB017 for ; Thu, 23 Mar 2017 19:20:44 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A906134F for ; Thu, 23 Mar 2017 19:20:43 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Subject:References:To; bh=BZkm7qx8plmHdcbVHJRCp8J3WA0oq7uu86SHV5+O3HE=; b=hs4pnGhKBo4gfjSmpP5Md4u/UCLrfXWW8TJekhbzW1asN2a0txxJlqon/ATWvKtunETx4S47lnnUDh+GrqzAJsjMGVebeditre0akHGDkhO38LAW8opPxHRbujyyVd/ofMu5Mdt5rD2NDrE44KS9MvHHt84FuOAadJiefoVh1qE=; Received: from patricia.xoc.tele2net.at ([213.90.36.9]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1cr8Hn-0007nu-NZ for freebsd-ports@freebsd.org; Thu, 23 Mar 2017 20:20:39 +0100 Received: from 188-23-10-181.adsl.highway.telekom.at ([188.23.10.181] helo=[10.0.0.93]) by patricia.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1cr8Hn-0003UI-IS for freebsd-ports@freebsd.org; Thu, 23 Mar 2017 20:20:39 +0100 To: freebsd-ports@freebsd.org References: Subject: Re: FreeBSD Port: kodi-16.1_9 From: Walter Schwarzenfeld Message-ID: <61c6333e-1794-95bf-8dec-9d47176dcffa@utanet.at> Date: Thu, 23 Mar 2017 20:20:35 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2017 19:20:44 -0000 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