Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2023 05:32:49 GMT
From:      Robert Nagy <rnagy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 81b0e8d90f0e - 2023Q2 - www/{*chromium,iridium}: switch to USES=iconv:wchar_t to fixup library deps
Message-ID:  <202304110532.33B5WnVm042041@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by rnagy:

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

commit 81b0e8d90f0e03702cc301ce292d7bd47ff546f0
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2023-04-11 05:30:15 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2023-04-11 05:32:43 +0000

    www/{*chromium,iridium}: switch to USES=iconv:wchar_t to fixup library deps
    
    Approved by:    rene (mentor)
    
    (cherry picked from commit eb0137c80b62d36627495966580bced84518cfea)
---
 www/chromium/Makefile           | 3 ++-
 www/iridium/Makefile            | 4 ++--
 www/ungoogled-chromium/Makefile | 3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 2b50fcb2ab80..f00ed3a7bdb0 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	chromium
 PORTVERSION=	112.0.5615.49
+PORTREVISION=	1
 CATEGORIES=	www wayland
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
 		https://nerd.hu/distfiles/:external
@@ -68,7 +69,7 @@ LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-core \
 RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 		noto-basic>0:x11-fonts/noto-basic
 
-USES=		bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv jpeg \
+USES=		bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv:wchar_t jpeg \
 		localbase:ldflags ninja perl5 pkgconfig python:3.7+,build qt:5 shebangfix \
 		tar:xz xorg
 
diff --git a/www/iridium/Makefile b/www/iridium/Makefile
index 75b2465e9f2d..af7d6b001b82 100644
--- a/www/iridium/Makefile
+++ b/www/iridium/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	iridium
 PORTVERSION=	2023.03.111
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www wayland
 MASTER_SITES=	https://downloads.iridiumbrowser.de/source/
 PKGNAMESUFFIX=	-browser
@@ -71,7 +71,7 @@ LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-core \
 RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 		noto-basic>0:x11-fonts/noto-basic
 
-USES=		bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv jpeg \
+USES=		bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv:wchar_t jpeg \
 		localbase:ldflags ninja perl5 pkgconfig python:3.7+,build qt:5 shebangfix \
 		tar:xz xorg
 
diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile
index bb66f8067267..730ae6392b1b 100644
--- a/www/ungoogled-chromium/Makefile
+++ b/www/ungoogled-chromium/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ungoogled-chromium
 PORTVERSION=	112.0.5615.49
+PORTREVISION=	1
 UGVERSION=	${DISTVERSION}-1
 CATEGORIES=	www wayland
 MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/ \
@@ -72,7 +73,7 @@ LIB_DEPENDS=	libatk-bridge-2.0.so:accessibility/at-spi2-core \
 RUN_DEPENDS=	xdg-open:devel/xdg-utils \
 		noto-basic>0:x11-fonts/noto-basic
 
-USES=		bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv jpeg \
+USES=		bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv:wchar_t jpeg \
 		localbase:ldflags ninja perl5 pkgconfig python:3.7+,build qt:5 shebangfix \
 		tar:xz xorg
 



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