From owner-svn-ports-head@freebsd.org Wed Dec 6 17:56:40 2017 Return-Path: Delivered-To: svn-ports-head@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 9B56BE8770D; Wed, 6 Dec 2017 17:56:40 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64ECF7BFC5; Wed, 6 Dec 2017 17:56:40 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id D5F092603A1; Wed, 6 Dec 2017 18:56:37 +0100 (CET) Subject: Re: svn commit: r455665 - head/audio/zynaddsubfx To: Kurt Jaeger , Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201712061730.vB6HU6hn021797@repo.freebsd.org> <20171206174407.GA82869@FreeBSD.org> <20171206175217.GV68137@fc.opsec.eu> From: Hans Petter Selasky Message-ID: <51724976-2067-dd2d-eeb5-5a646be2a402@selasky.org> Date: Wed, 6 Dec 2017 18:53:52 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171206175217.GV68137@fc.opsec.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Dec 2017 17:56:40 -0000 On 12/06/17 18:52, Kurt Jaeger wrote: >> What is this .include needed for? > hps added it, and so it went in. I doubt it's necessary, so hps > can remove it when he updates the port the next time. > The idea is to have a OS version check around the BUILD_DEPENDS once clang50 is fixed. The bsd.port.options.mk was included so that the OS version gets defined. I'll clean it up later on. Right now the port compiles. Thank you! --HPS