Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
7f699cf3
Commit
7f699cf3
authored
11 months ago
by
Robert Nagy
Browse files
Options
Downloads
Patches
Plain Diff
www/iridium: use internal snappy to avoid missing symbols with lld17+
PR: 278285
parent
30cb4299
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/iridium/Makefile
+2
-2
2 additions, 2 deletions
www/iridium/Makefile
with
2 additions
and
2 deletions
www/iridium/Makefile
+
2
−
2
View file @
7f699cf3
PORTNAME
=
iridium
PORTNAME
=
iridium
PORTVERSION
=
2024.01.120
PORTVERSION
=
2024.01.120
PORTREVISION
=
1
CATEGORIES
=
www wayland
CATEGORIES
=
www wayland
MASTER_SITES
=
https://downloads.iridiumbrowser.de/source/
MASTER_SITES
=
https://downloads.iridiumbrowser.de/source/
PKGNAMESUFFIX
=
-browser
PKGNAMESUFFIX
=
-browser
...
@@ -35,7 +36,6 @@ BUILD_DEPENDS= bash:shells/bash \
...
@@ -35,7 +36,6 @@ BUILD_DEPENDS= bash:shells/bash \
LIB_DEPENDS
=
libatk-bridge-2.0.so:accessibility/at-spi2-core
\
LIB_DEPENDS
=
libatk-bridge-2.0.so:accessibility/at-spi2-core
\
libatspi.so:accessibility/at-spi2-core
\
libatspi.so:accessibility/at-spi2-core
\
libspeechd.so:accessibility/speech-dispatcher
\
libspeechd.so:accessibility/speech-dispatcher
\
libsnappy.so:archivers/snappy
\
libFLAC.so:audio/flac
\
libFLAC.so:audio/flac
\
libopus.so:audio/opus
\
libopus.so:audio/opus
\
libspeex.so:audio/speex
\
libspeex.so:audio/speex
\
...
@@ -265,7 +265,7 @@ pre-configure:
...
@@ -265,7 +265,7 @@ pre-configure:
cd
${
WRKSRC
}
&&
${
SETENV
}
${
CONFIGURE_ENV
}
${
PYTHON_CMD
}
\
cd
${
WRKSRC
}
&&
${
SETENV
}
${
CONFIGURE_ENV
}
${
PYTHON_CMD
}
\
./build/linux/unbundle/replace_gn_files.py
--system-libraries
\
./build/linux/unbundle/replace_gn_files.py
--system-libraries
\
dav1d flac fontconfig freetype harfbuzz-ng icu libdrm libevent libpng
\
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
# Iridium uses an unreleased version of FFmpeg, so configure it
cd
${
WRKSRC
}
/third_party/ffmpeg
&&
\
cd
${
WRKSRC
}
/third_party/ffmpeg
&&
\
${
PYTHON_CMD
}
chromium/scripts/build_ffmpeg.py freebsd
${
FFMPEG_TARGET
}
\
${
PYTHON_CMD
}
chromium/scripts/build_ffmpeg.py freebsd
${
FFMPEG_TARGET
}
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment