diff options
author | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2023-02-26 20:38:20 +0100 |
---|---|---|
committer | Jesper Schmitz Mouridsen <jsm@FreeBSD.org> | 2023-02-26 20:50:01 +0100 |
commit | b09304bf26695a32b3eacd355b7613b2768a41e6 (patch) | |
tree | fbcf74f69585ecbd8fc0061cd9c3178e9adc16ba /www/librewolf/files/patch-bug847568 | |
parent | sysutils/py-glances: Update to 3.3.1 (diff) |
www/librewolf: Update to 109.0.1.2
Add its own profiles root directory
to not conflict with firefox profiles,
of different versions.
PR: 269092
Approved by: Martin Filla <freebsd@sysctl.cz> (maintainer)
Diffstat (limited to 'www/librewolf/files/patch-bug847568')
-rw-r--r-- | www/librewolf/files/patch-bug847568 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/librewolf/files/patch-bug847568 b/www/librewolf/files/patch-bug847568 index 3161dbb88d08..2b3c5e14e99e 100644 --- a/www/librewolf/files/patch-bug847568 +++ b/www/librewolf/files/patch-bug847568 @@ -97,13 +97,9 @@ index b91d9c1..a97e6eb 100755 echo If gfx/graphite2/src/files.mk has changed, please make corresponding diff --git gfx/harfbuzz/README-mozilla gfx/harfbuzz/README-mozilla index 3180257..4587a3b 100644 ---- gfx/harfbuzz/README-mozilla -+++ gfx/harfbuzz/README-mozilla -@@ -21,3 +21,8 @@ from within the gfx/harfbuzz directory. - - If the collection of source files changes, manual updates to moz.build may be - needed as we don't use the upstream makefiles. -+ +--- /dev/null ++++ gfx/harfbuzz/README-mozilla.fbsd +@@ -0,0 +1,4 @@ +The in-tree copy may be omitted during build by --with-system-harfbuzz. +Make sure to keep pkg-config version check within toolkit/moz.configure in sync +with checkout version or increment latest tag by one if it's not based |