Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2024 08:42:29 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eabba650cae3 - main - devel/wasi-libc: update to sdk-21
Message-ID:  <202401110842.40B8gTgr028804@gitrepo.freebsd.org>

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

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

commit eabba650cae3a64d87f6a8345a8819f308326c0e
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-01-11 08:40:52 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-01-11 08:40:52 +0000

    devel/wasi-libc: update to sdk-21
    
    Bump PORTREVISION of consumers
---
 devel/wasi-compiler-rt12/Makefile | 1 +
 devel/wasi-compiler-rt13/Makefile | 1 +
 devel/wasi-compiler-rt14/Makefile | 1 +
 devel/wasi-compiler-rt15/Makefile | 1 +
 devel/wasi-compiler-rt16/Makefile | 1 +
 devel/wasi-compiler-rt17/Makefile | 1 +
 devel/wasi-libc/Makefile          | 3 +--
 devel/wasi-libc/distinfo          | 6 +++---
 devel/wasi-libc/pkg-plist         | 1 +
 devel/wasi-libcxx12/Makefile      | 1 +
 devel/wasi-libcxx13/Makefile      | 1 +
 devel/wasi-libcxx14/Makefile      | 1 +
 devel/wasi-libcxx15/Makefile      | 1 +
 devel/wasi-libcxx16/Makefile      | 1 +
 devel/wasi-libcxx17/Makefile      | 1 +
 mail/thunderbird/Makefile         | 2 +-
 www/firefox-esr/Makefile          | 2 +-
 www/firefox/Makefile              | 2 +-
 www/librewolf/Makefile            | 2 +-
 www/tor-browser/Makefile          | 2 +-
 20 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/devel/wasi-compiler-rt12/Makefile b/devel/wasi-compiler-rt12/Makefile
index e945f2b9ff76..4547aefe118f 100644
--- a/devel/wasi-compiler-rt12/Makefile
+++ b/devel/wasi-compiler-rt12/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm12
 DISTVERSION=	12.0.1
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-compiler-rt
 
diff --git a/devel/wasi-compiler-rt13/Makefile b/devel/wasi-compiler-rt13/Makefile
index 4ba8f8909e6d..46013b132099 100644
--- a/devel/wasi-compiler-rt13/Makefile
+++ b/devel/wasi-compiler-rt13/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm13
 DISTVERSION=	13.0.1
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-compiler-rt
 
diff --git a/devel/wasi-compiler-rt14/Makefile b/devel/wasi-compiler-rt14/Makefile
index 7b9b4fa5aadd..05335b88f3a4 100644
--- a/devel/wasi-compiler-rt14/Makefile
+++ b/devel/wasi-compiler-rt14/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm14
 DISTVERSION=	14.0.6
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-compiler-rt
 
diff --git a/devel/wasi-compiler-rt15/Makefile b/devel/wasi-compiler-rt15/Makefile
index b3d91b783001..fdb3d740edd4 100644
--- a/devel/wasi-compiler-rt15/Makefile
+++ b/devel/wasi-compiler-rt15/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm15
 DISTVERSION=	15.0.7
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-compiler-rt
 
diff --git a/devel/wasi-compiler-rt16/Makefile b/devel/wasi-compiler-rt16/Makefile
index e5b0d916bf64..05fff01c81a6 100644
--- a/devel/wasi-compiler-rt16/Makefile
+++ b/devel/wasi-compiler-rt16/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm16
 DISTVERSION=	16.0.6
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-compiler-rt
 
diff --git a/devel/wasi-compiler-rt17/Makefile b/devel/wasi-compiler-rt17/Makefile
index b9ba826bf5de..caae24542522 100644
--- a/devel/wasi-compiler-rt17/Makefile
+++ b/devel/wasi-compiler-rt17/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm17
 DISTVERSION=	17.0.6
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-compiler-rt
 
diff --git a/devel/wasi-libc/Makefile b/devel/wasi-libc/Makefile
index 861ea01a01cd..533a8d21ec39 100644
--- a/devel/wasi-libc/Makefile
+++ b/devel/wasi-libc/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wasi-libc
-DISTVERSION=	20-13
-DISTVERSIONSUFFIX=	-gce2f157
+DISTVERSION=	21
 CATEGORIES=	devel
 
 MAINTAINER=	vishwin@FreeBSD.org
diff --git a/devel/wasi-libc/distinfo b/devel/wasi-libc/distinfo
index bdb9ce2bcd26..fec86f470d2b 100644
--- a/devel/wasi-libc/distinfo
+++ b/devel/wasi-libc/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1695350727
-SHA256 (WebAssembly-wasi-libc-20-13-gce2f157-wasi-sdk-20-13-gce2f157_GH0.tar.gz) = 0fa54e7536108eff99af04945d5d8facdc34e120179f622484ef9c7b799032f4
-SIZE (WebAssembly-wasi-libc-20-13-gce2f157-wasi-sdk-20-13-gce2f157_GH0.tar.gz) = 1312723
+TIMESTAMP = 1704903461
+SHA256 (WebAssembly-wasi-libc-21-wasi-sdk-21_GH0.tar.gz) = 4a2a3e3b120ba1163c57f34ac79c3de720a8355ee3a753d81f1f0c58c4cf6017
+SIZE (WebAssembly-wasi-libc-21-wasi-sdk-21_GH0.tar.gz) = 1313865
 SHA256 (WebAssembly-WASI-59cbe14_GH0.tar.gz) = 4e36c4add2421b44ccdded83d442d9aadf02ffa8b534d94016fad2bb7b781cc6
 SIZE (WebAssembly-WASI-59cbe14_GH0.tar.gz) = 162059
diff --git a/devel/wasi-libc/pkg-plist b/devel/wasi-libc/pkg-plist
index 4f27a45c78fe..6b7902c5d833 100644
--- a/devel/wasi-libc/pkg-plist
+++ b/devel/wasi-libc/pkg-plist
@@ -95,6 +95,7 @@ share/wasi-sysroot/include/cpio.h
 share/wasi-sysroot/include/crypt.h
 share/wasi-sysroot/include/ctype.h
 share/wasi-sysroot/include/dirent.h
+share/wasi-sysroot/include/dlfcn.h
 share/wasi-sysroot/include/endian.h
 share/wasi-sysroot/include/err.h
 share/wasi-sysroot/include/errno.h
diff --git a/devel/wasi-libcxx12/Makefile b/devel/wasi-libcxx12/Makefile
index 0cbe734219a7..5fb77e5b411c 100644
--- a/devel/wasi-libcxx12/Makefile
+++ b/devel/wasi-libcxx12/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm12
 DISTVERSION=	12.0.1
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-libcxx
 
diff --git a/devel/wasi-libcxx13/Makefile b/devel/wasi-libcxx13/Makefile
index a20c9924be08..c0422a465d6d 100644
--- a/devel/wasi-libcxx13/Makefile
+++ b/devel/wasi-libcxx13/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm13
 DISTVERSION=	13.0.1
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-libcxx
 
diff --git a/devel/wasi-libcxx14/Makefile b/devel/wasi-libcxx14/Makefile
index c3ab75ac771e..815e2513e1ec 100644
--- a/devel/wasi-libcxx14/Makefile
+++ b/devel/wasi-libcxx14/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm14
 DISTVERSION=	14.0.6
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-libcxx
 
diff --git a/devel/wasi-libcxx15/Makefile b/devel/wasi-libcxx15/Makefile
index 1d503bbbf44f..890c47a0a510 100644
--- a/devel/wasi-libcxx15/Makefile
+++ b/devel/wasi-libcxx15/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm15
 DISTVERSION=	15.0.7
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-libcxx
 
diff --git a/devel/wasi-libcxx16/Makefile b/devel/wasi-libcxx16/Makefile
index a42026e5070d..387f84d604d4 100644
--- a/devel/wasi-libcxx16/Makefile
+++ b/devel/wasi-libcxx16/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm16
 DISTVERSION=	16.0.6
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-libcxx
 
diff --git a/devel/wasi-libcxx17/Makefile b/devel/wasi-libcxx17/Makefile
index beda85347bd5..a9198e632db2 100644
--- a/devel/wasi-libcxx17/Makefile
+++ b/devel/wasi-libcxx17/Makefile
@@ -1,5 +1,6 @@
 # must sync with devel/llvm17
 DISTVERSION=	17.0.6
+PORTREVISION=	1
 
 MASTERDIR=	${.CURDIR}/../wasi-libcxx
 
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index a57befd50ebc..6b70257be088 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	thunderbird
 DISTVERSION=	115.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail news net-im wayland
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 11ef89eeaa3b..d126b7eb4e88 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	firefox
 DISTVERSION=	115.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	www wayland
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 35f3d10ca837..a0250af09b45 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	firefox
 DISTVERSION=	121.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	2
 CATEGORIES=	www wayland
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \
diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile
index 47b378c2b6ea..995729b4e27e 100644
--- a/www/librewolf/Makefile
+++ b/www/librewolf/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	librewolf
 DISTVERSION=	117.0.1-1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www wayland
 MASTER_SITES=	https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/${DISTVERSION:R}-1/
 DISTNAME=	${PORTNAME}-${DISTVERSION:R}-1.source.
diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile
index 30d5dea17a89..b57638f7e6fb 100644
--- a/www/tor-browser/Makefile
+++ b/www/tor-browser/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tor-browser
 DISTVERSION=	13.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www net security wayland
 MASTER_SITES=	TOR \
 		https://build-sources.tbb.torproject.org/:source1 \



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