Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 16:49:45 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539368 - head/devel/chromium-gn
Message-ID:  <202006161649.05GGnjbu016487@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Tue Jun 16 16:49:45 2020
New Revision: 539368
URL: https://svnweb.freebsd.org/changeset/ports/539368

Log:
  devel/chromium-gn: unbreak
  
  PR:		247239
  Approved by:	pizzamig (maintainer)

Modified:
  head/devel/chromium-gn/Makefile

Modified: head/devel/chromium-gn/Makefile
==============================================================================
--- head/devel/chromium-gn/Makefile	Tue Jun 16 16:36:12 2020	(r539367)
+++ head/devel/chromium-gn/Makefile	Tue Jun 16 16:49:45 2020	(r539368)
@@ -11,7 +11,6 @@ EXPIRATION_DATE=	2020-09-15
 
 MASTERDIR=	${.CURDIR}/../../www/chromium
 
-BROKEN=		fails to extract
 BROKEN_FreeBSD_11_powerpc64=	fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope
 BROKEN_FreeBSD_12_powerpc64=	fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope
 
@@ -24,10 +23,6 @@ DESCR=	${.CURDIR}/pkg-descr
 PLIST_FILES=	bin/gn
 
 GN_ONLY=	yes
-
-post-extract:
-	@${CP} ${WRKSRC}/base/numerics/safe_math_arm_impl.h ${WRKSRC}/tools/gn/base/numerics
-	@${CP} ${WRKSRC}/base/numerics/safe_conversions_arm_impl.h ${WRKSRC}/tools/gn/base/numerics
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/gn ${STAGEDIR}${PREFIX}/bin



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