diff options
author | Jonathan Chen <jonc@chen.org.nz> | 2022-06-03 12:06:36 +0200 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2022-06-03 12:06:36 +0200 |
commit | a0c13b4a90b805807864f484d8ade07906198dbf (patch) | |
tree | c832a120839ddc61118b6c1750ee556f054ba270 /java/eclipse/files/eclipse.in | |
parent | sysutils/pftop: Take maintainership (diff) |
java/eclipse: update 4.16 -> 4.21
This release is 1.5 years overdue and 6 months out-of-date, but is
an important interim step to the 4.24 release due in June 2022.
Massive thanks go to Patrick Mackinlay who resolved the 2 critical
bugs preventing update from coming out sooner!
Author: Jonathan Chen <jonc@chen.org.nz>
PR: 264400
Diffstat (limited to 'java/eclipse/files/eclipse.in')
-rw-r--r-- | java/eclipse/files/eclipse.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/eclipse/files/eclipse.in b/java/eclipse/files/eclipse.in index f3196355d1aa..756e4a5fbd8f 100644 --- a/java/eclipse/files/eclipse.in +++ b/java/eclipse/files/eclipse.in @@ -3,5 +3,14 @@ # FreeBSD-specific startup script for Eclipse Platform # # See: http://www.eclipse.org +# + +# Create required Webkit communication directories removed by: +# https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/163641/ +for D in SWT-GDBusServer SWT-WebExtensionGDBusServer +do + mkdir -p /tmp/${D} + chmod -f 1777 /tmp/${D} +done JAVA_VERSION="%%JAVA_VERSION%%" exec %%DATADIR%%/eclipse "$@" |