From owner-svn-ports-head@freebsd.org Wed Jan 17 18:43:32 2018 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 620D7EA61AD; Wed, 17 Jan 2018 18:43:32 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward104j.mail.yandex.net (forward104j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 19BFC7C5D2; Wed, 17 Jan 2018 18:43:31 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from mxback15g.mail.yandex.net (mxback15g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:94]) by forward104j.mail.yandex.net (Yandex) with ESMTP id 3FCF240A47; Wed, 17 Jan 2018 21:43:22 +0300 (MSK) Received: from smtp1p.mail.yandex.net (smtp1p.mail.yandex.net [2a02:6b8:0:1472:2741:0:8b6:6]) by mxback15g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id WosYstEqwI-hMSqDfM1; Wed, 17 Jan 2018 21:43:22 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1516214602; bh=BVfJH1cuE6ZaMtee9W/GE0eobX/v1sm0zoXj/oB5q88=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=Fg57Ul6zwNCwf3F9mYlMMDOaskx/rIB1L9R9ocgU6Ddtx2qflwM9OqdgJV4dmCFP3 iWZyoqNaisAqgvlm3TedC4WHDL6vR2F09VxIwPruXuLQQAH8AUxbCAlx21xXynBufe zricSc+1v7XptQ2dZPheZioXigTlc0pW8BM6FQO8= Received: by smtp1p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id IJvhZRd9Gq-hLZu3eF1; Wed, 17 Jan 2018 21:43:21 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1516214601; bh=BVfJH1cuE6ZaMtee9W/GE0eobX/v1sm0zoXj/oB5q88=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=jT7Ukxth6oMl2D8fGRUTmvqr5MaBxZ6qW+iUZTJTZFx7OkKegKRIlh0yZWEdOGkKL E3HnK3RkprqfMZ5wS8CozlVI/0aq+kANjSlaIJesFPhvzjMYikY/6+owsAFaFKEdbh //N2JjUlKsnk0tIjds1Yjuzfac58+9Jnkn54dgSE= Authentication-Results: smtp1p.mail.yandex.net; dkim=pass header.i=@passap.ru Subject: Re: svn commit: r459270 - head/misc/sword To: Thomas Abthorpe , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201801171644.w0HGi5i9070884@repo.freebsd.org> From: Boris Samorodov Message-ID: <543f46f2-0f04-2cf6-c5f9-2fe73e146633@passap.ru> Date: Wed, 17 Jan 2018 21:43:20 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <201801171644.w0HGi5i9070884@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: ru-RU Content-Transfer-Encoding: 8bit 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, 17 Jan 2018 18:43:32 -0000 17.01.2018 19:44, Thomas Abthorpe пишет: > -BROKEN_FreeBSD_12= does not build on 12.X > +# Workaround for for FreeBSD_11+. > +BUILD_DEPENDS+= clang38:lang/clang38 > +CC= clang38 > +CXX= clang++38 I've just found out that a new version is available: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225276 Seems that the new version is buildable by system compilers. -- WBR, bsam