From a0c13b4a90b805807864f484d8ade07906198dbf Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Fri, 3 Jun 2022 12:06:36 +0200 Subject: 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 PR: 264400 --- java/eclipse/files/eclipse.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'java/eclipse/files/eclipse.in') 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 "$@" -- cgit v1.2.3