git: 7f699cf38309 - main - www/iridium: use internal snappy to avoid missing symbols with lld17+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Apr 2024 08:41:28 UTC
The branch main has been updated by rnagy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f699cf383097eb84151ab02d98c2e2524f30ee7 commit 7f699cf383097eb84151ab02d98c2e2524f30ee7 Author: Robert Nagy <rnagy@FreeBSD.org> AuthorDate: 2024-04-10 08:40:15 +0000 Commit: Robert Nagy <rnagy@FreeBSD.org> CommitDate: 2024-04-10 08:41:23 +0000 www/iridium: use internal snappy to avoid missing symbols with lld17+ PR: 278285 --- www/iridium/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/iridium/Makefile b/www/iridium/Makefile index db785288f289..2ad771914e5b 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -1,5 +1,6 @@ PORTNAME= iridium PORTVERSION= 2024.01.120 +PORTREVISION= 1 CATEGORIES= www wayland MASTER_SITES= https://downloads.iridiumbrowser.de/source/ PKGNAMESUFFIX= -browser @@ -35,7 +36,6 @@ BUILD_DEPENDS= bash:shells/bash \ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libspeechd.so:accessibility/speech-dispatcher \ - libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ libopus.so:audio/opus \ libspeex.so:audio/speex \ @@ -265,7 +265,7 @@ pre-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${PYTHON_CMD} \ ./build/linux/unbundle/replace_gn_files.py --system-libraries \ dav1d flac fontconfig freetype harfbuzz-ng icu libdrm libevent libpng \ - libwebp libxml libxslt openh264 opus snappy || ${FALSE} + libwebp libxml libxslt openh264 opus || ${FALSE} # Iridium uses an unreleased version of FFmpeg, so configure it cd ${WRKSRC}/third_party/ffmpeg && \ ${PYTHON_CMD} chromium/scripts/build_ffmpeg.py freebsd ${FFMPEG_TARGET} \