Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 21:22:39 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461654 - head/devel/llvm-devel
Message-ID:  <201802122122.w1CLMdFf089373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Mon Feb 12 21:22:39 2018
New Revision: 461654
URL: https://svnweb.freebsd.org/changeset/ports/461654

Log:
  Mark broken on 10.3.
  
  This is broader than necessicary, but should not be a major problem
  in practice.  Packages for 10.x should start being built again after
  10.3 expires at the end of April which is well before the release
  of 7.0.0 is planned.

Modified:
  head/devel/llvm-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Mon Feb 12 21:14:25 2018	(r461653)
+++ head/devel/llvm-devel/Makefile	Mon Feb 12 21:22:39 2018	(r461654)
@@ -276,6 +276,7 @@ MAN1SRCS+=	bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-ar.1
 
 .if ${OPSYS} == FreeBSD && ${OSREL} == 10.3
 CFLAGS+=	-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1
+BROKEN=	Missing __cxa_thread_atexit
 .endif
 
 .if defined(WITH_DEBUG)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802122122.w1CLMdFf089373>