From owner-svn-ports-head@freebsd.org Tue May 2 14:11:17 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 62431D5AEB5 for ; Tue, 2 May 2017 14:11:17 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (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 0D766C36; Tue, 2 May 2017 14:11:16 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from fortune.joker.local (124-18-21-125.dz.commufa.jp [124.18.21.125]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id v42Dekf3099134; Tue, 2 May 2017 22:40:47 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Tue, 2 May 2017 22:40:46 +0900 From: Tomoaki AOKI To: svn-ports-head@freebsd.org Cc: miwi@FreeBSD.org, garga@FreeBSD.org Subject: Re: svn commit: r439920 - in head: . devel devel/boost-all devel/boost-docs devel/boost-jam devel/boost-libs devel/boost-libs/files devel/boost-python-libs devel/llvm36 lang lang/clang36 Message-Id: <20170502224046.657e19c12d23370e90349f2d@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 02 May 2017 14:11:17 -0000 This breaks INDEX build if LLVM option is enabled on security/clamav. # If LLVM option is NOT set, INDEX builds fine. security/clamav (optionally) requires llvm < 37 and currently specifies LLVMVER= 36 in its port Makefile. So we would have 3 options: a) Revive devel/llvm36 (possibly lang/clang36, too) while security/clamav comes to support llvm > 38. b) If older llvm is well-supported upstream, switch back LLVMVER to 35 or earlier (most well-supported one). c) Completely remove LLVM option from security/clamav. But please choose a) for now and give the maintainer of security/clamav (garga@) have some time to choose which way to go. BTW, should `make index` ignore /var/db/options? # I currently have no idea how to, though. Anyway, one would try `make fetchindex` first if local `make index` fails, so it would be mostly fine. -- Tomoaki AOKI