svn commit: r429210 - head/devel/llvm39

Carlos J. Puga Medina cpm at FreeBSD.org
Fri Dec 23 16:15:39 UTC 2016


On Fri, 2016-12-23 at 00:41 +0000, Brooks Davis wrote:
> Author: brooks
> Date: Fri Dec 23 00:41:12 2016
> New Revision: 429210
> URL: https://svnweb.freebsd.org/changeset/ports/429210
> 
> Log:
>   Disable LLVM_LINK_LLVM_DYLIB for now.
>   
>   The resulting llvm-nm binary has a command line parsing bug and is
>   unusable which breaks chromium builds.
>   
>   Reported by:	cpm
> 
> Modified:
>   head/devel/llvm39/Makefile
> 
> Modified: head/devel/llvm39/Makefile
> =====================================================================
> =========
> --- head/devel/llvm39/Makefile	Fri Dec 23 00:20:24 2016	
> (r429209)
> +++ head/devel/llvm39/Makefile	Fri Dec 23 00:41:12 2016	
> (r429210)
> @@ -2,6 +2,7 @@
>  
>  PORTNAME=	llvm
>  DISTVERSION=	3.9.1
> +PORTREVISION=	1
>  CATEGORIES=	devel lang
>  MASTER_SITES=	http://llvm.org/${PRE_}releases/${LLVM_RELEASE}
> /${RCDIR}
>  PKGNAMESUFFIX=	${LLVM_SUFFIX}
> @@ -37,7 +38,7 @@ SUB_FILES=	llvm-wrapper.sh
>  SUB_LIST=	LLVM_PREFIX="${LLVM_PREFIX}"
> LLVM_SUFFIX="${LLVM_SUFFIX}"
>  
>  CMAKE_INSTALL_PREFIX=	${LLVM_PREFIX}
> -CMAKE_ARGS=	-DLLVM_BUILD_LLVM_DYLIB=ON
> -DLLVM_LINK_LLVM_DYLIB=ON
> +CMAKE_ARGS=	-DLLVM_BUILD_LLVM_DYLIB=ON
>  # Following commit https://github.com/kitware/cmake/commit/956054
>  # we need to either change the whole man-shuffle below, or simply
>  # redefine CMAKE_INSTALL_MANDIR
> 

Thanks Brooks!

-- 
Carlos Jacobo Puga Medina <cpm at FreeBSD.org>
PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20161223/ed5b9601/attachment.sig>


More information about the svn-ports-head mailing list