Date: Tue, 2 May 2017 22:40:46 +0900 From: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> 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>
next in thread | raw e-mail | index | archive | help
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 <junchoon@dec.sakura.ne.jp>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170502224046.657e19c12d23370e90349f2d>