Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 20:43:29 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ed31f3767c4 - main - lang/v8: Remove outdated patch after r563570 (a7d2ae454e62240f7349c94e02e45b5982e74204)
Message-ID:  <202104252043.13PKhTag096795@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ed31f3767c48af07347255a5b3a4650b5431f73

commit 2ed31f3767c48af07347255a5b3a4650b5431f73
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-25 20:21:40 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-25 20:36:31 +0000

    lang/v8: Remove outdated patch after r563570 (a7d2ae454e62240f7349c94e02e45b5982e74204)
    
    PR:             254905
    Reported by:    mikael
---
 lang/v8/files/extrapatch-clang10 | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/lang/v8/files/extrapatch-clang10 b/lang/v8/files/extrapatch-clang10
deleted file mode 100644
index dff0b00381e9..000000000000
--- a/lang/v8/files/extrapatch-clang10
+++ /dev/null
@@ -1,13 +0,0 @@
---- build/toolchain/gcc_toolchain.gni.orig	2020-06-30 10:30:30 UTC
-+++ build/toolchain/gcc_toolchain.gni
-@@ -596,8 +596,8 @@ template("clang_toolchain") {
-   gcc_toolchain(target_name) {
-     if (is_bsd) {
-       prefix = "/usr/local/bin"
--      cc = "cc"
--      cxx = "c++"
-+      cc = "clang10"
-+      cxx = "clang++10"
-       ld = cxx
-       readelf = "readelf"
-       ar = "${prefix}/ar"



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