*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-08-15 10:44:29 +02:00
parent 9fbfc0fbcf
commit 287950bd7a
94 changed files with 1923 additions and 1161 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= fritzconnection
DISTVERSION= 1.13.2
DISTVERSION= 1.14.0
CATEGORIES= comms python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1695493790
SHA256 (kbr-fritzconnection-1.13.2_GH0.tar.gz) = ee7e6bd207c7fef606d016b7068c63a03607ca97007a064f6ef4db75c8a217b2
SIZE (kbr-fritzconnection-1.13.2_GH0.tar.gz) = 161752
TIMESTAMP = 1723641526
SHA256 (kbr-fritzconnection-1.14.0_GH0.tar.gz) = 95c18f7b6a9f78c35b5782c9f303f0e49737a6e3b99896ab950e2df2635d69f5
SIZE (kbr-fritzconnection-1.14.0_GH0.tar.gz) = 165234

View file

@ -1,5 +1,5 @@
PORTNAME= tarantool
PORTVERSION= 3.0.0
PORTVERSION= 3.1.1
CATEGORIES= databases
MASTER_SITES= https://download.tarantool.org/tarantool/src/
@ -56,5 +56,6 @@ post-patch:
post-install:
@${RMDIR} ${STAGEDIR}${PREFIX}/lib/tarantool/
@${RMDIR} ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1703671142
SHA256 (tarantool-3.0.0.tar.gz) = 41dee7d752839e47b55dafeca424937e15be2d72d5a002ccc3b7f23dc8dbee3f
SIZE (tarantool-3.0.0.tar.gz) = 43019938
TIMESTAMP = 1723625416
SHA256 (tarantool-3.1.1.tar.gz) = 705aeeac16b26ab7b06c6acb418ae22c5367665dcdccc28d577271fddd78a1e6
SIZE (tarantool-3.1.1.tar.gz) = 32789262

View file

@ -1,7 +1,4 @@
bin/tarantool
bin/tarantoolctl
etc/tarantool/default/tarantool
etc/tarantool/instances.available/example.lua
include/tarantool/lauxlib.h
include/tarantool/lmisclib.h
include/tarantool/lua.h
@ -11,101 +8,3 @@ include/tarantool/luajit.h
include/tarantool/lualib.h
include/tarantool/module.h
share/man/man1/tarantool.1.gz
share/man/man1/tarantoolctl.1.gz
%%DATADIR%%/luarocks/admin/cache.lua
%%DATADIR%%/luarocks/admin/cmd/add.lua
%%DATADIR%%/luarocks/admin/cmd/make_manifest.lua
%%DATADIR%%/luarocks/admin/cmd/refresh_cache.lua
%%DATADIR%%/luarocks/admin/cmd/remove.lua
%%DATADIR%%/luarocks/admin/index.lua
%%DATADIR%%/luarocks/argparse.lua
%%DATADIR%%/luarocks/build.lua
%%DATADIR%%/luarocks/build/builtin.lua
%%DATADIR%%/luarocks/build/cmake.lua
%%DATADIR%%/luarocks/build/command.lua
%%DATADIR%%/luarocks/build/make.lua
%%DATADIR%%/luarocks/cmd.lua
%%DATADIR%%/luarocks/cmd/build.lua
%%DATADIR%%/luarocks/cmd/config.lua
%%DATADIR%%/luarocks/cmd/doc.lua
%%DATADIR%%/luarocks/cmd/download.lua
%%DATADIR%%/luarocks/cmd/init.lua
%%DATADIR%%/luarocks/cmd/install.lua
%%DATADIR%%/luarocks/cmd/lint.lua
%%DATADIR%%/luarocks/cmd/list.lua
%%DATADIR%%/luarocks/cmd/make.lua
%%DATADIR%%/luarocks/cmd/new_version.lua
%%DATADIR%%/luarocks/cmd/pack.lua
%%DATADIR%%/luarocks/cmd/path.lua
%%DATADIR%%/luarocks/cmd/purge.lua
%%DATADIR%%/luarocks/cmd/remove.lua
%%DATADIR%%/luarocks/cmd/search.lua
%%DATADIR%%/luarocks/cmd/show.lua
%%DATADIR%%/luarocks/cmd/test.lua
%%DATADIR%%/luarocks/cmd/unpack.lua
%%DATADIR%%/luarocks/cmd/upload.lua
%%DATADIR%%/luarocks/cmd/which.lua
%%DATADIR%%/luarocks/cmd/write_rockspec.lua
%%DATADIR%%/luarocks/core/cfg.lua
%%DATADIR%%/luarocks/core/dir.lua
%%DATADIR%%/luarocks/core/hardcoded.lua
%%DATADIR%%/luarocks/core/manif.lua
%%DATADIR%%/luarocks/core/path.lua
%%DATADIR%%/luarocks/core/persist.lua
%%DATADIR%%/luarocks/core/sysdetect.lua
%%DATADIR%%/luarocks/core/util.lua
%%DATADIR%%/luarocks/core/vers.lua
%%DATADIR%%/luarocks/deplocks.lua
%%DATADIR%%/luarocks/deps.lua
%%DATADIR%%/luarocks/dir.lua
%%DATADIR%%/luarocks/download.lua
%%DATADIR%%/luarocks/fetch.lua
%%DATADIR%%/luarocks/fetch/cvs.lua
%%DATADIR%%/luarocks/fetch/git.lua
%%DATADIR%%/luarocks/fetch/git_file.lua
%%DATADIR%%/luarocks/fetch/git_http.lua
%%DATADIR%%/luarocks/fetch/git_https.lua
%%DATADIR%%/luarocks/fetch/git_ssh.lua
%%DATADIR%%/luarocks/fetch/hg.lua
%%DATADIR%%/luarocks/fetch/hg_http.lua
%%DATADIR%%/luarocks/fetch/hg_https.lua
%%DATADIR%%/luarocks/fetch/hg_ssh.lua
%%DATADIR%%/luarocks/fetch/sscm.lua
%%DATADIR%%/luarocks/fetch/svn.lua
%%DATADIR%%/luarocks/fs.lua
%%DATADIR%%/luarocks/fs/lua.lua
%%DATADIR%%/luarocks/fs/tools.lua
%%DATADIR%%/luarocks/fs/macosx.lua
%%DATADIR%%/luarocks/fs/unix.lua
%%DATADIR%%/luarocks/fs/unix/tools.lua
%%DATADIR%%/luarocks/fs/win32.lua
%%DATADIR%%/luarocks/fs/win32/tools.lua
%%DATADIR%%/luarocks/fun.lua
%%DATADIR%%/luarocks/loader.lua
%%DATADIR%%/luarocks/manif.lua
%%DATADIR%%/luarocks/manif/writer.lua
%%DATADIR%%/luarocks/pack.lua
%%DATADIR%%/luarocks/path.lua
%%DATADIR%%/luarocks/persist.lua
%%DATADIR%%/luarocks/queries.lua
%%DATADIR%%/luarocks/remove.lua
%%DATADIR%%/luarocks/repos.lua
%%DATADIR%%/luarocks/require.lua
%%DATADIR%%/luarocks/results.lua
%%DATADIR%%/luarocks/rockspecs.lua
%%DATADIR%%/luarocks/search.lua
%%DATADIR%%/luarocks/signing.lua
%%DATADIR%%/luarocks/test.lua
%%DATADIR%%/luarocks/test/busted.lua
%%DATADIR%%/luarocks/test/command.lua
%%DATADIR%%/luarocks/tools/patch.lua
%%DATADIR%%/luarocks/tools/tar.lua
%%DATADIR%%/luarocks/tools/zip.lua
%%DATADIR%%/luarocks/type/manifest.lua
%%DATADIR%%/luarocks/type/rockspec.lua
%%DATADIR%%/luarocks/type_check.lua
%%DATADIR%%/luarocks/upload/api.lua
%%DATADIR%%/luarocks/upload/multipart.lua
%%DATADIR%%/luarocks/util.lua
@dir(tarantool,tarantool,) %%TT_DATADIR%%
@dir(tarantool,tarantool,) %%TT_LOGDIR%%

View file

@ -1,7 +1,6 @@
PORTNAME= cargo-leptos
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.17
PORTREVISION= 2
DISTVERSION= 0.2.18
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -18,7 +17,8 @@ GH_ACCOUNT= leptos-rs
RUSTFLAGS= ${ARCH:S/i386/YES/:C/^[a-z].*//:S/YES/-C target-feature=+sse,+sse2/} # add sse sse2 target-features only on i386
CARGO_CRATES= addr2line-0.21.0 \
CARGO_CRATES= Inflector-0.11.4 \
addr2line-0.22.0 \
adler-1.0.2 \
adler32-1.2.0 \
ahash-0.7.8 \
@ -26,59 +26,65 @@ CARGO_CRATES= addr2line-0.21.0 \
aho-corasick-1.1.3 \
alloc-no-stdlib-2.0.4 \
alloc-stdlib-0.2.2 \
allocator-api2-0.2.18 \
android-tzdata-0.1.1 \
android_system_properties-0.1.5 \
ansi_term-0.12.1 \
anstream-0.6.13 \
anstyle-1.0.6 \
anstyle-parse-0.2.3 \
anstyle-query-1.0.2 \
anstyle-wincon-3.0.2 \
anyhow-1.0.81 \
async-trait-0.1.79 \
autocfg-1.2.0 \
anstream-0.6.15 \
anstyle-1.0.8 \
anstyle-parse-0.2.5 \
anstyle-query-1.1.1 \
anstyle-wincon-3.0.4 \
anyhow-1.0.86 \
arrayvec-0.7.4 \
ast_node-0.9.9 \
async-trait-0.1.81 \
auto_impl-1.2.0 \
autocfg-1.3.0 \
axum-0.7.5 \
axum-core-0.4.3 \
backtrace-0.3.71 \
backtrace-0.3.73 \
base64-0.21.7 \
base64-0.22.1 \
base64-simd-0.7.0 \
base64ct-1.6.0 \
better_scoped_tls-0.1.1 \
bitflags-1.3.2 \
bitflags-2.5.0 \
bitflags-2.6.0 \
bitvec-1.0.1 \
block-buffer-0.10.4 \
brotli-3.5.0 \
brotli-decompressor-2.5.1 \
browserslist-rs-0.15.0 \
bumpalo-3.15.4 \
brotli-6.0.0 \
brotli-decompressor-4.0.1 \
browserslist-rs-0.16.0 \
bumpalo-3.16.0 \
bytecheck-0.6.12 \
bytecheck_derive-0.6.12 \
byteorder-1.5.0 \
bytes-1.6.0 \
camino-1.1.6 \
bytes-1.7.1 \
camino-1.1.7 \
cargo-platform-0.1.8 \
cargo_metadata-0.18.1 \
cc-1.0.90 \
cc-1.1.10 \
cfg-if-0.1.10 \
cfg-if-1.0.0 \
chrono-0.4.37 \
clap-4.5.4 \
clap_builder-4.5.2 \
clap_derive-4.5.4 \
clap_lex-0.7.0 \
colorchoice-1.0.0 \
chrono-0.4.38 \
clap-4.5.15 \
clap_builder-4.5.15 \
clap_derive-4.5.13 \
clap_lex-0.7.2 \
colorchoice-1.0.2 \
console-0.15.8 \
const-str-0.3.2 \
const-str-proc-macro-0.3.2 \
convert_case-0.4.0 \
core-foundation-0.9.4 \
core-foundation-sys-0.8.6 \
convert_case-0.6.0 \
core-foundation-sys-0.8.7 \
core2-0.4.0 \
cpufeatures-0.2.12 \
crc32fast-1.4.0 \
cpufeatures-0.2.13 \
crc32fast-1.4.2 \
crossbeam-deque-0.8.5 \
crossbeam-epoch-0.9.18 \
crossbeam-utils-0.8.19 \
crossbeam-utils-0.8.20 \
crypto-common-0.1.6 \
cssparser-0.33.0 \
cssparser-color-0.1.0 \
@ -88,31 +94,33 @@ CARGO_CRATES= addr2line-0.21.0 \
darling_macro-0.14.4 \
dary_heap-0.3.6 \
dashmap-5.5.3 \
data-encoding-2.5.0 \
data-encoding-2.6.0 \
data-url-0.1.1 \
debugid-0.8.0 \
derive_builder-0.12.0 \
derive_builder_core-0.12.0 \
derive_builder_macro-0.12.0 \
derive_more-0.99.17 \
derive_more-0.99.18 \
digest-0.10.7 \
dirs-5.0.1 \
dirs-sys-0.4.1 \
dotenvy-0.15.7 \
dtoa-1.0.9 \
dtoa-short-0.3.4 \
dunce-1.0.4 \
either-1.10.0 \
dtoa-short-0.3.5 \
dunce-1.0.5 \
either-1.13.0 \
encode_unicode-0.3.6 \
encoding_rs-0.8.33 \
equivalent-1.0.1 \
errno-0.3.8 \
errno-0.3.9 \
fallible-iterator-0.2.0 \
fastrand-2.0.2 \
filetime-0.2.23 \
flate2-1.0.28 \
flexi_logger-0.27.4 \
fastrand-2.1.0 \
filetime-0.2.24 \
fixedbitset-0.4.2 \
flate2-1.0.31 \
flexi_logger-0.28.5 \
fnv-1.0.7 \
form_urlencoded-1.2.1 \
from_variant-0.1.9 \
fsevent-0.4.0 \
fsevent-sys-2.0.1 \
fuchsia-zircon-0.3.3 \
@ -126,89 +134,100 @@ CARGO_CRATES= addr2line-0.21.0 \
futures-util-0.3.30 \
fxhash-0.2.1 \
generic-array-0.14.7 \
getrandom-0.2.12 \
getrandom-0.2.15 \
gimli-0.26.2 \
gimli-0.28.1 \
gimli-0.29.0 \
glob-0.3.1 \
h2-0.3.25 \
hashbrown-0.12.3 \
hashbrown-0.13.2 \
hashbrown-0.14.3 \
hashbrown-0.14.5 \
heck-0.3.3 \
heck-0.5.0 \
hermit-abi-0.3.9 \
home-0.5.9 \
http-0.2.12 \
hstr-0.2.12 \
http-1.1.0 \
http-body-0.4.6 \
http-body-1.0.0 \
http-body-util-0.1.1 \
httparse-1.8.0 \
http-body-1.0.1 \
http-body-util-0.1.2 \
httparse-1.9.4 \
httpdate-1.0.3 \
hyper-0.14.28 \
hyper-1.2.0 \
hyper-rustls-0.24.2 \
hyper-util-0.1.3 \
hyper-1.4.1 \
hyper-rustls-0.27.2 \
hyper-util-0.1.7 \
iana-time-zone-0.1.60 \
iana-time-zone-haiku-0.1.2 \
id-arena-2.2.1 \
ident_case-1.0.1 \
idna-0.5.0 \
if_chain-1.0.2 \
indexmap-1.9.3 \
indexmap-2.2.6 \
indexmap-2.3.0 \
inotify-0.7.1 \
inotify-sys-0.1.5 \
insta-1.38.0 \
insta-1.39.0 \
iovec-0.1.4 \
ipnet-2.9.0 \
is-terminal-0.4.12 \
is-macro-0.3.6 \
is_terminal_polyfill-1.70.1 \
itertools-0.10.5 \
itertools-0.12.1 \
itertools-0.13.0 \
itoa-1.0.11 \
js-sys-0.3.69 \
js-sys-0.3.70 \
jsonc-parser-0.21.1 \
kernel32-sys-0.2.2 \
lazy_static-1.4.0 \
lazy_static-1.5.0 \
lazycell-1.3.0 \
leb128-0.2.5 \
leptos_hot_reload-0.6.10 \
libc-0.2.153 \
libflate-2.0.0 \
libflate_lz77-2.0.0 \
leptos_hot_reload-0.6.13 \
libc-0.2.155 \
libflate-2.1.0 \
libflate_lz77-2.1.0 \
libredox-0.1.3 \
lightningcss-1.0.0-alpha.55 \
lightningcss-1.0.0-alpha.58 \
lightningcss-derive-1.0.0-alpha.43 \
linked-hash-map-0.5.6 \
linux-raw-sys-0.4.13 \
lock_api-0.4.11 \
log-0.4.21 \
linux-raw-sys-0.4.14 \
lock_api-0.4.12 \
log-0.4.22 \
lru-0.10.1 \
matches-0.1.10 \
matchit-0.7.3 \
md-5-0.10.6 \
memchr-2.7.2 \
memchr-2.7.4 \
miette-7.2.0 \
miette-derive-7.2.0 \
mime-0.3.17 \
minimal-lexical-0.2.1 \
miniz_oxide-0.7.2 \
miniz_oxide-0.7.4 \
mio-0.6.23 \
mio-0.8.11 \
mio-1.0.2 \
mio-extras-2.0.6 \
miow-0.2.2 \
net2-0.2.39 \
new_debug_unreachable-1.0.6 \
nom-7.1.3 \
notify-4.0.17 \
nu-ansi-term-0.49.0 \
num-traits-0.2.18 \
normpath-0.2.0 \
notify-4.0.18 \
nu-ansi-term-0.50.1 \
num-bigint-0.4.6 \
num-integer-0.1.46 \
num-traits-0.2.19 \
num_cpus-1.16.0 \
object-0.32.2 \
object-0.36.3 \
once_cell-1.19.0 \
option-ext-0.2.0 \
outref-0.1.0 \
parcel_selectors-0.26.4 \
owo-colors-4.0.0 \
parcel_selectors-0.26.6 \
parcel_sourcemap-2.1.1 \
parking_lot-0.12.1 \
parking_lot_core-0.9.9 \
paste-1.0.14 \
parking_lot-0.12.3 \
parking_lot_core-0.9.10 \
paste-1.0.15 \
path-clean-0.1.0 \
path-clean-1.0.1 \
pathdiff-0.2.1 \
percent-encoding-2.3.1 \
petgraph-0.6.5 \
phf-0.10.1 \
phf-0.11.2 \
phf_codegen-0.10.0 \
@ -221,159 +240,240 @@ CARGO_CRATES= addr2line-0.21.0 \
pin-project-internal-1.1.5 \
pin-project-lite-0.2.14 \
pin-utils-0.1.0 \
ppv-lite86-0.2.17 \
ppv-lite86-0.2.20 \
precomputed-hash-0.1.1 \
preset_env_base-0.5.1 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.79 \
proc-macro2-1.0.86 \
proc-macro2-diagnostics-0.10.1 \
psm-0.1.21 \
ptr_meta-0.1.4 \
ptr_meta_derive-0.1.4 \
quote-1.0.35 \
quinn-0.11.3 \
quinn-proto-0.11.6 \
quinn-udp-0.5.4 \
quote-1.0.36 \
radium-0.7.0 \
radix_fmt-1.0.0 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
rayon-1.10.0 \
rayon-core-1.12.1 \
redox_syscall-0.4.1 \
redox_syscall-0.5.3 \
redox_users-0.4.5 \
regex-1.10.4 \
regex-automata-0.4.6 \
regex-syntax-0.8.3 \
regex-1.10.6 \
regex-automata-0.4.7 \
regex-syntax-0.8.4 \
rend-0.4.2 \
reqwest-0.11.27 \
reqwest-0.12.5 \
ring-0.17.8 \
rkyv-0.7.44 \
rkyv_derive-0.7.44 \
rle-decode-fast-1.0.3 \
rstml-0.11.2 \
rustc-demangle-0.1.23 \
rustc-demangle-0.1.24 \
rustc-hash-1.1.0 \
rustc-hash-2.0.0 \
rustc_version-0.2.3 \
rustc_version-0.4.0 \
rustix-0.38.32 \
rustls-0.21.10 \
rustls-pemfile-1.0.4 \
rustls-webpki-0.101.7 \
rustversion-1.0.14 \
ryu-1.0.17 \
rustix-0.38.34 \
rustls-0.23.12 \
rustls-pemfile-2.1.3 \
rustls-pki-types-1.8.0 \
rustls-webpki-0.102.6 \
rustversion-1.0.17 \
ryu-1.0.18 \
ryu-js-1.0.1 \
same-file-1.0.6 \
scoped-tls-1.0.1 \
scopeguard-1.2.0 \
sct-0.7.1 \
seahash-4.1.0 \
semver-1.0.22 \
serde-1.0.197 \
serde_derive-1.0.197 \
serde_json-1.0.115 \
semver-0.9.0 \
semver-1.0.23 \
semver-parser-0.7.0 \
serde-1.0.207 \
serde_derive-1.0.207 \
serde_json-1.0.124 \
serde_path_to_error-0.1.16 \
serde_urlencoded-0.7.1 \
sha1-0.10.6 \
signal-hook-registry-1.4.1 \
shlex-1.3.0 \
signal-hook-registry-1.4.2 \
simd-abstraction-0.7.1 \
simdutf8-0.1.4 \
similar-2.5.0 \
similar-2.6.0 \
siphasher-0.3.11 \
slab-0.4.9 \
smallvec-1.13.2 \
socket2-0.5.6 \
smartstring-1.0.1 \
smawk-0.3.2 \
socket2-0.5.7 \
sourcemap-9.0.0 \
spin-0.9.8 \
st-map-0.2.4 \
stable_deref_trait-1.2.0 \
string_cache-0.8.7 \
string_cache_codegen-0.5.2 \
stacker-0.1.15 \
static-map-macro-0.3.4 \
static_assertions-1.1.0 \
string_enum-0.4.4 \
strsim-0.10.0 \
strsim-0.11.0 \
strsim-0.11.1 \
subtle-2.6.1 \
swc-0.283.0 \
swc_allocator-0.1.8 \
swc_atoms-0.6.7 \
swc_cached-0.3.20 \
swc_common-0.37.2 \
swc_compiler_base-0.16.0 \
swc_config-0.1.15 \
swc_config_macro-0.1.4 \
swc_ecma_ast-0.118.1 \
swc_ecma_codegen-0.155.0 \
swc_ecma_codegen_macros-0.7.7 \
swc_ecma_compat_bugfixes-0.11.0 \
swc_ecma_compat_common-0.11.0 \
swc_ecma_compat_es2015-0.11.0 \
swc_ecma_compat_es2016-0.11.0 \
swc_ecma_compat_es2017-0.11.0 \
swc_ecma_compat_es2018-0.11.0 \
swc_ecma_compat_es2019-0.11.0 \
swc_ecma_compat_es2020-0.11.0 \
swc_ecma_compat_es2021-0.11.0 \
swc_ecma_compat_es2022-0.11.0 \
swc_ecma_compat_es3-0.11.0 \
swc_ecma_ext_transforms-0.120.0 \
swc_ecma_lints-0.99.0 \
swc_ecma_loader-0.49.1 \
swc_ecma_minifier-0.201.0 \
swc_ecma_parser-0.149.0 \
swc_ecma_preset_env-0.214.0 \
swc_ecma_transforms-0.236.0 \
swc_ecma_transforms_base-0.144.0 \
swc_ecma_transforms_classes-0.133.0 \
swc_ecma_transforms_compat-0.170.0 \
swc_ecma_transforms_macros-0.5.5 \
swc_ecma_transforms_module-0.187.0 \
swc_ecma_transforms_optimization-0.205.0 \
swc_ecma_transforms_proposal-0.178.0 \
swc_ecma_transforms_react-0.190.0 \
swc_ecma_transforms_typescript-0.195.1 \
swc_ecma_usage_analyzer-0.30.0 \
swc_ecma_utils-0.134.1 \
swc_ecma_visit-0.104.5 \
swc_eq_ignore_macros-0.1.4 \
swc_error_reporters-0.21.0 \
swc_fast_graph-0.25.0 \
swc_macros_common-0.3.13 \
swc_node_comments-0.24.0 \
swc_timer-0.25.0 \
swc_trace_macro-0.1.3 \
swc_transform_common-0.1.1 \
swc_typescript-0.5.0 \
swc_visit-0.6.2 \
syn-1.0.109 \
syn-2.0.57 \
syn-2.0.74 \
syn_derive-0.1.8 \
sync_wrapper-0.1.2 \
sync_wrapper-1.0.0 \
system-configuration-0.5.1 \
system-configuration-sys-0.5.0 \
sync_wrapper-1.0.1 \
tap-1.0.1 \
tar-0.4.40 \
tar-0.4.41 \
temp-dir-0.1.13 \
tempfile-3.10.1 \
thiserror-1.0.58 \
thiserror-impl-1.0.58 \
tinyvec-1.6.0 \
tempfile-3.12.0 \
textwrap-0.16.1 \
thiserror-1.0.63 \
thiserror-impl-1.0.63 \
tinyvec-1.8.0 \
tinyvec_macros-0.1.1 \
tokio-1.37.0 \
tokio-macros-2.2.0 \
tokio-rustls-0.24.1 \
tokio-1.39.2 \
tokio-macros-2.4.0 \
tokio-rustls-0.26.0 \
tokio-tungstenite-0.21.0 \
tokio-util-0.7.10 \
tower-0.4.13 \
tower-layer-0.3.2 \
tower-service-0.3.2 \
tracing-0.1.40 \
tracing-attributes-0.1.27 \
tracing-core-0.1.32 \
triomphe-0.1.13 \
try-lock-0.2.5 \
tungstenite-0.21.0 \
typed-arena-2.0.2 \
typenum-1.17.0 \
unicode-bidi-0.3.15 \
unicode-id-0.3.4 \
unicode-id-start-1.2.0 \
unicode-ident-1.0.12 \
unicode-linebreak-0.1.5 \
unicode-normalization-0.1.23 \
unicode-segmentation-1.11.0 \
unicode-width-0.1.13 \
untrusted-0.9.0 \
url-2.5.0 \
url-2.5.2 \
utf-8-0.7.6 \
utf8parse-0.2.1 \
uuid-1.8.0 \
version_check-0.9.4 \
utf8parse-0.2.2 \
uuid-1.10.0 \
version_check-0.9.5 \
vlq-0.5.1 \
walkdir-2.5.0 \
walrus-0.20.3 \
walrus-0.21.1 \
walrus-macro-0.19.0 \
want-0.3.1 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.92 \
wasm-bindgen-backend-0.2.92 \
wasm-bindgen-cli-support-0.2.92 \
wasm-bindgen-externref-xform-0.2.92 \
wasm-bindgen-futures-0.4.42 \
wasm-bindgen-macro-0.2.92 \
wasm-bindgen-macro-support-0.2.92 \
wasm-bindgen-multi-value-xform-0.2.92 \
wasm-bindgen-shared-0.2.92 \
wasm-bindgen-threads-xform-0.2.92 \
wasm-bindgen-wasm-conventions-0.2.92 \
wasm-bindgen-wasm-interpreter-0.2.92 \
wasm-encoder-0.29.0 \
wasmparser-0.80.2 \
web-sys-0.3.69 \
webpki-roots-0.25.4 \
which-5.0.0 \
wasm-bindgen-0.2.93 \
wasm-bindgen-backend-0.2.93 \
wasm-bindgen-cli-support-0.2.93 \
wasm-bindgen-externref-xform-0.2.93 \
wasm-bindgen-futures-0.4.43 \
wasm-bindgen-macro-0.2.93 \
wasm-bindgen-macro-support-0.2.93 \
wasm-bindgen-multi-value-xform-0.2.93 \
wasm-bindgen-shared-0.2.93 \
wasm-bindgen-threads-xform-0.2.93 \
wasm-bindgen-wasm-conventions-0.2.93 \
wasm-bindgen-wasm-interpreter-0.2.93 \
wasm-encoder-0.212.0 \
wasmparser-0.212.0 \
web-sys-0.3.70 \
webpki-roots-0.26.3 \
which-6.0.2 \
winapi-0.2.8 \
winapi-0.3.9 \
winapi-build-0.1.1 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.6 \
winapi-util-0.1.9 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-core-0.52.0 \
windows-sys-0.48.0 \
windows-sys-0.52.0 \
windows-sys-0.59.0 \
windows-targets-0.48.5 \
windows-targets-0.52.4 \
windows-targets-0.52.6 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_gnullvm-0.52.4 \
windows_aarch64_gnullvm-0.52.6 \
windows_aarch64_msvc-0.48.5 \
windows_aarch64_msvc-0.52.4 \
windows_aarch64_msvc-0.52.6 \
windows_i686_gnu-0.48.5 \
windows_i686_gnu-0.52.4 \
windows_i686_gnu-0.52.6 \
windows_i686_gnullvm-0.52.6 \
windows_i686_msvc-0.48.5 \
windows_i686_msvc-0.52.4 \
windows_i686_msvc-0.52.6 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnu-0.52.4 \
windows_x86_64_gnu-0.52.6 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_gnullvm-0.52.4 \
windows_x86_64_gnullvm-0.52.6 \
windows_x86_64_msvc-0.48.5 \
windows_x86_64_msvc-0.52.4 \
winreg-0.50.0 \
windows_x86_64_msvc-0.52.6 \
winreg-0.52.0 \
winsafe-0.0.19 \
ws2_32-sys-0.2.1 \
wyz-0.5.1 \
xattr-1.3.1 \
yansi-1.0.1 \
zerocopy-0.7.32 \
zerocopy-derive-0.7.32 \
zerocopy-0.7.35 \
zerocopy-derive-0.7.35 \
zeroize-1.8.1 \
zip-0.6.6
OPENSSLINC= /usr/include

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,5 @@
PORTNAME= ccid
PORTVERSION= 1.5.5
PORTREVISION= 1
PORTVERSION= 1.6.1
CATEGORIES= devel
MASTER_SITES= https://ccid.apdu.fr/files/
@ -13,27 +12,31 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
USES= perl5 pkgconfig tar:bzip2
USES= perl5 pkgconfig tar:xz meson
USE_LDCONFIG= yes
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial
MESON_ARGS= -Dpcsclite=true
LDFLAGS= -pthread
INSTALL_TARGET= install-strip
.include "../../devel/pcsc-lite/Makefile.common"
BUNDLE_DIR= ${USBDROPDIR}/ifd-ccid.bundle
PLIST_DIRS= ${USBDROPDIR}
PLIST_FILES= bin/RSA_SecurID_getpasswd \
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so \
lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist \
share/man/man1/RSA_SecurID_getpasswd.1.gz
bin/Kobil_mIDentity_switch \
${BUNDLE_DIR}/Contents/FreeBSD/libccid.so \
${BUNDLE_DIR}/Contents/Info.plist \
share/man/man1/RSA_SecurID_getpasswd.1.gz \
share/man/man8/Kobil_mIDentity_switch.8.gz
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd \
${INSTALL_PROGRAM} ${WRKSRC}/${MESON_BUILD_DIR}/Kobil_mIDentity_switch \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.8 \
${STAGEDIR}${PREFIX}/share/man/man8
${INSTALL_PROGRAM} ${WRKSRC}/${MESON_BUILD_DIR}/RSA_SecurID_getpasswd \
${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \
${STAGEDIR}${PREFIX}/share/man/man1
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1709534464
SHA256 (ccid-1.5.5.tar.bz2) = 194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca
SIZE (ccid-1.5.5.tar.bz2) = 708374
TIMESTAMP = 1723636201
SHA256 (ccid-1.6.1.tar.xz) = 2eca8fb07e8fe7c0d39daeaca7b97cd73c40ed9b72738a24ad3dcbdfc918e1ea
SIZE (ccid-1.6.1.tar.xz) = 195844

View file

@ -1,5 +1,5 @@
PORTNAME= pcsc-lite
PORTVERSION= 2.2.2
PORTVERSION= 2.3.0
PORTEPOCH= 2
CATEGORIES= devel security
MASTER_SITES= https://pcsclite.apdu.fr/files/
@ -17,14 +17,17 @@ USE_LDCONFIG= yes
USE_PERL5= build
USE_RC_SUBR= pcscd
SHEBANG_FILES= src/spy/pcsc-spy
.include "Makefile.common"
MESON_ARGS= -Dlibsystemd=false \
-Dlibudev=false \
-Dlibusb=true \
-Dusb=true \
-Dusbdropdir=${PREFIX}/lib/pcsc/drivers/ \
-Dusbdropdir=${USBDROPDIR}/ \
-Dipcdir=/var/run
SHEBANG_FILES= src/spy/pcsc-spy
SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS EXAMPLES POLKIT

View file

@ -0,0 +1 @@
USBDROPDIR= ${PREFIX}/lib/pcsc/drivers

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1716799179
SHA256 (pcsc-lite-2.2.2.tar.xz) = 04edaed13565aab0fa7c711382be2b02e38faffbccd024ab68085ffb7091be22
SIZE (pcsc-lite-2.2.2.tar.xz) = 207640
TIMESTAMP = 1723474604
SHA256 (pcsc-lite-2.3.0.tar.xz) = 1acca22d2891d43ffe6d782740d32e78150d4fcc99e8a3cc763abaf546060d3d
SIZE (pcsc-lite-2.3.0.tar.xz) = 209064

View file

@ -19,6 +19,7 @@ sbin/pcscd
share/man/man1/pcsc-spy.1.gz
share/man/man5/reader.conf.5.gz
share/man/man8/pcscd.8.gz
share/metainfo/fr.apdu.pcsclite.metainfo.xml
%%POLKIT%%share/polkit-1/actions/org.debian.pcsc-lite.policy
@dir lib/pcsc/services
@dir lib/pcsc/drivers

View file

@ -1,5 +1,5 @@
PORTNAME= pytest-examples
DISTVERSION= 0.0.12
DISTVERSION= 0.0.13
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1722196231
SHA256 (pytest_examples-0.0.12.tar.gz) = 58da3a1d4d6b5efedbb1c0e4fc94472e44c6bb3e1e199822728d778d809c8ff7
SIZE (pytest_examples-0.0.12.tar.gz) = 20429
TIMESTAMP = 1723624177
SHA256 (pytest_examples-0.0.13.tar.gz) = 4d6fd78154953e84444f58f193eb6cc8d853bca7f0ee9f44ea75db043a2c19b5
SIZE (pytest_examples-0.0.13.tar.gz) = 20445

View file

@ -1,6 +1,5 @@
PORTNAME= tables
PORTVERSION= 3.9.2
PORTREVISION= 1
PORTVERSION= 3.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1703942214
SHA256 (tables-3.9.2.tar.gz) = d470263c2e50c4b7c8635a0d99ac1ff2f9e704c24d71e5fa33c4529e7d0ad9c3
SIZE (tables-3.9.2.tar.gz) = 4683437
TIMESTAMP = 1723610509
SHA256 (tables-3.10.0.tar.gz) = 318570741040a2480c842a70978990433143a0b4b550ae6f9facab67495c16e9
SIZE (tables-3.10.0.tar.gz) = 4762618

View file

@ -1,5 +1,5 @@
PORTNAME= types-jsonschema
PORTVERSION= 4.23.0.20240712
PORTVERSION= 4.23.0.20240813
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1720904715
SHA256 (types-jsonschema-4.23.0.20240712.tar.gz) = b20db728dcf7ea3e80e9bdeb55e8b8420c6c040cda14e8cf284465adee71d217
SIZE (types-jsonschema-4.23.0.20240712.tar.gz) = 10077
TIMESTAMP = 1723663255
SHA256 (types-jsonschema-4.23.0.20240813.tar.gz) = c93f48206f209a5bc4608d295ac39f172fb98b9e24159ce577dbd25ddb79a1c0
SIZE (types-jsonschema-4.23.0.20240813.tar.gz) = 10091

View file

@ -6,6 +6,7 @@
SUBDIR += anese
SUBDIR += aqemu
SUBDIR += aranym
SUBDIR += ares
SUBDIR += atari800
SUBDIR += bfe
SUBDIR += bochs

198
emulators/ares/Makefile Normal file
View file

@ -0,0 +1,198 @@
PORTNAME= ares
DISTVERSION= 139.20240809
CATEGORIES= emulators
MAINTAINER= bsdcode@disroot.org
COMMENT= Multi-system emulator
WWW= https://github.com/ares-emulator/ares
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++17-lang gmake gnome localbase:ldflags pkgconfig \
xorg
USE_GITHUB= yes
GH_ACCOUNT= ares-emulator
GH_TAGNAME= a76847d
USE_GNOME= gtksourceview3
USE_XORG= x11 xext xrandr
MAKEFILE= GNUmakefile
MAKE_ARGS= compiler=${CC} \
cores= \
hiro=gtk3-se \
local=false \
lto=false \
prefix=${PREFIX} \
ruby=video.none \
sdl2=false \
symbols=false \
threaded=true
SUB_FILES= pkg-message
OPTIONS_DEFINE= DEBUG DOCS NVIDIA OPENMP SHADER
OPTIONS_DEFAULT= A26 ALSA AO CV FC GB GBA GLX MD MS MSX MYVISION N64 NG \
NGP OPENAL OPENMP OSS PCE PERFORMANCE PS1 SDLAUDIO \
SDLINPUT SFC SG SHADER SPEC UDEV UHID WS XLIB XVIDEO
OPTIONS_GROUP= AUDIO CORES INPUT VIDEO
OPTIONS_GROUP_AUDIO= ALSA AO OPENAL OSS PULSEAUDIO SDLAUDIO
OPTIONS_GROUP_CORES= A26 CV FC GB GBA MD MS MSX MYVISION N64 NG NGP PCE PS1 \
SFC SG SPEC WS
OPTIONS_GROUP_INPUT= SDLINPUT UDEV UHID XLIB
OPTIONS_GROUP_VIDEO= GLX XVIDEO
OPTIONS_SINGLE= PROFILE
OPTIONS_SINGLE_PROFILE= ACCURACY PERFORMANCE
A26_DESC= Atari 2600
ACCURACY_DESC= Slower but more accurate
CV_DESC= ColecoVision
FC_DESC= NES / Famicom
GBA_DESC= Game Boy Advance
GB_DESC= Game Boy
MD_DESC= Mega Drive / Genesis
MSX_DESC= MSX
MS_DESC= Master System / Mark III
MYVISION_DESC= My Vision
N64_DESC= Nintendo 64
NGP_DESC= Neo Geo Pocket
NG_DESC= Neo Geo (AES/MVS)
NVIDIA_DESC= Apply shader cache workaround (implies ${NVIDIA_IMPLIES})
PCE_DESC= PC-Engine / TurboGrafx
PERFORMANCE_DESC= Faster but less accurate
PROFILE_DESC=
PS1_DESC= PlayStation
SDLAUDIO_DESC= ${SDL_DESC}
SDLINPUT_DESC= ${SDL_DESC}
SFC_DESC= SNES / Super Famicom
SG_DESC= SG-1000
SHADER_DESC= Build with shader support
SPEC_DESC= ZX Spectrum
UDEV_DESC= UDEV input support
UHID_DESC= UHID input support
VIDEO_DESC=
WS_DESC= WonderSwan
XLIB_DESC= XLIB input support
A26_MAKE_ARGS= cores+=a26
ACCURACY_MAKE_ARGS= profile=accuracy
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_MAKE_ARGS= ruby+=audio.alsa
AO_LIB_DEPENDS= libao.so:audio/libao
AO_MAKE_ARGS= ruby+=audio.ao
CV_MAKE_ARGS= cores+=cv
DEBUG_MAKE_ARGS= build=debug
DEBUG_MAKE_ARGS_OFF= build=release
FC_MAKE_ARGS= cores+=fc
GBA_MAKE_ARGS= cores+=gba
GB_MAKE_ARGS= cores+=gb
GLX_USES= gl
GLX_USE= GL=gl
GLX_MAKE_ARGS= ruby+=video.glx
MD_MAKE_ARGS= cores+=md
MSX_MAKE_ARGS= cores+=msx
MS_MAKE_ARGS= cores+=ms
MYVISION_MAKE_ARGS= cores+=myvision
N64_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader
N64_MAKE_ARGS= cores+=n64 \
vulkan=true
N64_MAKE_ARGS_OFF= vulkan=false
N64_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ares_n64_vulkan_parallel-rdp_util_timer.cpp
NGP_MAKE_ARGS= cores+=ngp
NG_MAKE_ARGS= cores+=ng
NVIDIA_IMPLIES= N64
NVIDIA_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ares_n64_vulkan_parallel-rdp_vulkan_device.cpp
OPENAL_USES= openal
OPENAL_MAKE_ARGS= ruby+=audio.openal
OPENMP_MAKE_ARGS= openmp=true
OPENMP_MAKE_ARGS_OFF= openmp=false
OSS_MAKE_ARGS= ruby+=audio.oss
PCE_MAKE_ARGS= cores+=pce
PERFORMANCE_MAKE_ARGS= profile=performance
PS1_MAKE_ARGS= cores+=ps1
PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio \
libpulse.so:audio/pulseaudio
PULSEAUDIO_MAKE_ARGS= ruby+=audio.pulseaudio \
ruby+=audio.pulseaudiosimple
SDLAUDIO_USES= sdl
SDLAUDIO_USE= SDL=sdl2
SDLAUDIO_MAKE_ARGS= ruby+=audio.sdl \
sdl2=true
SDLINPUT_USES= sdl
SDLINPUT_USE= SDL=sdl2
SDLINPUT_MAKE_ARGS= ruby+=input.sdl \
sdl2=true
SFC_MAKE_ARGS= cores+=sfc
SG_MAKE_ARGS= cores+=sg
SHADER_RUN_DEPENDS= ${LOCALBASE}/${_SHADERS}/bilinear.slangp:games/libretro-shaders-slang
SHADER_MAKE_ARGS= librashader=true
SHADER_MAKE_ARGS_OFF= librashader=false
SHADER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-desktop-ui_desktop-ui.cpp
SPEC_MAKE_ARGS= cores+=spec
UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd
UDEV_MAKE_ARGS= ruby+=input.udev
UHID_MAKE_ARGS= ruby+=input.uhid
WS_MAKE_ARGS= cores+=ws
XLIB_MAKE_ARGS= ruby+=input.xlib
XVIDEO_USE= XORG=xv
XVIDEO_MAKE_ARGS= ruby+=video.xvideo
_SHADERS= share/libretro/shaders/shaders_slang
post-patch-SHADER-on:
${REINPLACE_CMD} 's|@@SHADERS@@|${LOCALBASE}/${_SHADERS}/|g' \
${WRKSRC}/desktop-ui/desktop-ui.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/desktop-ui/out/ares \
${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/desktop-ui/resource/ares.desktop \
${STAGEDIR}${PREFIX}/share/applications
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps
${INSTALL_DATA} ${WRKSRC}/desktop-ui/resource/ares.png \
${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps
${MKDIR} ${STAGEDIR}${DATADIR}/Database
(cd ${WRKSRC}/mia/Database && \
${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/Database)
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

3
emulators/ares/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1723230097
SHA256 (ares-emulator-ares-139.20240809-a76847d_GH0.tar.gz) = e1a47c0b8d55214ae4980c7d8248f8024e70b04cfcf7b21cd6a0f0dcd1e3e9b2
SIZE (ares-emulator-ares-139.20240809-a76847d_GH0.tar.gz) = 50955748

View file

@ -0,0 +1,13 @@
https://github.com/Themaister/Granite/pull/135
--- ares/n64/vulkan/parallel-rdp/util/timer.cpp.orig 2024-07-28 10:49:58 UTC
+++ ares/n64/vulkan/parallel-rdp/util/timer.cpp
@@ -107,7 +107,7 @@ int64_t get_current_time_nsecs()
return int64_t(double(li.QuadPart) * static_qpc_freq.inv_freq);
#else
struct timespec ts = {};
-#ifdef ANDROID
+#if defined(ANDROID) || defined(__FreeBSD__)
constexpr auto timebase = CLOCK_MONOTONIC;
#else
constexpr auto timebase = CLOCK_MONOTONIC_RAW;

View file

@ -0,0 +1,13 @@
https://github.com/Themaister/Granite/issues/133
--- ares/n64/vulkan/parallel-rdp/vulkan/device.cpp.orig 2024-08-11 00:29:27 UTC
+++ ares/n64/vulkan/parallel-rdp/vulkan/device.cpp
@@ -874,7 +874,7 @@ void Device::init_workarounds()
workarounds.emulate_event_as_pipeline_barrier = true;
}
- if (ext.driver_id == VK_DRIVER_ID_NVIDIA_PROPRIETARY && gpu_props.driverVersion < VK_VERSION_MAJOR(535))
+ if (ext.driver_id == VK_DRIVER_ID_NVIDIA_PROPRIETARY)
{
LOGW("Disabling pipeline cache control.\n");
workarounds.broken_pipeline_cache_control = true;

View file

@ -0,0 +1,15 @@
--- desktop-ui/desktop-ui.cpp.orig 2024-07-28 14:18:09 UTC
+++ desktop-ui/desktop-ui.cpp
@@ -22,6 +22,12 @@ auto locate(const string& name) -> string {
location = {Path::sharedData(), "ares/", name};
if(inode::exists(location)) return location;
+ // 3a. The thirdparty shaders directory
+ if(name == "Shaders/") {
+ location = "@@SHADERS@@";
+ if(inode::exists(location)) return location;
+ }
+
// 4. The application bundle resource directory (macOS only)
#if defined(PLATFORM_MACOS)
location = {Path::resources(), name};

View file

@ -0,0 +1,21 @@
--- desktop-ui/GNUmakefile.orig 2024-08-09 17:39:54 UTC
+++ desktop-ui/GNUmakefile
@@ -8,6 +8,8 @@ flags += -I. -I.. -I../ares -I../thirdparty -I../third
lto := true
librashader := true
flags += -I. -I.. -I../ares -I../thirdparty -I../thirdparty/librashader/include -DMIA_LIBRARY
+flags += $(CFLAGS)
+options += $(LDFLAGS)
nall.path := ../nall
include $(nall.path)/GNUmakefile
@@ -16,9 +18,6 @@ ifneq ($(filter $(arch),x86 amd64),)
ifeq ($(filter cl,$(compiler)),)
ifeq ($(local),true)
flags += -march=native
- else
- # For official builds, default to x86-64-v2 (Intel Nehalem, AMD Bulldozer) which supports up to SSE 4.2.
- flags += -march=x86-64-v2
endif
endif
endif

View file

@ -0,0 +1,11 @@
--- hiro/GNUmakefile.orig 2024-08-14 11:19:20 UTC
+++ hiro/GNUmakefile
@@ -62,7 +62,7 @@ ifneq ($(filter $(platform),linux bsd),)
else ifeq ($(hiro),gtk3-se)
flags += -DHiro_SourceEdit
hiro.flags = $(flags.cpp) -DHIRO_GTK=3 $(shell $(pkg_config) --cflags gtk+-3.0 gtksourceview-3.0) -Wno-deprecated-declarations
- hiro.options = -L/usr/local/lib -lX11 $(shell $(pkg_config) --libs gtk+-3.0 gtksourceview-3.0)
+ hiro.options = -lX11 $(shell $(pkg_config) --libs gtk+-3.0 gtksourceview-3.0)
else ifeq ($(hiro),qt4)
moc = /usr/local/lib/qt4/bin/moc
hiro.flags = $(flags.cpp) -DHIRO_QT=4 $(shell $(pkg_config) --cflags QtCore QtGui)

View file

@ -0,0 +1,29 @@
--- nall/GNUmakefile.orig 2024-08-14 12:07:36 UTC
+++ nall/GNUmakefile
@@ -169,8 +169,6 @@ ifeq ($(build),debug)
lto = false
ifeq ($(cl),true)
flags += -Od
- else
- flags += -Og
endif
flags += -DBUILD_DEBUG
else ifeq ($(build),stable)
@@ -178,7 +176,7 @@ else ifeq ($(build),release)
else ifeq ($(build),minified)
flags += -Os -DBUILD_MINIFIED
else ifeq ($(build),release)
- flags += -O2 -DBUILD_RELEASE
+ flags += -DBUILD_RELEASE
else ifeq ($(build),optimized)
ifeq ($(cl),true)
flags += -O2
@@ -323,8 +321,6 @@ ifeq ($(platform),bsd)
# bsd settings
ifeq ($(platform),bsd)
- flags += -I/usr/local/include
- options += -Wl,-rpath=/usr/local/lib
options += -lstdc++ -lm
endif

View file

@ -0,0 +1,44 @@
[
{ type: install
message: <<EOM
Users are encouraged to compile the port on their systems with
CFLAGS ?= -O3
CPUTYPE ?= native
WITH_LTO = yes
This can improve the performance of demanding cores like the N64.
NVIDIA GPU users with versions >= 535 of the x11/nvidia-driver could encounter
crashes or freezes while using the N64 core, see
https://github.com/ares-emulator/ares/issues/1547 and
https://github.com/Themaister/Granite/issues/133. As a workaround either try to
compile the port with the NVIDIA option set, or disable the NVIDIA shader disk
cache at start with
$ __GL_SHADER_DISK_CACHE=0 ares
ares uses librashader for its shader support. This library is not available in
the FreeBSD ports tree yet, but it is being worked on, see
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280470. In the meantime users
have to compile the library themselves if they want to actually use shaders:
$ doas pkg install rust-nightly
$ fetch https://github.com/SnowflakePowered/librashader/archive/refs/tags/librashader-v0.3.0.tar.gz
$ tar -xf librashader-v0.3.0.tar.gz
$ cd librashader-librashader-v0.3.0
$ cargo run -p librashader-build-script -- --profile release
$ doas cp target/release/librashader.so %%LOCALBASE%%/lib
The port uses the shaders from games/libretro-shaders-slang by default. Users
can curate and utilize their own provided collection of shaders by putting them
into the user data directory
${HOME}/.local/share/ares/Shaders/
ares won't process its own installed shaders if it finds any shaders in the user
data directory. Delete or rename the local shaders directory in order to make
ares use its own shaders again.
EOM
}
]

20
emulators/ares/pkg-descr Normal file
View file

@ -0,0 +1,20 @@
ares is an open-source multi-system emulator with a focus on accuracy and
preservation. It is a descendant of the emulators higan and bsnes. It's source
code is structured to be maximally readable and self-documenting.
ares supports the following systems: Arcade, WonderSwan, WonderSwan Color,
Pocket Challenge V2, ColecoVision, PC-Engine / TurboGrafx, SuperGrafx, My
Vision, NES / Famicom, Famicom Disk System, SNES / Super Famicom, Satellaview,
Sufami Turbo, Nintendo 64, Nintendo 64DD, Game Boy, Game Boy Color, Game Boy
Advance, SG-1000, Master System / Mark III, Mega Drive / Genesis, Mega CD, 32X,
Game Gear, Neo Geo Pocket, Neo Geo Pocket Color
ares has experimental support for the following systems: Atari 2600, MSX, MSX2,
PC-Engine CD / TurboGrafx CD, ZX Spectrum, Neo Geo (AES/MVS), PlayStation
ares has all the features one would expect from a great emulator system: native
multi-platform UI, dynamic rate control, save states, run-ahead, rewind and
fast-forward, pixel shaders, color correction, input multi-mapping, debugger
ares uses librashader for it's pixel shader engine. This means it is highly
compatible with existing slang shaders, e.g. the slang-shaders from libretro.

13
emulators/ares/pkg-plist Normal file
View file

@ -0,0 +1,13 @@
bin/ares
share/applications/ares.desktop
%%DATADIR%%/Database/Arcade.bml
%%DATADIR%%/Database/BS Memory.bml
%%DATADIR%%/Database/Famicom.bml
%%DATADIR%%/Database/MSX.bml
%%DATADIR%%/Database/MSX2.bml
%%DATADIR%%/Database/Neo Geo.bml
%%DATADIR%%/Database/Sufami Turbo.bml
%%DATADIR%%/Database/Super Famicom Boards.bml
%%DATADIR%%/Database/Super Famicom.bml
%%PORTDOCS%%%%DOCSDIR%%/README.md
share/icons/hicolor/256x256/apps/ares.png

View file

@ -1,7 +1,7 @@
PORTNAME= rpcs3
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.32-16804 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -gff6a4bb72d
DISTVERSION= 0.0.32-16822 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -g72cd146665
CATEGORIES= emulators wayland
MAINTAINER= jbeich@FreeBSD.org

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1723497563
SHA256 (RPCS3-rpcs3-v0.0.32-16804-gff6a4bb72d_GH0.tar.gz) = 3919c5b460f3cb3db0f71299dcc8f3dfdce4d7830065f6db14914f39b93f8ca9
SIZE (RPCS3-rpcs3-v0.0.32-16804-gff6a4bb72d_GH0.tar.gz) = 7768633
TIMESTAMP = 1723675548
SHA256 (RPCS3-rpcs3-v0.0.32-16822-g72cd146665_GH0.tar.gz) = 43bba67ef231bd6d748023cbbf64801d09ec207462612667fd11e7af1a0c4a2e
SIZE (RPCS3-rpcs3-v0.0.32-16822-g72cd146665_GH0.tar.gz) = 7772440
SHA256 (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 109ba77362885d60e274930f637735ee75df2850fe99e3f1c3a5b9d1187f8cb6
SIZE (RPCS3-hidapi-hidapi-0.14.0-2-g8b43a97_GH0.tar.gz) = 348879
SHA256 (RPCS3-soundtouch-2.3.1-68-g394e1f5_GH0.tar.gz) = e24af82c51547341e2dfd43af03c1847abfd8d27334d667e6a51943f7f505cbe

View file

@ -1,5 +1,5 @@
PORTNAME= veloren
PORTVERSION= s20240807
PORTVERSION= s20240814
CATEGORIES= games wayland
PKGNAMESUFFIX= -weekly
@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl
USES= cargo xorg
USE_XORG= xcb
USE_GITLAB= yes
GL_TAGNAME= v0.16.0-408-g2365209c1 # git describe --match='v[0-9]*' weekly
GL_TAGNAME= v0.16.0-414-g09825d676 # git describe --match='v[0-9]*' weekly
CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib"
PLIST_FILES= bin/${PORTNAME}-server-cli \
bin/${PORTNAME}-voxygen \

View file

@ -1,4 +1,4 @@
TIMESTAMP = 1723060126
TIMESTAMP = 1723645244
SHA256 (rust/crates/ab_glyph-0.2.27.crate) = 1c3a1cbc201cc13ed06cf875efb781f2249b3677f5c74571b67d817877f9d697
SIZE (rust/crates/ab_glyph-0.2.27.crate) = 19562
SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046
@ -1669,5 +1669,5 @@ SHA256 (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = ff1056ad3df5df0604440a4a
SIZE (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = 1130634
SHA256 (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 29252101e189bbe067f0bacba18181afc69a2fb9bc031bbba8dcbade45dec02f
SIZE (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 2210
SHA256 (veloren-v0.16.0-408-g2365209c1.tar.bz2) = 993915767439b323e8cf8f436091120048e2c06f3833486c074cf1aa0885be9e
SIZE (veloren-v0.16.0-408-g2365209c1.tar.bz2) = 299999414
SHA256 (veloren-v0.16.0-414-g09825d676.tar.bz2) = 14f83bae2a6504c7be95f093162ecdc343e6dd3ef1a9e92aa1f5875e74874a0f
SIZE (veloren-v0.16.0-414-g09825d676.tar.bz2) = 300002054

View file

@ -1,6 +1,6 @@
PORTNAME= filament
DISTVERSIONPREFIX= v
DISTVERSION= 1.53.4
DISTVERSION= 1.53.5
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1723266548
SHA256 (google-filament-v1.53.4_GH0.tar.gz) = e4fe132be10f1b4a014c1a156974ac7c63c286176ccd1bc5d5e47bf1b9f48927
SIZE (google-filament-v1.53.4_GH0.tar.gz) = 502984448
TIMESTAMP = 1723624193
SHA256 (google-filament-v1.53.5_GH0.tar.gz) = ec47e3f77b3e46c8d8fc270bfd1b2f9785a5f1733e70e7060a6bf5ff86a7c67d
SIZE (google-filament-v1.53.5_GH0.tar.gz) = 502983220

View file

@ -1,11 +1,8 @@
PORTNAME= vulkan-extension-layer
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.290
DISTVERSION= 1.3.292
CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= cad09135d918.patch:-p1 # https://github.com/KhronosGroup/Vulkan-ExtensionLayer/pull/407
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Layer providing Vulkan features when native support is unavailable
WWW= https://github.com/KhronosGroup/Vulkan-ExtensionLayer

View file

@ -1,5 +1,3 @@
TIMESTAMP = 1720823069
SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.290_GH0.tar.gz) = fff865f9fcfb5de8867dd0511b68dcf19a1847b18d3f1b5d974be393412f07e8
SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.290_GH0.tar.gz) = 786650
SHA256 (cad09135d918.patch) = a1987e6989f0822889dc5cf8a78f8a80b9cf583599485ef2b132d200778fa281
SIZE (cad09135d918.patch) = 3304
TIMESTAMP = 1722891467
SHA256 (KhronosGroup-Vulkan-ExtensionLayer-v1.3.292_GH0.tar.gz) = 9aa8a4eb8c12a8f39c77af29b1cf7c80705de70e8fa4cd359ed8a27f9beb95c7
SIZE (KhronosGroup-Vulkan-ExtensionLayer-v1.3.292_GH0.tar.gz) = 786682

View file

@ -1,6 +1,5 @@
PORTNAME= catgirl
PORTVERSION= 2.1
PORTREVISION= 5
PORTVERSION= 2.2a
CATEGORIES= irc
MASTER_SITES= https://git.causal.agency/catgirl/snapshot/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1645672764
SHA256 (catgirl-2.1.tar.gz) = a68bfb82f625bcdf7bc5b7a6e1528fe3559bcded41f0d3c972f8b7e918bcee8e
SIZE (catgirl-2.1.tar.gz) = 68822
TIMESTAMP = 1723617681
SHA256 (catgirl-2.2a.tar.gz) = c6d760aaee134e052586def7a9103543f7281fde6531fbcb41086470794297c2
SIZE (catgirl-2.2a.tar.gz) = 69660

View file

@ -1,6 +1,6 @@
PORTNAME= cairo
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.0
DISTVERSION= 2.7.1
CATEGORIES= lang
PKGNAMESUFFIX= -language
@ -69,7 +69,7 @@ CARGO_CRATES= addr2line-0.21.0 \
bytes-1.6.0 \
bzip2-0.4.4 \
bzip2-sys-0.1.11+1.0.8 \
cairo-vm-1.0.0-rc6 \
cairo-vm-1.0.1 \
camino-1.1.7 \
cc-1.0.98 \
cfg-if-1.0.0 \

View file

@ -1,4 +1,4 @@
TIMESTAMP = 1722576118
TIMESTAMP = 1723624404
SHA256 (rust/crates/addr2line-0.21.0.crate) = 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb
SIZE (rust/crates/addr2line-0.21.0.crate) = 40807
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
@ -97,8 +97,8 @@ SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85c
SIZE (rust/crates/bzip2-0.4.4.crate) = 34197
SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc
SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444
SHA256 (rust/crates/cairo-vm-1.0.0-rc6.crate) = f905a936b3287d085706d3d68e405be4844ec7bc1c95eaa3d53220dd33efd4ff
SIZE (rust/crates/cairo-vm-1.0.0-rc6.crate) = 378615
SHA256 (rust/crates/cairo-vm-1.0.1.crate) = 58363ad8065ed891e3b14a8191b707677c7c7cb5b9d10030822506786d8d8108
SIZE (rust/crates/cairo-vm-1.0.1.crate) = 378451
SHA256 (rust/crates/camino-1.1.7.crate) = e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239
SIZE (rust/crates/camino-1.1.7.crate) = 36204
SHA256 (rust/crates/cc-1.0.98.crate) = 41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f
@ -823,5 +823,5 @@ SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1e
SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273
SHA256 (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa
SIZE (rust/crates/zstd-sys-2.0.10+zstd.1.5.6.crate) = 749088
SHA256 (starkware-libs-cairo-v2.7.0_GH0.tar.gz) = 8aaebaeb783d98a34b30d82324cdf130c879710674e353bd2ac9264d147ca93a
SIZE (starkware-libs-cairo-v2.7.0_GH0.tar.gz) = 3426099
SHA256 (starkware-libs-cairo-v2.7.1_GH0.tar.gz) = dd2ea16cc33a5d354ecb2c64e752dd1e0e927a86be0920f585d8977b8b301e09
SIZE (starkware-libs-cairo-v2.7.1_GH0.tar.gz) = 3434125

View file

@ -1111,6 +1111,7 @@
SUBDIR += qposases
SUBDIR += qrupdate
SUBDIR += qtiplot-doc
SUBDIR += quich
SUBDIR += qwtplot3d
SUBDIR += qxfun
SUBDIR += randlib
@ -1233,7 +1234,6 @@
SUBDIR += trlib
SUBDIR += ttmath
SUBDIR += tvmet
SUBDIR += quich
SUBDIR += ump
SUBDIR += units
SUBDIR += universal

View file

@ -1,6 +1,6 @@
PORTNAME= llama-cpp
DISTVERSIONPREFIX= b
DISTVERSION= 3567
DISTVERSION= 3581
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1723409059
SHA256 (ggerganov-llama.cpp-b3567_GH0.tar.gz) = 22fec4f058e8edaa02f927cccf5c4ca1e038c8565ed9e261b89b02adb528e5d8
SIZE (ggerganov-llama.cpp-b3567_GH0.tar.gz) = 19034183
TIMESTAMP = 1723624393
SHA256 (ggerganov-llama.cpp-b3581_GH0.tar.gz) = 2aa4400237f457508da1489dc1a72464e746d1787a4834d09a7461ece328213f
SIZE (ggerganov-llama.cpp-b3581_GH0.tar.gz) = 19047464
SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc
SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496

View file

@ -1,6 +1,5 @@
PORTNAME= oterm
DISTVERSION= 0.2.10
PORTREVISION= 1
DISTVERSION= 0.3.1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1723221738
SHA256 (oterm-0.2.10.tar.gz) = b4157293bfd238eac3bcd01ed6ad006a8bda37df8278db0f2f83008919d3835f
SIZE (oterm-0.2.10.tar.gz) = 20334
TIMESTAMP = 1723644088
SHA256 (oterm-0.3.1.tar.gz) = 5ee551ff4c63f769be66b49507be184f16e1a5bcbc5a6b622b2060e5dc5b3161
SIZE (oterm-0.3.1.tar.gz) = 21472

View file

@ -1,9 +1,9 @@
PORTNAME= thanos
DISTVERSIONPREFIX= v
DISTVERSION= 0.36.0
DISTVERSION= 0.36.1
CATEGORIES= net-mgmt
MAINTAINER= ler@FreeBSD.org
MAINTAINER= alster@vinterdalen.se
COMMENT= Highly available Prometheus setup with long term storage capabilities
WWW= https://thanos.io/

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1723244490
SHA256 (go/net-mgmt_thanos/thanos-v0.36.0/v0.36.0.mod) = 4b1ee09e2a490315021bfbd44aeb6e2bd355e5b1bf00803269a6d75a4899a3e2
SIZE (go/net-mgmt_thanos/thanos-v0.36.0/v0.36.0.mod) = 14403
SHA256 (go/net-mgmt_thanos/thanos-v0.36.0/v0.36.0.zip) = 02be024e11bf18e8875e6ab02f3acc76c29c2441c1438fd4416f97f9e8ebfbc1
SIZE (go/net-mgmt_thanos/thanos-v0.36.0/v0.36.0.zip) = 27129692
TIMESTAMP = 1723675950
SHA256 (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.mod) = 4b1ee09e2a490315021bfbd44aeb6e2bd355e5b1bf00803269a6d75a4899a3e2
SIZE (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.mod) = 14403
SHA256 (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.zip) = ee27b8f45bbe3f04fdc6707b2bccb9ad3c9d7d469f8f2f169741b98be881fbb8
SIZE (go/net-mgmt_thanos/thanos-v0.36.1/v0.36.1.zip) = 27138195

View file

@ -1,70 +1,53 @@
PORTNAME= openradius
PORTVERSION= 0.9.12c
PORTREVISION= 4
DISTVERSION= 0.9.14
CATEGORIES= net
MASTER_SITES= http://sites.e-advies.nl/openradius/download/ \
https://BSDforge.COM/projects/source/net/openradius/
MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= portmaster@bsdforge.com
COMMENT= RADIUS server with some actual documentation
WWW= https://BSDforge.COM/projects/net/openradius/
WWW= https://codeberg.org/BSDforge/${PORTNAME}/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LOGFILE?= /var/log/openradius.log
USES= cpe gmake shebangfix
USE_RC_SUBR= openradius
SHEBANG_FILES= modules/ascfile/ascfile modules/debug/debug \
modules/memory/memory modules/radsql/radsql \
modules/unixpasswd/unixpasswd
LOGFILE?= /var/log/openradius/openradius.log
CONFLICTS= freeradius gnu-radius radiusd-cistron \
freeradius-mysql
MAKE_ENV= INST_PREFIX=${STAGEDIR}
CONFLICTS= freeradius freeradius-mysql gnu-radius radiusd-cistron
CC?= gcc
CXX?= g++
MAKE_ENV= INST_PREFIX=${STAGEDIR}
USES= cpe gmake shebangfix
SHEBANG_FILES= modules/ascfile/ascfile \
modules/radsql/radsql \
modules/unixpasswd/unixpasswd
USE_RC_SUBR= openradius
SUB_LIST= LOGFILE="${LOGFILE}"
OPTIONS_DEFINE= LDAP DOCS EXAMPLES
OPTIONS_DEFINE= DOCS EXAMPLES LDAP
OPTIONS_DEFAULT= DOCS EXAMPLES
.include <bsd.port.options.mk>
DOCS_DESC= Install documentstion
EXAMPLES_DESC= Include examples
LDAP_DESC= Install LDAP support
.if ${PORT_OPTIONS:MLDAP}
USES+= ldap
PLIST_SUB+= LDAP=""
SCRIPTS_ENV+= USE_LDAP=yes
.else
PLIST_SUB+= LDAP="@comment "
.endif
LDAP_USES+= ldap
LDAP_PLIST_SUB+= LDAP=""
LDAP_PLIST_SUB_OFF+= LDAP="@comment"
LDAP_SCRIPTS_ENV+= USE_LDAP=yes
post-install:
post-extract:
${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${DISTVERSION}
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/async-iface-notes ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/language.html ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/module-interface.html ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/note-behaviourfile ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/note-struct-ownership ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/using-openradius.html ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/accounts
${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-ldap ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-ldap-authbind ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-mysql ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-postgres ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-unixpass ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/behaviour.sample-usersfile ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-ldap ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-ldap-authbind ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-mysql ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-postgres ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-unixpass ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/configuration.sample-usersfile ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/accounts/README ${STAGEDIR}${EXAMPLESDIR}/accounts
${INSTALL_DATA} ${WRKSRC}/examples/accounts/accounts.mysql ${STAGEDIR}${EXAMPLESDIR}/accounts
${INSTALL_DATA} ${WRKSRC}/examples/accounts/behaviour ${STAGEDIR}${EXAMPLESDIR}/accounts
${INSTALL_DATA} ${WRKSRC}/examples/accounts/configuration ${STAGEDIR}${EXAMPLESDIR}/accounts
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
${STAGEDIR}${EXAMPLESDIR} "! -name redhat-sysv-init-script")
# Configuration, copy over to sample files
${MKDIR} ${STAGEDIR}${ETCDIR}
.for FILE in dictionary

View file

@ -1,2 +1,3 @@
SHA256 (openradius-0.9.12c.tar.gz) = faf55f3ede8d842a73014656c2d9e6d2516baca453709a7d5c5d13bbeaf79cc6
SIZE (openradius-0.9.12c.tar.gz) = 254179
TIMESTAMP = 1716509201
SHA256 (openradius-0.9.14.tar.gz) = 544a1bc25bf214d3713320d81d8ad29951da2dfbe1474ab5824c398398834810
SIZE (openradius-0.9.14.tar.gz) = 252374

View file

@ -17,9 +17,9 @@
name=openradius
rcvar=openradius_enable
load_rc_config ${name}
load_rc_config $name
: ${openradius_enable:=no}
: ${openradius_enable:=NO}
: ${openradius_flags=-o %%LOGFILE%%}
command=%%PREFIX%%/sbin/radiusd

View file

@ -1,5 +1,5 @@
--- Rules.mk.orig Thu Mar 23 17:19:04 2006
+++ Rules.mk Sun Oct 29 15:49:17 2006
--- Rules.mk.orig 2024-05-23 14:07:34 UTC
+++ Rules.mk
@@ -74,19 +74,6 @@
$(CMD_INSTSBIN)
$(INST) $(TGT_LIB) -m 755 -d $(INST_PREFIX)$(DIR_LIB)

View file

@ -1,11 +0,0 @@
--- common/misc.c.orig 2009-07-07 18:15:41.000000000 +0100
+++ common/misc.c 2009-07-07 18:17:20.000000000 +0100
@@ -43,7 +43,7 @@
*/
-char *memrchr(char *s, int c, ssize_t len)
+char *memrchr9(char *s, int c, ssize_t len)
{
char *ret;

View file

@ -1,11 +0,0 @@
--- common/misc.h.orig 2009-07-07 18:15:47.000000000 +0100
+++ common/misc.h 2009-07-07 18:17:01.000000000 +0100
@@ -90,7 +90,7 @@
* PROTOTYPES
*/
-char *memrchr(char *s, int c, ssize_t len);
+char *memrchr9(char *s, int c, ssize_t len);
void hex(char *buf, const char *src, ssize_t len);
void hmac_md5(char *out, char *in, META_ORD inl, char *key, META_ORD keyl);
void get_random_data(char *p, ssize_t len);

View file

@ -1,5 +1,5 @@
--- common/Rules.mk.orig Sun Oct 29 15:53:42 2006
+++ common/Rules.mk Sun Oct 29 15:53:45 2006
--- common/Rules.mk.orig 2024-05-23 14:07:34 UTC
+++ common/Rules.mk
@@ -29,7 +29,7 @@
$(OBJS_$(d)): $(d)/platform.h

View file

@ -1,12 +0,0 @@
--- common/constants.h.orig Thu Mar 23 18:15:07 2006
+++ common/constants.h Thu Jan 18 14:57:54 2007
@@ -16,6 +16,8 @@
* 2003/06/23 - EvB - Added constants needed for accept/reject/acctresp ops.
*/
+/* Required for LONG_MAX */
+#include <limits.h>
/*
* DEFINES

View file

@ -1,5 +1,5 @@
--- etc/Rules.mk.orig Fri Mar 17 13:39:14 2006
+++ etc/Rules.mk Sun Oct 29 15:46:17 2006
--- etc/Rules.mk.orig 2024-05-23 14:07:34 UTC
+++ etc/Rules.mk
@@ -13,7 +13,6 @@
CMD_INSTETC := $(CMD_INSTETC) \
$(INST) $(d)/dictionary -m 644 -d $(INST_PREFIX)$(DIR_ETC) \

View file

@ -1,5 +1,5 @@
--- language/Rules.mk.orig Sun Oct 29 15:55:04 2006
+++ language/Rules.mk Sun Oct 29 15:55:08 2006
--- language/Rules.mk.orig 2024-05-23 14:07:34 UTC
+++ language/Rules.mk
@@ -31,7 +31,7 @@
$(COMP)

View file

@ -28,12 +28,13 @@ bin/radtest
%%ETCDIR%%/subdicts/dict.vendors
%%ETCDIR%%/subdicts/dict.wispr
lib/openradius/ascfile
lib/openradius/debug
lib/openradius/delay
lib/openradius/memory
lib/openradius/radclient
lib/openradius/radlogger
lib/openradius/radsql
lib/openradius/unixpasswd
%%LDAP%%lib/openradius/radldap
sbin/radiusd
%%PORTDOCS%%%%DOCSDIR%%/async-iface-notes
%%PORTDOCS%%%%DOCSDIR%%/language.html

View file

@ -18,7 +18,7 @@ FILE_LOG = $LOGFILE
END
else
cat >> Makefile << END
FILE_LOG = /var/log/openradius.log
FILE_LOG = /var/log/openradius/openradius.log
END
fi
@ -31,6 +31,8 @@ TGT_LIB += modules/unixpasswd/unixpasswd
TGT_LIB += modules/radlogger/radlogger
TGT_LIB += modules/delay/delay
TGT_LIB += modules/radsql/radsql
TGT_LIB += modules/memory/memory
TGT_LIB += modules/debug/debug
END
if [ x$USE_LDAP != x ]; then
@ -52,8 +54,8 @@ S_LL_INET =
### Build flags for all targets
#
CF_ALL = -g -Wall
LF_ALL =
CF_ALL = -g -w
LF_ALL = -s -L$LDAPLIB${LOCALBASE}/lib
LL_ALL =
### Module-specific build flags

View file

@ -1,11 +1,13 @@
PORTNAME= vpp
DISTVERSIONPREFIX= v
DISTVERSION= 24.06
PORTREVISION= 1
CATEGORIES= net
PATCH_SITES= https://github.com/adventureloop/${PORTNAME}/commit/
PATCHFILES= fba2754d78cde15f93d19f86499aa3803110bc73.patch:-p1 \
c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch:-p1
c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch:-p1 \
b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch:-p1
MAINTAINER= thj@freebsd.org
COMMENT= VPP: A fast, scalable layer 2-4 multi-platform network stack

View file

@ -1,7 +1,9 @@
TIMESTAMP = 1723131459
TIMESTAMP = 1723636652
SHA256 (FDio-vpp-v24.06_GH0.tar.gz) = b8192821b38821b39ea435505d2d76b167f637654ebfb30d3f71cbead3bcaa07
SIZE (FDio-vpp-v24.06_GH0.tar.gz) = 22030398
SHA256 (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 2943947b3b07776d30bc1db652f1a5067ea63d5acf80dce9798aa88de85775df
SIZE (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 1659
SHA256 (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = a2075b41b77622368f22320645bc81e50bf1110200a2dfa547122b256023d965
SIZE (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = 1633
SHA256 (b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch) = ce752937fb7ecada58ee7aebcf0e478a6ec5f5ab442392b2fe22280043eea9a4
SIZE (b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch) = 2197

View file

@ -1,5 +1,5 @@
PORTNAME= kernlab
DISTVERSION= 0.9-32
DISTVERSION= 0.9-33
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1682484765
SHA256 (kernlab_0.9-32.tar.gz) = 654ef34e343deb4d2c4c139a44e5397d6e38876088ce1c53c7deb087935d6fdc
SIZE (kernlab_0.9-32.tar.gz) = 1215773
TIMESTAMP = 1723659856
SHA256 (kernlab_0.9-33.tar.gz) = 70c0787d6d3762c89bb68218fbee19e861fcb5d4c05b787a9692055d95dd3061
SIZE (kernlab_0.9-33.tar.gz) = 1025337

View file

@ -1,7 +1,7 @@
PORTNAME= elk
DISTVERSION= 10.0.1
DISTVERSION= 10.0.15
CATEGORIES= science
MASTER_SITES= https://elk.sourceforge.io/
MASTER_SITES= SF/${PORTNAME}
PKGNAMESUFFIX= -chemistry
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1719415175
SHA256 (elk-chemistry/elk-10.0.1.tgz) = 7476d6717644476bdaf7d6e7700c9d2e78307e1c110f7b73ae69ef0afee8e09e
SIZE (elk-chemistry/elk-10.0.1.tgz) = 2893847
TIMESTAMP = 1723664455
SHA256 (elk-chemistry/elk-10.0.15.tgz) = 510df6da95afc783ce55d5f3dbdb229dff1050aa8f3fb1cc7871c1f93b33d150
SIZE (elk-chemistry/elk-10.0.15.tgz) = 2902306

View file

@ -1,11 +1,11 @@
--- src/Makefile.orig 2024-06-26 12:48:58 UTC
--- src/Makefile.orig 2024-08-14 11:39:29 UTC
+++ src/Makefile
@@ -98,7 +98,7 @@ SRC_main1 = \
rfmtsm.f90 rbshtip.f90 rfshtip.f90 zbshtip.f90 zfshtip.f90 cbsht.f90 \
cbshtip.f90 cfshtip.f90 gencvclmt.f90 zcfmtinp.f90 zcfinp.f90 \
ggamt_3.f90 ggair_3.f90 piezoelt.f90 magnetoelt.f90 rmtavrg.f90 \
- zlrzncnv.f90 efieldmt.f90 writeefield.f90
+ zlrzncnv.f90 efieldmt.f90 writeefield.f90 mkl_stub.f90
@@ -95,7 +95,7 @@ SRC_main1 = \
moldyn.f90 gencrho.f90 cpotclmt.f90 rfmtsm.f90 rbshtip.f90 rfshtip.f90 \
zbshtip.f90 zfshtip.f90 cbsht.f90 cbshtip.f90 cfshtip.f90 gencvclmt.f90 \
zcfmtinp.f90 zcfinp.f90 ggamt_3.f90 ggair_3.f90 piezoelt.f90 magnetoelt.f90 \
- rmtavrg.f90 zlrzncnv.f90 efieldmt.f90 energyafsp.f90 writebox.f90
+ rmtavrg.f90 zlrzncnv.f90 efieldmt.f90 energyafsp.f90 writebox.f90 mkl_stub.f90
SRC_main = $(SRC_main0) $(SRC_main1)

View file

@ -1,6 +1,6 @@
PORTNAME= fluent-bit
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.5
DISTVERSION= 3.1.6
CATEGORIES= sysutils
MAINTAINER= girgen@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1723283004
SHA256 (fluent-fluent-bit-v3.1.5_GH0.tar.gz) = e75305c4ba9baa717baeacb4abbb9390f7433a74dcef0c41cc9d630288ca1d81
SIZE (fluent-fluent-bit-v3.1.5_GH0.tar.gz) = 26767198
TIMESTAMP = 1723673358
SHA256 (fluent-fluent-bit-v3.1.6_GH0.tar.gz) = 717312873d647fd2848f1834edefb8c6767b6e0eb7ae5b9cc11117d81196d4b1
SIZE (fluent-fluent-bit-v3.1.6_GH0.tar.gz) = 26774833

View file

@ -1,5 +1,5 @@
PORTNAME= xfburn
PORTVERSION= 0.7.1
PORTVERSION= 0.7.2
CATEGORIES= sysutils
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1721026238
SHA256 (xfce4/xfburn-0.7.1.tar.bz2) = 7ca161b2c9c558e5161f02f69d0418a37eba15eab4d3a8651f6c97d3a9d5dc16
SIZE (xfce4/xfburn-0.7.1.tar.bz2) = 1250935
TIMESTAMP = 1723579159
SHA256 (xfce4/xfburn-0.7.2.tar.bz2) = c2bb01d9f7335e487f91db40ebddeea30d071364c1c3b56838466fd3367a9925
SIZE (xfce4/xfburn-0.7.2.tar.bz2) = 1305071

View file

@ -1,5 +1,5 @@
PORTNAME= pikepdf
DISTVERSION= 9.1.0
DISTVERSION= 9.1.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1722053269
SHA256 (pikepdf-9.1.0.tar.gz) = e0c8d0a165b61d62495919b4351b5d2c7f0ebd47ea31d94d82c5203e97e07897
SIZE (pikepdf-9.1.0.tar.gz) = 2869103
TIMESTAMP = 1723619912
SHA256 (pikepdf-9.1.1.tar.gz) = 72791ae29f6dcb6673661f1bf1305a24bca81ea2f6cc28a27b02a140d50beb08
SIZE (pikepdf-9.1.1.tar.gz) = 2869514

View file

@ -1,5 +1,5 @@
PORTNAME= chromium
PORTVERSION= 127.0.6533.99
PORTVERSION= 127.0.6533.119
PULSEMV= 16
PULSEV= ${PULSEMV}.1
CATEGORIES= www wayland

View file

@ -1,11 +1,11 @@
TIMESTAMP = 1723018621
SHA256 (chromium-127.0.6533.99.tar.xz) = e33a57b0cab75f2fb8bd128be24da0ee18d4a0052e4cd99ad37fcb8dfc9c5875
SIZE (chromium-127.0.6533.99.tar.xz) = 6618098428
SHA256 (chrome-linux-127.0.6533.99-llvm17.profdata.tar.xz) = 93b43bef5dfa039c39d001a34c4cd45cd9414cf94cdfd4e381d6ed4c7fe6ddd6
SIZE (chrome-linux-127.0.6533.99-llvm17.profdata.tar.xz) = 30459176
TIMESTAMP = 1723633404
SHA256 (chromium-127.0.6533.119.tar.xz) = acc9e3f9fd2d180b8831865a1ac4f5cdd9ffe6211f47f467296d9ee1be2a577e
SIZE (chromium-127.0.6533.119.tar.xz) = 6621220264
SHA256 (chrome-linux-127.0.6533.119-llvm17.profdata.tar.xz) = 49b0f3d4e454ba40edde96db9d4fe2bde78872309464f92b2122afeebc685f7d
SIZE (chrome-linux-127.0.6533.119-llvm17.profdata.tar.xz) = 30457300
SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
SIZE (pulseaudio-16.1.tar.gz) = 2763111
SHA256 (chromium-127.0.6533.99-testdata.tar.xz) = eb12431701e53efad16a8b97efc27d5cf8d92f8c2d7aab6e5673010b7b18cc99
SIZE (chromium-127.0.6533.99-testdata.tar.xz) = 280877240
SHA256 (chromium-127.0.6533.119-testdata.tar.xz) = a539a94ce99f6ed058db9106f56069786a911a8b39db677b3d3a78f5b582a743
SIZE (chromium-127.0.6533.119-testdata.tar.xz) = 280109172
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734

View file

@ -1,4 +1,4 @@
--- chrome/browser/about_flags.cc.orig 2024-07-30 11:12:21 UTC
--- chrome/browser/about_flags.cc.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/about_flags.cc
@@ -238,7 +238,7 @@
#include "ui/ui_features.h"
@ -81,7 +81,7 @@
const FeatureEntry::FeatureParam kShortcutBoostSingleUrl[] = {
{"ShortcutBoostSearchScore", "0"},
{"ShortcutBoostNonTopHitThreshold", "0"},
@@ -3811,7 +3831,7 @@ const flags_ui::FeatureEntry::FeatureVariation
@@ -3827,7 +3847,7 @@ const flags_ui::FeatureEntry::FeatureVariation
std::size(kParcelTrackingTestDataOutForDelivery), nullptr},
};
@ -90,7 +90,7 @@
const flags_ui::FeatureEntry::FeatureParam
kDesktopPWAsLinkCapturingDefaultOn[] = {{"on_by_default", "true"}};
const flags_ui::FeatureEntry::FeatureParam
@@ -4784,7 +4804,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -4800,7 +4820,7 @@ const FeatureEntry kFeatureEntries[] = {
},
#endif // BUILDFLAG(IS_ANDROID)
@ -99,7 +99,7 @@
{
"fluent-overlay-scrollbars",
flag_descriptions::kFluentOverlayScrollbarsName,
@@ -5200,7 +5220,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -5216,7 +5236,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kWebAppUniversalInstallDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kWebAppUniversalInstall)},
#endif // !BUILDFLAG(IS_ANDROID)
@ -108,7 +108,7 @@
{"shortcuts-not-apps", flag_descriptions::kShortcutsNotAppsName,
flag_descriptions::kShortcutsNotAppsDescription,
kOsMac | kOsWin | kOsLinux,
@@ -5332,7 +5352,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -5348,7 +5368,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(features::kWebShare)},
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
@ -117,7 +117,7 @@
{"pulseaudio-loopback-for-cast",
flag_descriptions::kPulseaudioLoopbackForCastName,
flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux,
@@ -5346,9 +5366,19 @@ const FeatureEntry kFeatureEntries[] = {
@@ -5362,9 +5382,19 @@ const FeatureEntry kFeatureEntries[] = {
{"ozone-platform-hint", flag_descriptions::kOzonePlatformHintName,
flag_descriptions::kOzonePlatformHintDescription, kOsLinux,
MULTI_VALUE_TYPE(kOzonePlatformHintRuntimeChoices)},
@ -138,7 +138,7 @@
{"skip-undecryptable-passwords",
flag_descriptions::kSkipUndecryptablePasswordsName,
flag_descriptions::kSkipUndecryptablePasswordsDescription,
@@ -6286,7 +6316,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -6304,7 +6334,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(omnibox::kZeroSuggestInMemoryCaching)},
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
@ -147,7 +147,7 @@
{"omnibox-domain-suggestions",
flag_descriptions::kOmniboxDomainSuggestionsName,
flag_descriptions::kOmniboxDomainSuggestionsDescription, kOsDesktop,
@@ -6620,7 +6650,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -6638,7 +6668,7 @@ const FeatureEntry kFeatureEntries[] = {
"OrganicRepeatableQueries")},
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
@ -156,7 +156,7 @@
{"history-embeddings", flag_descriptions::kHistoryEmbeddingsName,
flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop,
FEATURE_WITH_PARAMS_VALUE_TYPE(history_embeddings::kHistoryEmbeddings,
@@ -7310,7 +7340,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -7328,7 +7358,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)},
#endif // BUILDFLAG(IS_CHROMEOS)
@ -165,7 +165,7 @@
{"cups-ipp-printing-backend",
flag_descriptions::kCupsIppPrintingBackendName,
flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop,
@@ -8309,7 +8339,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -8327,7 +8357,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kCooperativeSchedulingDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kCooperativeScheduling)},
@ -174,7 +174,7 @@
{"enable-network-service-sandbox",
flag_descriptions::kEnableNetworkServiceSandboxName,
flag_descriptions::kEnableNetworkServiceSandboxDescription,
@@ -8333,7 +8363,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -8351,7 +8381,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(media::kV4L2FlatStatefulVideoDecoder)},
#endif
@ -183,7 +183,7 @@
{"enable-family-link-extensions-permissions",
flag_descriptions::
kEnableExtensionsPermissionsForSupervisedUsersOnDesktopName,
@@ -9195,7 +9225,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9213,7 +9243,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(ash::features::kWallpaperPerDesk)},
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -192,7 +192,7 @@
{"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName,
flag_descriptions::kGetAllScreensMediaDescription,
kOsCrOS | kOsLacros | kOsLinux,
@@ -9234,7 +9264,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9252,7 +9282,7 @@ const FeatureEntry kFeatureEntries[] = {
#if BUILDFLAG(IS_WIN) || \
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
@ -201,7 +201,7 @@
{
"ui-debug-tools",
flag_descriptions::kUIDebugToolsName,
@@ -9476,7 +9506,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9494,7 +9524,7 @@ const FeatureEntry kFeatureEntries[] = {
#endif
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -210,7 +210,7 @@
{"policy-indication-for-managed-default-search",
flag_descriptions::kPolicyIndicationForManagedDefaultSearchName,
flag_descriptions::kPolicyIndicationForManagedDefaultSearchDescription,
@@ -9789,7 +9819,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9807,7 +9837,7 @@ const FeatureEntry kFeatureEntries[] = {
#endif
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \
@ -219,7 +219,7 @@
{"media-session-enter-picture-in-picture",
flag_descriptions::kMediaSessionEnterPictureInPictureName,
flag_descriptions::kMediaSessionEnterPictureInPictureDescription,
@@ -10684,7 +10714,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -10702,7 +10732,7 @@ const FeatureEntry kFeatureEntries[] = {
kOsDesktop | kOsAndroid,
FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)},
@ -228,7 +228,7 @@
{"camera-mic-effects", flag_descriptions::kCameraMicEffectsName,
flag_descriptions::kCameraMicEffectsDescription,
static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux),
@@ -10722,7 +10752,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -10740,7 +10770,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(features::kSiteInstanceGroupsForDataUrls)},
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -237,7 +237,7 @@
{"site-search-settings-policy",
flag_descriptions::kSiteSearchSettingsPolicyName,
flag_descriptions::kSiteSearchSettingsPolicyDescription, kOsAll,
@@ -10846,7 +10876,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -10864,7 +10894,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kHideIncognitoMediaMetadataDescription, kOsAll,
FEATURE_VALUE_TYPE(media::kHideIncognitoMediaMetadata)},
@ -246,7 +246,7 @@
{"third-party-profile-management",
flag_descriptions::kThirdPartyProfileManagementName,
flag_descriptions::kThirdPartyProfileManagementDescription,
@@ -11182,7 +11212,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -11200,7 +11230,7 @@ const FeatureEntry kFeatureEntries[] = {
trusted_vault::kTrustedVaultFrequentDegradedRecoverabilityPolling)},
#endif
@ -255,7 +255,7 @@
{"restart-to-gain-access-to-keychain",
flag_descriptions::kRestartToGainAccessToKeychainName,
flag_descriptions::kRestartToGainAccessToKeychainDescription,
@@ -11469,7 +11499,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -11487,7 +11517,7 @@ const FeatureEntry kFeatureEntries[] = {
// Controls the view mode for (history) sync screen.
#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \

View file

@ -1,6 +1,6 @@
--- chrome/browser/flag_descriptions.cc.orig 2024-07-30 11:12:21 UTC
--- chrome/browser/flag_descriptions.cc.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/flag_descriptions.cc
@@ -2963,7 +2963,7 @@ const char kCbdTimeframeRequiredDescription[] =
@@ -2969,7 +2969,7 @@ const char kCbdTimeframeRequiredDescription[] =
"value to the list.";
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -9,7 +9,7 @@
const char kPolicyIndicationForManagedDefaultSearchName[] =
"Enable policy indication for managed Default Search provider";
const char kPolicyIndicationForManagedDefaultSearchDescription[] =
@@ -3281,7 +3281,7 @@ const char kShowAutofillTypePredictionsDescription[] =
@@ -3287,7 +3287,7 @@ const char kShowAutofillTypePredictionsDescription[] =
"text.";
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -18,7 +18,7 @@
const char kShowFeaturedEnterpriseSiteSearchName[] =
"Show featured Enterprise site search engines in Omnibox";
const char kShowFeaturedEnterpriseSiteSearchDescription[] =
@@ -3318,7 +3318,7 @@ const char kSiteInstanceGroupsForDataUrlsDescription[]
@@ -3324,7 +3324,7 @@ const char kSiteInstanceGroupsForDataUrlsDescription[]
"but in the same SiteInstanceGroup, and thus the same process.";
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -27,7 +27,7 @@
const char kSiteSearchSettingsPolicyName[] = "Enable SiteSearchSettings policy";
const char kSiteSearchSettingsPolicyDescription[] =
"Allow site search engines to be defined by the SiteSearchSettings policy.";
@@ -7719,7 +7719,7 @@ const char kLacrosMergeIcuDataFileDescription[] =
@@ -7725,7 +7725,7 @@ const char kLacrosMergeIcuDataFileDescription[] =
"Enables sharing common areas of icudtl.dat between Ash and Lacros.";
#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
@ -36,7 +36,7 @@
const char kGetAllScreensMediaName[] = "GetAllScreensMedia API";
const char kGetAllScreensMediaDescription[] =
"When enabled, the getAllScreensMedia API for capturing multiple screens "
@@ -7970,7 +7970,7 @@ const char kV4L2FlatStatefulVideoDecoderDescription[]
@@ -7976,7 +7976,7 @@ const char kV4L2FlatStatefulVideoDecoderDescription[]
// Linux -----------------------------------------------------------------------
@ -45,7 +45,7 @@
const char kOzonePlatformHintChoiceDefault[] = "Default";
const char kOzonePlatformHintChoiceAuto[] = "Auto";
const char kOzonePlatformHintChoiceX11[] = "X11";
@@ -7992,6 +7992,17 @@ const char kPulseaudioLoopbackForScreenShareName[] =
@@ -7998,6 +7998,17 @@ const char kPulseaudioLoopbackForScreenShareName[] =
const char kPulseaudioLoopbackForScreenShareDescription[] =
"Enable system audio sharing when screen sharing on Linux with pulseaudio.";
@ -63,7 +63,7 @@
#endif // BUILDFLAG(IS_LINUX)
// All views-based platforms --------------------------------------------------
@@ -8018,14 +8029,14 @@ const char kZeroCopyVideoCaptureDescription[] =
@@ -8024,14 +8035,14 @@ const char kZeroCopyVideoCaptureDescription[] =
#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -80,7 +80,7 @@
const char kEnableNetworkServiceSandboxName[] =
"Enable the network service sandbox.";
const char kEnableNetworkServiceSandboxDescription[] =
@@ -8057,7 +8068,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
@@ -8063,7 +8074,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
"Bluetooth";
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
@ -89,7 +89,7 @@
const char kSkipUndecryptablePasswordsName[] =
"Skip undecryptable passwords to use the available decryptable "
"passwords.";
@@ -8207,7 +8218,7 @@ const char kElementCaptureDescription[] =
@@ -8213,7 +8224,7 @@ const char kElementCaptureDescription[] =
#if BUILDFLAG(IS_WIN) || \
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
@ -98,7 +98,7 @@
const char kUIDebugToolsName[] = "Debugging tools for UI";
const char kUIDebugToolsDescription[] =
"Enables additional keyboard shortcuts to help debugging.";
@@ -8274,7 +8285,7 @@ const char kComposePoliteNudgeDescription[] =
@@ -8280,7 +8291,7 @@ const char kComposePoliteNudgeDescription[] =
"available to interact with.";
#endif // BUILDFLAG(ENABLE_COMPOSE)

View file

@ -1,4 +1,4 @@
--- chrome/browser/flag_descriptions.h.orig 2024-07-30 11:12:21 UTC
--- chrome/browser/flag_descriptions.h.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/flag_descriptions.h
@@ -1722,7 +1722,7 @@ extern const char kCbdTimeframeRequiredName[];
extern const char kCbdTimeframeRequiredDescription[];
@ -27,7 +27,7 @@
extern const char kSiteSearchSettingsPolicyName[];
extern const char kSiteSearchSettingsPolicyDescription[];
#endif
@@ -4484,7 +4484,7 @@ extern const char kLacrosMergeIcuDataFileName[];
@@ -4487,7 +4487,7 @@ extern const char kLacrosMergeIcuDataFileName[];
extern const char kLacrosMergeIcuDataFileDescription[];
#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
@ -36,7 +36,7 @@
extern const char kGetAllScreensMediaName[];
extern const char kGetAllScreensMediaDescription[];
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
@@ -4630,7 +4630,7 @@ extern const char kV4L2FlatStatefulVideoDecoderDescrip
@@ -4633,7 +4633,7 @@ extern const char kV4L2FlatStatefulVideoDecoderDescrip
// Linux ---------------------------------------------------------------------
@ -45,7 +45,7 @@
extern const char kOzonePlatformHintChoiceDefault[];
extern const char kOzonePlatformHintChoiceAuto[];
extern const char kOzonePlatformHintChoiceX11[];
@@ -4643,6 +4643,9 @@ extern const char kPulseaudioLoopbackForCastName[];
@@ -4646,6 +4646,9 @@ extern const char kPulseaudioLoopbackForCastName[];
extern const char kPulseaudioLoopbackForCastDescription[];
extern const char kPulseaudioLoopbackForScreenShareName[];
extern const char kPulseaudioLoopbackForScreenShareDescription[];
@ -55,7 +55,7 @@
#endif // BUILDFLAG(IS_LINUX)
// All views-based platforms --------------------------------------------------
@@ -4672,7 +4675,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa
@@ -4675,7 +4678,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa
extern const char kWebBluetoothConfirmPairingSupportDescription[];
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
@ -64,7 +64,7 @@
extern const char kSkipUndecryptablePasswordsName[];
extern const char kSkipUndecryptablePasswordsDescription[];
@@ -4691,13 +4694,13 @@ extern const char kScreenlockReauthPromoCardDescriptio
@@ -4694,13 +4697,13 @@ extern const char kScreenlockReauthPromoCardDescriptio
#endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -80,7 +80,7 @@
extern const char kEnableNetworkServiceSandboxName[];
extern const char kEnableNetworkServiceSandboxDescription[];
@@ -4793,7 +4796,7 @@ extern const char kElementCaptureDescription[];
@@ -4796,7 +4799,7 @@ extern const char kElementCaptureDescription[];
#if BUILDFLAG(IS_WIN) || \
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
@ -89,7 +89,7 @@
extern const char kUIDebugToolsName[];
extern const char kUIDebugToolsDescription[];
#endif
@@ -4841,7 +4844,7 @@ extern const char kComposePoliteNudgeName[];
@@ -4844,7 +4847,7 @@ extern const char kComposePoliteNudgeName[];
extern const char kComposePoliteNudgeDescription[];
#endif // BUILDFLAG(ENABLE_COMPOSE)

View file

@ -1,4 +1,4 @@
--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2024-07-30 11:12:21 UTC
--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -235,19 +235,19 @@
#include "components/spellcheck/browser/pref_names.h"
@ -57,7 +57,7 @@
{ key::kFullscreenAllowed,
prefs::kFullscreenAllowed,
base::Value::Type::BOOLEAN },
@@ -1692,7 +1692,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1695,7 +1695,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::STRING },
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -66,7 +66,7 @@
{ key::kGSSAPILibraryName,
prefs::kGSSAPILibraryName,
base::Value::Type::STRING },
@@ -1746,7 +1746,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1749,7 +1749,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::BOOLEAN },
#endif // BUILDFLAG(IS_WIN)
@ -75,7 +75,7 @@
{ key::kNetworkServiceSandboxEnabled,
prefs::kNetworkServiceSandboxEnabled,
base::Value::Type::BOOLEAN },
@@ -1772,12 +1772,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1775,12 +1775,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
prefs::kTotalMemoryLimitMb,
base::Value::Type::INTEGER },
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
@ -90,7 +90,7 @@
{ key::kUnmanagedDeviceSignalsConsentFlowEnabled,
device_signals::prefs::kUnmanagedDeviceSignalsConsentFlowEnabled,
base::Value::Type::BOOLEAN },
@@ -1785,7 +1785,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1788,7 +1788,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
prefs::kProfileSeparationDomainExceptionList,
base::Value::Type::LIST },
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
@ -99,7 +99,7 @@
{ key::kDefaultBrowserSettingEnabled,
prefs::kDefaultBrowserSettingEnabled,
base::Value::Type::BOOLEAN },
@@ -1797,7 +1797,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1800,7 +1800,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::BOOLEAN },
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \
@ -108,7 +108,7 @@
{ key::kAutoplayAllowed,
prefs::kAutoplayAllowed,
base::Value::Type::BOOLEAN },
@@ -1898,7 +1898,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1901,7 +1901,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::BOOLEAN },
#endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
@ -117,7 +117,7 @@
{ key::kAlternativeBrowserPath,
browser_switcher::prefs::kAlternativeBrowserPath,
base::Value::Type::STRING },
@@ -2003,7 +2003,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2006,7 +2006,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::LIST },
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -126,7 +126,7 @@
{ key::kAuthNegotiateDelegateByKdcPolicy,
prefs::kAuthNegotiateDelegateByKdcPolicy,
base::Value::Type::BOOLEAN },
@@ -2028,7 +2028,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2031,7 +2031,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
#endif // BUILDFLAG(ENABLE_EXTENSIONS)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -135,7 +135,7 @@
{ key::kEnforceLocalAnchorConstraintsEnabled,
prefs::kEnforceLocalAnchorConstraintsEnabled,
base::Value::Type::BOOLEAN },
@@ -2086,7 +2086,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2089,7 +2089,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
ash::prefs::kUrlParameterToAutofillSAMLUsername,
base::Value::Type::STRING },
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -144,7 +144,7 @@
{ key::kTabDiscardingExceptions,
performance_manager::user_tuning::prefs::kManagedTabDiscardingExceptions,
base::Value::Type::LIST },
@@ -2115,7 +2115,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2118,7 +2118,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
prefs::kUiAutomationProviderEnabled,
base::Value::Type::BOOLEAN },
#endif // BUILDFLAG(IS_WIN)
@ -153,7 +153,7 @@
{ key::kOutOfProcessSystemDnsResolutionEnabled,
prefs::kOutOfProcessSystemDnsResolutionEnabled,
base::Value::Type::BOOLEAN },
@@ -2155,7 +2155,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2158,7 +2158,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::INTEGER },
#endif
#if BUILDFLAG(ENABLE_EXTENSIONS)
@ -162,7 +162,7 @@
{ key::kExtensionInstallTypeBlocklist,
extensions::pref_names::kExtensionInstallTypeBlocklist,
base::Value::Type::LIST},
@@ -2176,7 +2176,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2179,7 +2179,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
optimization_guide::model_execution::prefs::kWallpaperSearchEnterprisePolicyAllowed,
base::Value::Type::INTEGER},
#endif
@ -171,7 +171,7 @@
{ key::kChromeForTestingAllowed,
prefs::kChromeForTestingAllowed,
base::Value::Type::BOOLEAN },
@@ -2304,7 +2304,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2307,7 +2307,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
// Policies for all platforms - End
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -180,7 +180,7 @@
handlers->AddHandler(std::make_unique<IntRangePolicyHandler>(
key::kMemorySaverModeSavings,
performance_manager::user_tuning::prefs::kMemorySaverModeAggressiveness,
@@ -2320,7 +2320,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2323,7 +2323,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
// BUILDFLAG(IS_CHROMEOS_ASH)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -189,7 +189,7 @@
handlers->AddHandler(
std::make_unique<SiteSearchPolicyHandler>(chrome_schema));
@@ -2526,7 +2526,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2529,7 +2529,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
#endif // BUILDFLAG(IS_ANDROID)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -198,7 +198,7 @@
handlers->AddHandler(
std::make_unique<enterprise_idle::IdleTimeoutPolicyHandler>());
handlers->AddHandler(
@@ -2584,7 +2584,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2587,7 +2587,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime,
chrome_schema));
@ -207,7 +207,7 @@
handlers->AddHandler(std::make_unique<LocalSyncPolicyHandler>());
handlers->AddHandler(std::make_unique<ThemeColorPolicyHandler>());
handlers->AddHandler(
@@ -2698,7 +2698,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2701,7 +2701,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
std::vector<std::unique_ptr<ConfigurationPolicyHandler>>
signin_legacy_policies;
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \
@ -216,7 +216,7 @@
signin_legacy_policies.push_back(std::make_unique<SimplePolicyHandler>(
key::kForceBrowserSignin, prefs::kForceBrowserSignin,
base::Value::Type::BOOLEAN));
@@ -3055,7 +3055,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3058,7 +3058,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
#endif
#if BUILDFLAG(ENABLE_SPELLCHECK)
@ -225,7 +225,7 @@
handlers->AddHandler(std::make_unique<SpellcheckLanguagePolicyHandler>());
handlers->AddHandler(
std::make_unique<SpellcheckLanguageBlocklistPolicyHandler>(
@@ -3063,7 +3063,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3066,7 +3066,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
#endif // BUILDFLAG(ENABLE_SPELLCHECK)
@ -234,7 +234,7 @@
handlers->AddHandler(std::make_unique<SimplePolicyHandler>(
key::kAllowSystemNotifications, prefs::kAllowSystemNotifications,
base::Value::Type::BOOLEAN));
@@ -3081,7 +3081,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3084,7 +3084,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
first_party_sets::FirstPartySetsOverridesPolicyHandler>(
key::kRelatedWebsiteSetsOverrides, chrome_schema)));
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -243,7 +243,7 @@
handlers->AddHandler(std::make_unique<PrivacySandboxPolicyHandler>());
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
// BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)
@@ -3104,7 +3104,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3107,7 +3107,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
base::Value::Type::BOOLEAN)));
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \

View file

@ -1,5 +1,5 @@
PORTNAME= iridium
PORTVERSION= 2024.07.127.2
PORTVERSION= 2024.07.127.3
PULSEMV= 16
PULSEV= ${PULSEMV}.1
CATEGORIES= www wayland

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1723056373
SHA256 (iridium-browser-2024.07.127.2.tar.xz) = 03fc79f65b4ad62857ef89987cf01ac6216fa2318278cbe19778db08f4c7a428
SIZE (iridium-browser-2024.07.127.2.tar.xz) = 2764104148
TIMESTAMP = 1723650654
SHA256 (iridium-browser-2024.07.127.3.tar.xz) = 9c24c43fd4d580b0bbbeb325daff65575e23ad2caf7f615dd82b7d28e9d96774
SIZE (iridium-browser-2024.07.127.3.tar.xz) = 2764038724
SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
SIZE (pulseaudio-16.1.tar.gz) = 2763111

View file

@ -1,4 +1,4 @@
--- chrome/browser/about_flags.cc.orig 2024-08-01 05:47:53 UTC
--- chrome/browser/about_flags.cc.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/about_flags.cc
@@ -238,7 +238,7 @@
#include "ui/ui_features.h"
@ -81,7 +81,7 @@
const FeatureEntry::FeatureParam kShortcutBoostSingleUrl[] = {
{"ShortcutBoostSearchScore", "0"},
{"ShortcutBoostNonTopHitThreshold", "0"},
@@ -3811,7 +3831,7 @@ const flags_ui::FeatureEntry::FeatureVariation
@@ -3827,7 +3847,7 @@ const flags_ui::FeatureEntry::FeatureVariation
std::size(kParcelTrackingTestDataOutForDelivery), nullptr},
};
@ -90,7 +90,7 @@
const flags_ui::FeatureEntry::FeatureParam
kDesktopPWAsLinkCapturingDefaultOn[] = {{"on_by_default", "true"}};
const flags_ui::FeatureEntry::FeatureParam
@@ -4784,7 +4804,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -4800,7 +4820,7 @@ const FeatureEntry kFeatureEntries[] = {
},
#endif // BUILDFLAG(IS_ANDROID)
@ -99,7 +99,7 @@
{
"fluent-overlay-scrollbars",
flag_descriptions::kFluentOverlayScrollbarsName,
@@ -5200,7 +5220,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -5216,7 +5236,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kWebAppUniversalInstallDescription, kOsDesktop,
FEATURE_VALUE_TYPE(features::kWebAppUniversalInstall)},
#endif // !BUILDFLAG(IS_ANDROID)
@ -108,7 +108,7 @@
{"shortcuts-not-apps", flag_descriptions::kShortcutsNotAppsName,
flag_descriptions::kShortcutsNotAppsDescription,
kOsMac | kOsWin | kOsLinux,
@@ -5332,7 +5352,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -5348,7 +5368,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(features::kWebShare)},
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
@ -117,7 +117,7 @@
{"pulseaudio-loopback-for-cast",
flag_descriptions::kPulseaudioLoopbackForCastName,
flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux,
@@ -5346,9 +5366,19 @@ const FeatureEntry kFeatureEntries[] = {
@@ -5362,9 +5382,19 @@ const FeatureEntry kFeatureEntries[] = {
{"ozone-platform-hint", flag_descriptions::kOzonePlatformHintName,
flag_descriptions::kOzonePlatformHintDescription, kOsLinux,
MULTI_VALUE_TYPE(kOzonePlatformHintRuntimeChoices)},
@ -138,7 +138,7 @@
{"skip-undecryptable-passwords",
flag_descriptions::kSkipUndecryptablePasswordsName,
flag_descriptions::kSkipUndecryptablePasswordsDescription,
@@ -6286,7 +6316,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -6304,7 +6334,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(omnibox::kZeroSuggestInMemoryCaching)},
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
@ -147,7 +147,7 @@
{"omnibox-domain-suggestions",
flag_descriptions::kOmniboxDomainSuggestionsName,
flag_descriptions::kOmniboxDomainSuggestionsDescription, kOsDesktop,
@@ -6620,7 +6650,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -6638,7 +6668,7 @@ const FeatureEntry kFeatureEntries[] = {
"OrganicRepeatableQueries")},
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \
@ -156,7 +156,7 @@
{"history-embeddings", flag_descriptions::kHistoryEmbeddingsName,
flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop,
FEATURE_WITH_PARAMS_VALUE_TYPE(history_embeddings::kHistoryEmbeddings,
@@ -7310,7 +7340,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -7328,7 +7358,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)},
#endif // BUILDFLAG(IS_CHROMEOS)
@ -165,7 +165,7 @@
{"cups-ipp-printing-backend",
flag_descriptions::kCupsIppPrintingBackendName,
flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop,
@@ -8309,7 +8339,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -8327,7 +8357,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kCooperativeSchedulingDescription, kOsAll,
FEATURE_VALUE_TYPE(features::kCooperativeScheduling)},
@ -174,7 +174,7 @@
{"enable-network-service-sandbox",
flag_descriptions::kEnableNetworkServiceSandboxName,
flag_descriptions::kEnableNetworkServiceSandboxDescription,
@@ -8333,7 +8363,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -8351,7 +8381,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(media::kV4L2FlatStatefulVideoDecoder)},
#endif
@ -183,7 +183,7 @@
{"enable-family-link-extensions-permissions",
flag_descriptions::
kEnableExtensionsPermissionsForSupervisedUsersOnDesktopName,
@@ -9195,7 +9225,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9213,7 +9243,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(ash::features::kWallpaperPerDesk)},
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -192,7 +192,7 @@
{"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName,
flag_descriptions::kGetAllScreensMediaDescription,
kOsCrOS | kOsLacros | kOsLinux,
@@ -9234,7 +9264,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9252,7 +9282,7 @@ const FeatureEntry kFeatureEntries[] = {
#if BUILDFLAG(IS_WIN) || \
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
@ -201,7 +201,7 @@
{
"ui-debug-tools",
flag_descriptions::kUIDebugToolsName,
@@ -9476,7 +9506,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9494,7 +9524,7 @@ const FeatureEntry kFeatureEntries[] = {
#endif
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -210,7 +210,7 @@
{"policy-indication-for-managed-default-search",
flag_descriptions::kPolicyIndicationForManagedDefaultSearchName,
flag_descriptions::kPolicyIndicationForManagedDefaultSearchDescription,
@@ -9789,7 +9819,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -9807,7 +9837,7 @@ const FeatureEntry kFeatureEntries[] = {
#endif
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \
@ -219,7 +219,7 @@
{"media-session-enter-picture-in-picture",
flag_descriptions::kMediaSessionEnterPictureInPictureName,
flag_descriptions::kMediaSessionEnterPictureInPictureDescription,
@@ -10684,7 +10714,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -10702,7 +10732,7 @@ const FeatureEntry kFeatureEntries[] = {
kOsDesktop | kOsAndroid,
FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)},
@ -228,7 +228,7 @@
{"camera-mic-effects", flag_descriptions::kCameraMicEffectsName,
flag_descriptions::kCameraMicEffectsDescription,
static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux),
@@ -10722,7 +10752,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -10740,7 +10770,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(features::kSiteInstanceGroupsForDataUrls)},
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -237,7 +237,7 @@
{"site-search-settings-policy",
flag_descriptions::kSiteSearchSettingsPolicyName,
flag_descriptions::kSiteSearchSettingsPolicyDescription, kOsAll,
@@ -10846,7 +10876,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -10864,7 +10894,7 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kHideIncognitoMediaMetadataDescription, kOsAll,
FEATURE_VALUE_TYPE(media::kHideIncognitoMediaMetadata)},
@ -246,7 +246,7 @@
{"third-party-profile-management",
flag_descriptions::kThirdPartyProfileManagementName,
flag_descriptions::kThirdPartyProfileManagementDescription,
@@ -11182,7 +11212,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -11200,7 +11230,7 @@ const FeatureEntry kFeatureEntries[] = {
trusted_vault::kTrustedVaultFrequentDegradedRecoverabilityPolling)},
#endif
@ -255,7 +255,7 @@
{"restart-to-gain-access-to-keychain",
flag_descriptions::kRestartToGainAccessToKeychainName,
flag_descriptions::kRestartToGainAccessToKeychainDescription,
@@ -11469,7 +11499,7 @@ const FeatureEntry kFeatureEntries[] = {
@@ -11487,7 +11517,7 @@ const FeatureEntry kFeatureEntries[] = {
// Controls the view mode for (history) sync screen.
#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \

View file

@ -1,6 +1,6 @@
--- chrome/browser/flag_descriptions.cc.orig 2024-08-01 05:47:53 UTC
--- chrome/browser/flag_descriptions.cc.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/flag_descriptions.cc
@@ -2963,7 +2963,7 @@ const char kCbdTimeframeRequiredDescription[] =
@@ -2969,7 +2969,7 @@ const char kCbdTimeframeRequiredDescription[] =
"value to the list.";
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -9,7 +9,7 @@
const char kPolicyIndicationForManagedDefaultSearchName[] =
"Enable policy indication for managed Default Search provider";
const char kPolicyIndicationForManagedDefaultSearchDescription[] =
@@ -3281,7 +3281,7 @@ const char kShowAutofillTypePredictionsDescription[] =
@@ -3287,7 +3287,7 @@ const char kShowAutofillTypePredictionsDescription[] =
"text.";
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -18,7 +18,7 @@
const char kShowFeaturedEnterpriseSiteSearchName[] =
"Show featured Enterprise site search engines in Omnibox";
const char kShowFeaturedEnterpriseSiteSearchDescription[] =
@@ -3318,7 +3318,7 @@ const char kSiteInstanceGroupsForDataUrlsDescription[]
@@ -3324,7 +3324,7 @@ const char kSiteInstanceGroupsForDataUrlsDescription[]
"but in the same SiteInstanceGroup, and thus the same process.";
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -27,7 +27,7 @@
const char kSiteSearchSettingsPolicyName[] = "Enable SiteSearchSettings policy";
const char kSiteSearchSettingsPolicyDescription[] =
"Allow site search engines to be defined by the SiteSearchSettings policy.";
@@ -7719,7 +7719,7 @@ const char kLacrosMergeIcuDataFileDescription[] =
@@ -7725,7 +7725,7 @@ const char kLacrosMergeIcuDataFileDescription[] =
"Enables sharing common areas of icudtl.dat between Ash and Lacros.";
#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
@ -36,7 +36,7 @@
const char kGetAllScreensMediaName[] = "GetAllScreensMedia API";
const char kGetAllScreensMediaDescription[] =
"When enabled, the getAllScreensMedia API for capturing multiple screens "
@@ -7970,7 +7970,7 @@ const char kV4L2FlatStatefulVideoDecoderDescription[]
@@ -7976,7 +7976,7 @@ const char kV4L2FlatStatefulVideoDecoderDescription[]
// Linux -----------------------------------------------------------------------
@ -45,7 +45,7 @@
const char kOzonePlatformHintChoiceDefault[] = "Default";
const char kOzonePlatformHintChoiceAuto[] = "Auto";
const char kOzonePlatformHintChoiceX11[] = "X11";
@@ -7992,6 +7992,17 @@ const char kPulseaudioLoopbackForScreenShareName[] =
@@ -7998,6 +7998,17 @@ const char kPulseaudioLoopbackForScreenShareName[] =
const char kPulseaudioLoopbackForScreenShareDescription[] =
"Enable system audio sharing when screen sharing on Linux with pulseaudio.";
@ -63,7 +63,7 @@
#endif // BUILDFLAG(IS_LINUX)
// All views-based platforms --------------------------------------------------
@@ -8018,14 +8029,14 @@ const char kZeroCopyVideoCaptureDescription[] =
@@ -8024,14 +8035,14 @@ const char kZeroCopyVideoCaptureDescription[] =
#endif // BUILDFLAG(IS_CHROMEOS_ASH) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -80,7 +80,7 @@
const char kEnableNetworkServiceSandboxName[] =
"Enable the network service sandbox.";
const char kEnableNetworkServiceSandboxDescription[] =
@@ -8057,7 +8068,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
@@ -8063,7 +8074,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti
"Bluetooth";
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
@ -89,7 +89,7 @@
const char kSkipUndecryptablePasswordsName[] =
"Skip undecryptable passwords to use the available decryptable "
"passwords.";
@@ -8207,7 +8218,7 @@ const char kElementCaptureDescription[] =
@@ -8213,7 +8224,7 @@ const char kElementCaptureDescription[] =
#if BUILDFLAG(IS_WIN) || \
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
@ -98,7 +98,7 @@
const char kUIDebugToolsName[] = "Debugging tools for UI";
const char kUIDebugToolsDescription[] =
"Enables additional keyboard shortcuts to help debugging.";
@@ -8274,7 +8285,7 @@ const char kComposePoliteNudgeDescription[] =
@@ -8280,7 +8291,7 @@ const char kComposePoliteNudgeDescription[] =
"available to interact with.";
#endif // BUILDFLAG(ENABLE_COMPOSE)

View file

@ -1,4 +1,4 @@
--- chrome/browser/flag_descriptions.h.orig 2024-08-01 05:47:53 UTC
--- chrome/browser/flag_descriptions.h.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/flag_descriptions.h
@@ -1722,7 +1722,7 @@ extern const char kCbdTimeframeRequiredName[];
extern const char kCbdTimeframeRequiredDescription[];
@ -27,7 +27,7 @@
extern const char kSiteSearchSettingsPolicyName[];
extern const char kSiteSearchSettingsPolicyDescription[];
#endif
@@ -4484,7 +4484,7 @@ extern const char kLacrosMergeIcuDataFileName[];
@@ -4487,7 +4487,7 @@ extern const char kLacrosMergeIcuDataFileName[];
extern const char kLacrosMergeIcuDataFileDescription[];
#endif // #if BUILDFLAG(IS_CHROMEOS_LACROS)
@ -36,7 +36,7 @@
extern const char kGetAllScreensMediaName[];
extern const char kGetAllScreensMediaDescription[];
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
@@ -4630,7 +4630,7 @@ extern const char kV4L2FlatStatefulVideoDecoderDescrip
@@ -4633,7 +4633,7 @@ extern const char kV4L2FlatStatefulVideoDecoderDescrip
// Linux ---------------------------------------------------------------------
@ -45,7 +45,7 @@
extern const char kOzonePlatformHintChoiceDefault[];
extern const char kOzonePlatformHintChoiceAuto[];
extern const char kOzonePlatformHintChoiceX11[];
@@ -4643,6 +4643,9 @@ extern const char kPulseaudioLoopbackForCastName[];
@@ -4646,6 +4646,9 @@ extern const char kPulseaudioLoopbackForCastName[];
extern const char kPulseaudioLoopbackForCastDescription[];
extern const char kPulseaudioLoopbackForScreenShareName[];
extern const char kPulseaudioLoopbackForScreenShareDescription[];
@ -55,7 +55,7 @@
#endif // BUILDFLAG(IS_LINUX)
// All views-based platforms --------------------------------------------------
@@ -4672,7 +4675,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa
@@ -4675,7 +4678,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa
extern const char kWebBluetoothConfirmPairingSupportDescription[];
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX)
@ -64,7 +64,7 @@
extern const char kSkipUndecryptablePasswordsName[];
extern const char kSkipUndecryptablePasswordsDescription[];
@@ -4691,13 +4694,13 @@ extern const char kScreenlockReauthPromoCardDescriptio
@@ -4694,13 +4697,13 @@ extern const char kScreenlockReauthPromoCardDescriptio
#endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -80,7 +80,7 @@
extern const char kEnableNetworkServiceSandboxName[];
extern const char kEnableNetworkServiceSandboxDescription[];
@@ -4793,7 +4796,7 @@ extern const char kElementCaptureDescription[];
@@ -4796,7 +4799,7 @@ extern const char kElementCaptureDescription[];
#if BUILDFLAG(IS_WIN) || \
(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || \
@ -89,7 +89,7 @@
extern const char kUIDebugToolsName[];
extern const char kUIDebugToolsDescription[];
#endif
@@ -4841,7 +4844,7 @@ extern const char kComposePoliteNudgeName[];
@@ -4844,7 +4847,7 @@ extern const char kComposePoliteNudgeName[];
extern const char kComposePoliteNudgeDescription[];
#endif // BUILDFLAG(ENABLE_COMPOSE)

View file

@ -1,4 +1,4 @@
--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2024-08-01 05:47:53 UTC
--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2024-08-14 11:02:58 UTC
+++ chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -235,19 +235,19 @@
#include "components/spellcheck/browser/pref_names.h"
@ -57,7 +57,7 @@
{ key::kFullscreenAllowed,
prefs::kFullscreenAllowed,
base::Value::Type::BOOLEAN },
@@ -1692,7 +1692,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1695,7 +1695,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::STRING },
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -66,7 +66,7 @@
{ key::kGSSAPILibraryName,
prefs::kGSSAPILibraryName,
base::Value::Type::STRING },
@@ -1746,7 +1746,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1749,7 +1749,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::BOOLEAN },
#endif // BUILDFLAG(IS_WIN)
@ -75,7 +75,7 @@
{ key::kNetworkServiceSandboxEnabled,
prefs::kNetworkServiceSandboxEnabled,
base::Value::Type::BOOLEAN },
@@ -1772,12 +1772,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1775,12 +1775,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
prefs::kTotalMemoryLimitMb,
base::Value::Type::INTEGER },
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
@ -90,7 +90,7 @@
{ key::kUnmanagedDeviceSignalsConsentFlowEnabled,
device_signals::prefs::kUnmanagedDeviceSignalsConsentFlowEnabled,
base::Value::Type::BOOLEAN },
@@ -1785,7 +1785,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1788,7 +1788,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
prefs::kProfileSeparationDomainExceptionList,
base::Value::Type::LIST },
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
@ -99,7 +99,7 @@
{ key::kDefaultBrowserSettingEnabled,
prefs::kDefaultBrowserSettingEnabled,
base::Value::Type::BOOLEAN },
@@ -1797,7 +1797,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1800,7 +1800,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::BOOLEAN },
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \
@ -108,7 +108,7 @@
{ key::kAutoplayAllowed,
prefs::kAutoplayAllowed,
base::Value::Type::BOOLEAN },
@@ -1898,7 +1898,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -1901,7 +1901,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::BOOLEAN },
#endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
@ -117,7 +117,7 @@
{ key::kAlternativeBrowserPath,
browser_switcher::prefs::kAlternativeBrowserPath,
base::Value::Type::STRING },
@@ -2003,7 +2003,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2006,7 +2006,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::LIST },
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -126,7 +126,7 @@
{ key::kAuthNegotiateDelegateByKdcPolicy,
prefs::kAuthNegotiateDelegateByKdcPolicy,
base::Value::Type::BOOLEAN },
@@ -2028,7 +2028,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2031,7 +2031,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
#endif // BUILDFLAG(ENABLE_EXTENSIONS)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -135,7 +135,7 @@
{ key::kEnforceLocalAnchorConstraintsEnabled,
prefs::kEnforceLocalAnchorConstraintsEnabled,
base::Value::Type::BOOLEAN },
@@ -2086,7 +2086,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2089,7 +2089,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
ash::prefs::kUrlParameterToAutofillSAMLUsername,
base::Value::Type::STRING },
#endif // BUILDFLAG(IS_CHROMEOS_ASH)
@ -144,7 +144,7 @@
{ key::kTabDiscardingExceptions,
performance_manager::user_tuning::prefs::kManagedTabDiscardingExceptions,
base::Value::Type::LIST },
@@ -2115,7 +2115,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2118,7 +2118,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
prefs::kUiAutomationProviderEnabled,
base::Value::Type::BOOLEAN },
#endif // BUILDFLAG(IS_WIN)
@ -153,7 +153,7 @@
{ key::kOutOfProcessSystemDnsResolutionEnabled,
prefs::kOutOfProcessSystemDnsResolutionEnabled,
base::Value::Type::BOOLEAN },
@@ -2155,7 +2155,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2158,7 +2158,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
base::Value::Type::INTEGER },
#endif
#if BUILDFLAG(ENABLE_EXTENSIONS)
@ -162,7 +162,7 @@
{ key::kExtensionInstallTypeBlocklist,
extensions::pref_names::kExtensionInstallTypeBlocklist,
base::Value::Type::LIST},
@@ -2176,7 +2176,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
@@ -2179,7 +2179,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] =
optimization_guide::model_execution::prefs::kWallpaperSearchEnterprisePolicyAllowed,
base::Value::Type::INTEGER},
#endif
@ -171,7 +171,7 @@
{ key::kChromeForTestingAllowed,
prefs::kChromeForTestingAllowed,
base::Value::Type::BOOLEAN },
@@ -2304,7 +2304,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2307,7 +2307,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
// Policies for all platforms - End
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -180,7 +180,7 @@
handlers->AddHandler(std::make_unique<IntRangePolicyHandler>(
key::kMemorySaverModeSavings,
performance_manager::user_tuning::prefs::kMemorySaverModeAggressiveness,
@@ -2320,7 +2320,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2323,7 +2323,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
// BUILDFLAG(IS_CHROMEOS_ASH)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -189,7 +189,7 @@
handlers->AddHandler(
std::make_unique<SiteSearchPolicyHandler>(chrome_schema));
@@ -2526,7 +2526,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2529,7 +2529,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
#endif // BUILDFLAG(IS_ANDROID)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -198,7 +198,7 @@
handlers->AddHandler(
std::make_unique<enterprise_idle::IdleTimeoutPolicyHandler>());
handlers->AddHandler(
@@ -2584,7 +2584,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2587,7 +2587,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime,
chrome_schema));
@ -207,7 +207,7 @@
handlers->AddHandler(std::make_unique<LocalSyncPolicyHandler>());
handlers->AddHandler(std::make_unique<ThemeColorPolicyHandler>());
handlers->AddHandler(
@@ -2698,7 +2698,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -2701,7 +2701,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
std::vector<std::unique_ptr<ConfigurationPolicyHandler>>
signin_legacy_policies;
#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \
@ -216,7 +216,7 @@
signin_legacy_policies.push_back(std::make_unique<SimplePolicyHandler>(
key::kForceBrowserSignin, prefs::kForceBrowserSignin,
base::Value::Type::BOOLEAN));
@@ -3055,7 +3055,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3058,7 +3058,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
#endif
#if BUILDFLAG(ENABLE_SPELLCHECK)
@ -225,7 +225,7 @@
handlers->AddHandler(std::make_unique<SpellcheckLanguagePolicyHandler>());
handlers->AddHandler(
std::make_unique<SpellcheckLanguageBlocklistPolicyHandler>(
@@ -3063,7 +3063,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3066,7 +3066,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
#endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
#endif // BUILDFLAG(ENABLE_SPELLCHECK)
@ -234,7 +234,7 @@
handlers->AddHandler(std::make_unique<SimplePolicyHandler>(
key::kAllowSystemNotifications, prefs::kAllowSystemNotifications,
base::Value::Type::BOOLEAN));
@@ -3081,7 +3081,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3084,7 +3084,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
first_party_sets::FirstPartySetsOverridesPolicyHandler>(
key::kRelatedWebsiteSetsOverrides, chrome_schema)));
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@ -243,7 +243,7 @@
handlers->AddHandler(std::make_unique<PrivacySandboxPolicyHandler>());
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
// BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)
@@ -3104,7 +3104,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
@@ -3107,7 +3107,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH
base::Value::Type::BOOLEAN)));
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \

View file

@ -1,8 +1,8 @@
PORTNAME= librewolf
DISTVERSION= 128.0.3
DISTVERSIONSUFFIX= -2.source
DISTVERSION= 129.0
DISTVERSIONSUFFIX= -1.source
CATEGORIES= www wayland
MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}-2/
MASTER_SITES= https://gitlab.com/api/v4/projects/32320088/packages/generic/${PORTNAME}-source/${DISTVERSION}-1/
MAINTAINER= freebsd@sysctl.cz
COMMENT= Custom version of Firefox, focused on privacy, security and freedom
@ -36,7 +36,7 @@ CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= MOZ_REQUIRE_SIGNING=""
CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-2
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-1
MOZILLA_CAP= ${MOZILLA:C/^(.).*/\1/:tu}${MOZILLA:C/^.//}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1723485802
SHA256 (librewolf-128.0.3-2.source.tar.gz) = df1033b7d825da65e1892f599e65525e8d138374f75c5ebb76ee13ab818b4020
SIZE (librewolf-128.0.3-2.source.tar.gz) = 1014691590
TIMESTAMP = 1723582244
SHA256 (librewolf-129.0-1.source.tar.gz) = ff03845699e62aa68f31fb7b17193636e9e8a63dd824011f3d84059574c9b09d
SIZE (librewolf-129.0-1.source.tar.gz) = 1016824247

View file

@ -1,7 +1,7 @@
commit 39df5a98686dce37f31f3741ec4f7198be4251c9
commit 8f47d0fc87c264faae3f47b2023f8a7eb4c36101
Author: Christoph Moench-Tegeder <cmt@FreeBSD.org>
regenerate FreeBSD libwebrtc patch for Firefox 128
regenerate FreeBSD libwebrtc patch for Firefox 129
diff --git third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build
index 2dbd5881583e..332ca04819ee 100644
@ -59631,7 +59631,7 @@ index b3425d3e67cf..e794e8940e60 100644
Library("rtp_rtcp_format_gn")
diff --git third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build
index 517121987519..52af37433103 100644
index 31789273913d..67c5cb6da114 100644
--- third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build
+++ third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build
@@ -13,11 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1"
@ -59656,7 +59656,7 @@ index 517121987519..52af37433103 100644
FINAL_LIBRARY = "xul"
@@ -98,190 +108,32 @@ if not CONFIG["MOZ_DEBUG"]:
@@ -99,190 +109,32 @@ if not CONFIG["MOZ_DEBUG"]:
if CONFIG["MOZ_DEBUG"] == "1":
DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1"
@ -62726,6 +62726,446 @@ index ecd9c1dd8d37..864af3b1dda1 100644
+ DEFINES["USE_X11"] = "1"
Library("frame_helpers_gn")
diff --git third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build
index b92c2ed52823..0573b18d11d4 100644
--- third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build
+++ third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build
@@ -12,11 +12,21 @@ AllowCompilerWarnings()
DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1"
DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True
DEFINES["RTC_ENABLE_VP9"] = True
+DEFINES["USE_GLIB"] = "1"
+DEFINES["USE_OZONE"] = "1"
+DEFINES["WEBRTC_BSD"] = True
+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0"
DEFINES["WEBRTC_LIBRARY_IMPL"] = True
DEFINES["WEBRTC_MOZILLA_BUILD"] = True
DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0"
+DEFINES["WEBRTC_POSIX"] = True
DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0"
+DEFINES["_FILE_OFFSET_BITS"] = "64"
+DEFINES["_LARGEFILE64_SOURCE"] = True
+DEFINES["_LARGEFILE_SOURCE"] = True
+DEFINES["__STDC_CONSTANT_MACROS"] = True
+DEFINES["__STDC_FORMAT_MACROS"] = True
FINAL_LIBRARY = "xul"
@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]:
if CONFIG["MOZ_DEBUG"] == "1":
DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1"
-
-if CONFIG["OS_TARGET"] == "Android":
-
- DEFINES["ANDROID"] = True
- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1"
- DEFINES["HAVE_SYS_UIO_H"] = True
- DEFINES["WEBRTC_ANDROID"] = True
- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_LINUX"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_GNU_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
- OS_LIBS += [
- "log"
- ]
-
-if CONFIG["OS_TARGET"] == "Darwin":
-
- DEFINES["WEBRTC_MAC"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True
- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0"
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["USE_AURA"] = "1"
- DEFINES["USE_GLIB"] = "1"
- DEFINES["USE_NSS_CERTS"] = "1"
- DEFINES["USE_OZONE"] = "1"
- DEFINES["USE_UDEV"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_LINUX"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_FILE_OFFSET_BITS"] = "64"
- DEFINES["_LARGEFILE64_SOURCE"] = True
- DEFINES["_LARGEFILE_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "OpenBSD":
-
- DEFINES["USE_GLIB"] = "1"
- DEFINES["USE_OZONE"] = "1"
- DEFINES["USE_X11"] = "1"
- DEFINES["WEBRTC_BSD"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_FILE_OFFSET_BITS"] = "64"
- DEFINES["_LARGEFILE64_SOURCE"] = True
- DEFINES["_LARGEFILE_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "WINNT":
-
- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True
- DEFINES["NOMINMAX"] = True
- DEFINES["NTDDI_VERSION"] = "0x0A000000"
- DEFINES["PSAPI_VERSION"] = "2"
- DEFINES["RTC_ENABLE_WIN_WGC"] = True
- DEFINES["UNICODE"] = True
- DEFINES["USE_AURA"] = "1"
- DEFINES["WEBRTC_WIN"] = True
- DEFINES["WIN32"] = True
- DEFINES["WIN32_LEAN_AND_MEAN"] = True
- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP"
- DEFINES["WINVER"] = "0x0A00"
- DEFINES["_ATL_NO_OPENGL"] = True
- DEFINES["_CRT_RAND_S"] = True
- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True
- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True
- DEFINES["_HAS_EXCEPTIONS"] = "0"
- DEFINES["_HAS_NODISCARD"] = True
- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True
- DEFINES["_SECURE_ATL"] = True
- DEFINES["_UNICODE"] = True
- DEFINES["_WIN32_WINNT"] = "0x0A00"
- DEFINES["_WINDOWS"] = True
- DEFINES["__STD_C"] = True
-
- OS_LIBS += [
- "crypt32",
- "iphlpapi",
- "secur32",
- "winmm"
- ]
+ DEFINES["_DEBUG"] = True
if CONFIG["TARGET_CPU"] == "aarch64":
DEFINES["WEBRTC_ARCH_ARM64"] = True
DEFINES["WEBRTC_HAS_NEON"] = True
-if CONFIG["TARGET_CPU"] == "arm":
-
- CXXFLAGS += [
- "-mfpu=neon"
- ]
-
- DEFINES["WEBRTC_ARCH_ARM"] = True
- DEFINES["WEBRTC_ARCH_ARM_V7"] = True
- DEFINES["WEBRTC_HAS_NEON"] = True
-
if CONFIG["TARGET_CPU"] == "mips32":
DEFINES["MIPS32_LE"] = True
DEFINES["MIPS_FPU_LE"] = True
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["TARGET_CPU"] == "mips64":
-
- DEFINES["_GNU_SOURCE"] = True
if CONFIG["TARGET_CPU"] == "x86":
- DEFINES["WEBRTC_ENABLE_AVX2"] = True
-
-if CONFIG["TARGET_CPU"] == "x86_64":
-
- DEFINES["WEBRTC_ENABLE_AVX2"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT":
-
- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0"
-
-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["USE_X11"] = "1"
-
-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm":
-
- OS_LIBS += [
- "unwind"
- ]
-
-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86":
-
CXXFLAGS += [
"-msse2"
]
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64":
-
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm":
-
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86":
+ DEFINES["WEBRTC_ENABLE_AVX2"] = True
- CXXFLAGS += [
- "-msse2"
- ]
+if CONFIG["TARGET_CPU"] == "x86_64":
- DEFINES["_GNU_SOURCE"] = True
+ DEFINES["WEBRTC_ENABLE_AVX2"] = True
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64":
+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD":
- DEFINES["_GNU_SOURCE"] = True
+ DEFINES["USE_X11"] = "1"
Library("h264_sprop_parameter_sets_gn")
diff --git third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build
index 92267a7c583f..98e803b7c4c1 100644
--- third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build
+++ third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build
@@ -12,11 +12,21 @@ AllowCompilerWarnings()
DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1"
DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True
DEFINES["RTC_ENABLE_VP9"] = True
+DEFINES["USE_GLIB"] = "1"
+DEFINES["USE_OZONE"] = "1"
+DEFINES["WEBRTC_BSD"] = True
+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0"
DEFINES["WEBRTC_LIBRARY_IMPL"] = True
DEFINES["WEBRTC_MOZILLA_BUILD"] = True
DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0"
+DEFINES["WEBRTC_POSIX"] = True
DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0"
+DEFINES["_FILE_OFFSET_BITS"] = "64"
+DEFINES["_LARGEFILE64_SOURCE"] = True
+DEFINES["_LARGEFILE_SOURCE"] = True
+DEFINES["__STDC_CONSTANT_MACROS"] = True
+DEFINES["__STDC_FORMAT_MACROS"] = True
FINAL_LIBRARY = "xul"
@@ -43,189 +53,32 @@ if not CONFIG["MOZ_DEBUG"]:
if CONFIG["MOZ_DEBUG"] == "1":
DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1"
-
-if CONFIG["OS_TARGET"] == "Android":
-
- DEFINES["ANDROID"] = True
- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1"
- DEFINES["HAVE_SYS_UIO_H"] = True
- DEFINES["WEBRTC_ANDROID"] = True
- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_LINUX"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_GNU_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
- OS_LIBS += [
- "log"
- ]
-
-if CONFIG["OS_TARGET"] == "Darwin":
-
- DEFINES["WEBRTC_MAC"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True
- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0"
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["USE_AURA"] = "1"
- DEFINES["USE_GLIB"] = "1"
- DEFINES["USE_NSS_CERTS"] = "1"
- DEFINES["USE_OZONE"] = "1"
- DEFINES["USE_UDEV"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_LINUX"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_FILE_OFFSET_BITS"] = "64"
- DEFINES["_LARGEFILE64_SOURCE"] = True
- DEFINES["_LARGEFILE_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
- OS_LIBS += [
- "rt"
- ]
-
-if CONFIG["OS_TARGET"] == "OpenBSD":
-
- DEFINES["USE_GLIB"] = "1"
- DEFINES["USE_OZONE"] = "1"
- DEFINES["USE_X11"] = "1"
- DEFINES["WEBRTC_BSD"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_FILE_OFFSET_BITS"] = "64"
- DEFINES["_LARGEFILE64_SOURCE"] = True
- DEFINES["_LARGEFILE_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "WINNT":
-
- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True
- DEFINES["NOMINMAX"] = True
- DEFINES["NTDDI_VERSION"] = "0x0A000000"
- DEFINES["PSAPI_VERSION"] = "2"
- DEFINES["RTC_ENABLE_WIN_WGC"] = True
- DEFINES["UNICODE"] = True
- DEFINES["USE_AURA"] = "1"
- DEFINES["WEBRTC_WIN"] = True
- DEFINES["WIN32"] = True
- DEFINES["WIN32_LEAN_AND_MEAN"] = True
- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP"
- DEFINES["WINVER"] = "0x0A00"
- DEFINES["_ATL_NO_OPENGL"] = True
- DEFINES["_CRT_RAND_S"] = True
- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True
- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True
- DEFINES["_HAS_EXCEPTIONS"] = "0"
- DEFINES["_HAS_NODISCARD"] = True
- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True
- DEFINES["_SECURE_ATL"] = True
- DEFINES["_UNICODE"] = True
- DEFINES["_WIN32_WINNT"] = "0x0A00"
- DEFINES["_WINDOWS"] = True
- DEFINES["__STD_C"] = True
-
- OS_LIBS += [
- "crypt32",
- "iphlpapi",
- "secur32",
- "winmm"
- ]
+ DEFINES["_DEBUG"] = True
if CONFIG["TARGET_CPU"] == "aarch64":
DEFINES["WEBRTC_ARCH_ARM64"] = True
DEFINES["WEBRTC_HAS_NEON"] = True
-if CONFIG["TARGET_CPU"] == "arm":
-
- CXXFLAGS += [
- "-mfpu=neon"
- ]
-
- DEFINES["WEBRTC_ARCH_ARM"] = True
- DEFINES["WEBRTC_ARCH_ARM_V7"] = True
- DEFINES["WEBRTC_HAS_NEON"] = True
-
if CONFIG["TARGET_CPU"] == "mips32":
DEFINES["MIPS32_LE"] = True
DEFINES["MIPS_FPU_LE"] = True
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["TARGET_CPU"] == "mips64":
-
- DEFINES["_GNU_SOURCE"] = True
if CONFIG["TARGET_CPU"] == "x86":
- DEFINES["WEBRTC_ENABLE_AVX2"] = True
-
-if CONFIG["TARGET_CPU"] == "x86_64":
-
- DEFINES["WEBRTC_ENABLE_AVX2"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT":
-
- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0"
-
-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["USE_X11"] = "1"
-
-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm":
-
- OS_LIBS += [
- "unwind"
- ]
-
-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86":
-
CXXFLAGS += [
"-msse2"
]
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64":
-
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm":
-
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86":
+ DEFINES["WEBRTC_ENABLE_AVX2"] = True
- CXXFLAGS += [
- "-msse2"
- ]
+if CONFIG["TARGET_CPU"] == "x86_64":
- DEFINES["_GNU_SOURCE"] = True
+ DEFINES["WEBRTC_ENABLE_AVX2"] = True
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64":
+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD":
- DEFINES["_GNU_SOURCE"] = True
+ DEFINES["USE_X11"] = "1"
Library("h26x_packet_buffer_gn")
diff --git third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build
index 187cf6089c53..45337d14f78e 100644
--- third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build
@ -65753,7 +66193,7 @@ index 0e18b1aecaed..838e14e931d2 100644
Library("video_codec_interface_gn")
diff --git third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build
index 709393035bb5..5eb98564a475 100644
index 01a6429d0cdf..9e61bd48387a 100644
--- third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build
+++ third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build
@@ -12,11 +12,21 @@ AllowCompilerWarnings()
@ -65778,7 +66218,7 @@ index 709393035bb5..5eb98564a475 100644
FINAL_LIBRARY = "xul"
@@ -57,190 +67,32 @@ if not CONFIG["MOZ_DEBUG"]:
@@ -56,190 +66,32 @@ if not CONFIG["MOZ_DEBUG"]:
if CONFIG["MOZ_DEBUG"] == "1":
DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1"
@ -67508,7 +67948,7 @@ index 6abd453136c9..c0f5ab3b81ef 100644
Library("webrtc_vp9_helpers_gn")
diff --git third_party/libwebrtc/moz.build third_party/libwebrtc/moz.build
index 3aa8fb086730..bef47f00e0a6 100644
index b047107d3dc7..64d5359f0f0c 100644
--- third_party/libwebrtc/moz.build
+++ third_party/libwebrtc/moz.build
@@ -273,6 +273,8 @@ DIRS += [
@ -67520,7 +67960,7 @@ index 3aa8fb086730..bef47f00e0a6 100644
"/third_party/libwebrtc/modules/module_api_gn",
"/third_party/libwebrtc/modules/module_api_public_gn",
"/third_party/libwebrtc/modules/module_fec_api_gn",
@@ -472,102 +474,11 @@ DIRS += [
@@ -473,102 +475,11 @@ DIRS += [
"/third_party/libwebrtc/webrtc_gn"
]
@ -67624,7 +68064,7 @@ index 3aa8fb086730..bef47f00e0a6 100644
"/third_party/libwebrtc/modules/portal/portal_gn",
"/third_party/libwebrtc/third_party/drm/drm_gn",
"/third_party/libwebrtc/third_party/gbm/gbm_gn",
@@ -575,26 +486,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64":
@@ -576,26 +487,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64":
"/third_party/libwebrtc/third_party/pipewire/pipewire_gn"
]
@ -67652,7 +68092,7 @@ index 3aa8fb086730..bef47f00e0a6 100644
"/third_party/libwebrtc/modules/portal/portal_gn",
"/third_party/libwebrtc/third_party/drm/drm_gn",
"/third_party/libwebrtc/third_party/gbm/gbm_gn",
@@ -602,11 +496,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips32":
@@ -603,11 +497,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips32":
"/third_party/libwebrtc/third_party/pipewire/pipewire_gn"
]
@ -67665,7 +68105,7 @@ index 3aa8fb086730..bef47f00e0a6 100644
"/third_party/libwebrtc/modules/portal/portal_gn",
"/third_party/libwebrtc/third_party/drm/drm_gn",
"/third_party/libwebrtc/third_party/gbm/gbm_gn",
@@ -614,7 +506,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips64":
@@ -615,7 +507,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "mips64":
"/third_party/libwebrtc/third_party/pipewire/pipewire_gn"
]
@ -67674,7 +68114,7 @@ index 3aa8fb086730..bef47f00e0a6 100644
DIRS += [
"/third_party/libwebrtc/common_audio/common_audio_avx2_gn",
@@ -622,8 +514,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86":
@@ -623,8 +515,6 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86":
"/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn",
"/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn",
"/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn",
@ -67683,7 +68123,7 @@ index 3aa8fb086730..bef47f00e0a6 100644
"/third_party/libwebrtc/modules/portal/portal_gn",
"/third_party/libwebrtc/third_party/drm/drm_gn",
"/third_party/libwebrtc/third_party/gbm/gbm_gn",
@@ -631,7 +521,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86":
@@ -632,7 +522,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86":
"/third_party/libwebrtc/third_party/pipewire/pipewire_gn"
]
@ -67692,7 +68132,7 @@ index 3aa8fb086730..bef47f00e0a6 100644
DIRS += [
"/third_party/libwebrtc/common_audio/common_audio_avx2_gn",
@@ -639,69 +529,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64":
@@ -640,69 +530,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64":
"/third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn",
"/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn",
"/third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn",
@ -74458,224 +74898,6 @@ index 0051ac37f9e8..fe9271425d64 100644
+ DEFINES["USE_X11"] = "1"
Library("rate_control_settings_gn")
diff --git third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build
index 995eaa1df3d0..cfbbbdb328ef 100644
--- third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build
+++ third_party/libwebrtc/rtc_base/experiments/rtt_mult_experiment_gn/moz.build
@@ -12,11 +12,21 @@ AllowCompilerWarnings()
DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1"
DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True
DEFINES["RTC_ENABLE_VP9"] = True
+DEFINES["USE_GLIB"] = "1"
+DEFINES["USE_OZONE"] = "1"
+DEFINES["WEBRTC_BSD"] = True
+DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0"
DEFINES["WEBRTC_LIBRARY_IMPL"] = True
DEFINES["WEBRTC_MOZILLA_BUILD"] = True
DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0"
+DEFINES["WEBRTC_POSIX"] = True
DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0"
+DEFINES["_FILE_OFFSET_BITS"] = "64"
+DEFINES["_LARGEFILE64_SOURCE"] = True
+DEFINES["_LARGEFILE_SOURCE"] = True
+DEFINES["__STDC_CONSTANT_MACROS"] = True
+DEFINES["__STDC_FORMAT_MACROS"] = True
FINAL_LIBRARY = "xul"
@@ -43,185 +53,32 @@ if not CONFIG["MOZ_DEBUG"]:
if CONFIG["MOZ_DEBUG"] == "1":
DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1"
-
-if CONFIG["OS_TARGET"] == "Android":
-
- DEFINES["ANDROID"] = True
- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r22_1"
- DEFINES["HAVE_SYS_UIO_H"] = True
- DEFINES["WEBRTC_ANDROID"] = True
- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_LINUX"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_GNU_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
- OS_LIBS += [
- "log"
- ]
-
-if CONFIG["OS_TARGET"] == "Darwin":
-
- DEFINES["WEBRTC_MAC"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_LIBCPP_HAS_NO_ALIGNED_ALLOCATION"] = True
- DEFINES["__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES"] = "0"
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["USE_AURA"] = "1"
- DEFINES["USE_GLIB"] = "1"
- DEFINES["USE_NSS_CERTS"] = "1"
- DEFINES["USE_OZONE"] = "1"
- DEFINES["USE_UDEV"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_LINUX"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_FILE_OFFSET_BITS"] = "64"
- DEFINES["_LARGEFILE64_SOURCE"] = True
- DEFINES["_LARGEFILE_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "OpenBSD":
-
- DEFINES["USE_GLIB"] = "1"
- DEFINES["USE_OZONE"] = "1"
- DEFINES["USE_X11"] = "1"
- DEFINES["WEBRTC_BSD"] = True
- DEFINES["WEBRTC_ENABLE_LIBEVENT"] = True
- DEFINES["WEBRTC_POSIX"] = True
- DEFINES["_FILE_OFFSET_BITS"] = "64"
- DEFINES["_LARGEFILE64_SOURCE"] = True
- DEFINES["_LARGEFILE_SOURCE"] = True
- DEFINES["__STDC_CONSTANT_MACROS"] = True
- DEFINES["__STDC_FORMAT_MACROS"] = True
-
-if CONFIG["OS_TARGET"] == "WINNT":
-
- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True
- DEFINES["NOMINMAX"] = True
- DEFINES["NTDDI_VERSION"] = "0x0A000000"
- DEFINES["PSAPI_VERSION"] = "2"
- DEFINES["RTC_ENABLE_WIN_WGC"] = True
- DEFINES["UNICODE"] = True
- DEFINES["USE_AURA"] = "1"
- DEFINES["WEBRTC_WIN"] = True
- DEFINES["WIN32"] = True
- DEFINES["WIN32_LEAN_AND_MEAN"] = True
- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP"
- DEFINES["WINVER"] = "0x0A00"
- DEFINES["_ATL_NO_OPENGL"] = True
- DEFINES["_CRT_RAND_S"] = True
- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True
- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True
- DEFINES["_HAS_EXCEPTIONS"] = "0"
- DEFINES["_HAS_NODISCARD"] = True
- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True
- DEFINES["_SECURE_ATL"] = True
- DEFINES["_UNICODE"] = True
- DEFINES["_WIN32_WINNT"] = "0x0A00"
- DEFINES["_WINDOWS"] = True
- DEFINES["__STD_C"] = True
-
- OS_LIBS += [
- "crypt32",
- "iphlpapi",
- "secur32",
- "winmm"
- ]
+ DEFINES["_DEBUG"] = True
if CONFIG["TARGET_CPU"] == "aarch64":
DEFINES["WEBRTC_ARCH_ARM64"] = True
DEFINES["WEBRTC_HAS_NEON"] = True
-if CONFIG["TARGET_CPU"] == "arm":
-
- CXXFLAGS += [
- "-mfpu=neon"
- ]
-
- DEFINES["WEBRTC_ARCH_ARM"] = True
- DEFINES["WEBRTC_ARCH_ARM_V7"] = True
- DEFINES["WEBRTC_HAS_NEON"] = True
-
if CONFIG["TARGET_CPU"] == "mips32":
DEFINES["MIPS32_LE"] = True
DEFINES["MIPS_FPU_LE"] = True
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["TARGET_CPU"] == "mips64":
-
- DEFINES["_GNU_SOURCE"] = True
if CONFIG["TARGET_CPU"] == "x86":
- DEFINES["WEBRTC_ENABLE_AVX2"] = True
-
-if CONFIG["TARGET_CPU"] == "x86_64":
-
- DEFINES["WEBRTC_ENABLE_AVX2"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD":
-
- DEFINES["_DEBUG"] = True
-
-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT":
-
- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0"
-
-if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux":
-
- DEFINES["USE_X11"] = "1"
-
-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "arm":
-
- OS_LIBS += [
- "unwind"
- ]
-
-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86":
-
CXXFLAGS += [
"-msse2"
]
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64":
-
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm":
-
- DEFINES["_GNU_SOURCE"] = True
-
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86":
+ DEFINES["WEBRTC_ENABLE_AVX2"] = True
- CXXFLAGS += [
- "-msse2"
- ]
+if CONFIG["TARGET_CPU"] == "x86_64":
- DEFINES["_GNU_SOURCE"] = True
+ DEFINES["WEBRTC_ENABLE_AVX2"] = True
-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64":
+if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "FreeBSD":
- DEFINES["_GNU_SOURCE"] = True
+ DEFINES["USE_X11"] = "1"
Library("rtt_mult_experiment_gn")
diff --git third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build
index 2c239310fc08..5e98394eef8b 100644
--- third_party/libwebrtc/rtc_base/experiments/stable_target_rate_experiment_gn/moz.build

View file

@ -1,5 +1,5 @@
PORTNAME= google-api-python-client
DISTVERSION= 2.140.0
DISTVERSION= 2.141.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1722976382
SHA256 (google_api_python_client-2.140.0.tar.gz) = 0bb973adccbe66a3d0a70abe4e49b3f2f004d849416bfec38d22b75649d389d8
SIZE (google_api_python_client-2.140.0.tar.gz) = 11618875
TIMESTAMP = 1723667441
SHA256 (google_api_python_client-2.141.0.tar.gz) = 0f225b1f45d5a6f8c2a400f48729f5d6da9a81138e81e0478d61fdd8edf6563a
SIZE (google_api_python_client-2.141.0.tar.gz) = 11652283

View file

@ -1,5 +1,5 @@
PORTNAME= foot
DISTVERSION= 1.18.0
DISTVERSION= 1.18.1
CATEGORIES= x11 wayland
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1722601696
SHA256 (foot-1.18.0.tar.gz) = 9d9f0efe4bca0bbf201482d6e7bb946a12a4b164d2e73dae75a2f2404e1e85ff
SIZE (foot-1.18.0.tar.gz) = 579645
TIMESTAMP = 1723629620
SHA256 (foot-1.18.1.tar.gz) = 59d22187f7ceaaaa570a5299b102e8f4692826e98785f89ad9d8911802ccc000
SIZE (foot-1.18.1.tar.gz) = 581030