svn commit: r413159 - head/devel/llvm37
Brooks Davis
brooks at freebsd.org
Wed Apr 13 16:04:16 UTC 2016
On Wed, Apr 13, 2016 at 10:05:51AM +0200, Mathieu Arnold wrote:
>
>
> +--On 12 avril 2016 20:33:57 +0000 Dmitry Marakasov <amdmi3 at FreeBSD.org>
> wrote:
> | Author: amdmi3
> | Date: Tue Apr 12 20:33:57 2016
> | New Revision: 413159
> | URL: https://svnweb.freebsd.org/changeset/ports/413159
> |
> | Log:
> | - Fix shebangs
> |
> | Approved by: portmgr blanket
> |
> | Modified:
> | head/devel/llvm37/Makefile
> |
> | Modified: head/devel/llvm37/Makefile
> | =========================================================================
> | ===== --- head/devel/llvm37/Makefile Tue Apr 12 19:48:53 2016 (r413158)
> | +++ head/devel/llvm37/Makefile Tue Apr 12 20:33:57 2016 (r413159) @@ -2,7
> | +2,7 @@
> |
> | PORTNAME= llvm
> | DISTVERSION= 3.7.1
> | -PORTREVISION= 1
> | +PORTREVISION= 2
> | CATEGORIES= devel lang
> | MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR}
> | DISTNAME= ${PORTNAME}-${DISTVERSION}.src
> | @@ -21,7 +21,8 @@ LLVM_PREFIX= ${PREFIX}/llvm${LLVM_SUFFIX
> | DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
> | DATADIR= ${PREFIX}/share/${PORTNAME}${LLVM_SUFFIX}
> |
> | -USES= cmake:outsource compiler:c++11-lib libedit ninja perl5 tar:xz
> | +USES= cmake:outsource compiler:c++11-lib libedit ninja perl5 shebangfix
> | tar:xz +SHEBANG_FILES=
> | tools/clang/tools/extra/clang-tidy/tool/clang-tidy-diff.py
> | USE_LDCONFIG= ${LLVM_PREFIX}/lib
>
> After this commit, I get build failures:
>
> <http://pkg.absolight.net/data/10amd64-pkgng-perl5-devel/20160413T022101Z/logs/errors/llvm37-3.7.1_2.log>
Sphinx seems to blow up randomly now and then. Trying again has always
fixed it so I've been unable to even try to debug. :(
-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160413/d0a035a3/attachment.sig>
More information about the svn-ports-head
mailing list