summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-build_gulpfile.vscode.js
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2021-11-24 17:45:45 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2021-11-24 17:45:45 +0900
commitdeca69fa69acd03826754bc7ed108f2abbcdfacc (patch)
tree5da272bd51c02240023f1b0d8988a229a4be760e /editors/vscode/files/patch-build_gulpfile.vscode.js
parentdevel/electron13: update devel category Makefile (diff)
editors/vscode: update to 1.62.3
While here, temporarily mark as BROKEN on FreeBSD 12. One of the native node modules does not compile with the following error: In file included from ../src/keyboard_x.cc:6: ../src/keymapping.h:40:3: error: unknown type name 'pthread_t'; did you mean 'pthread'? pthread_t tid; ^~~~~~~~~ pthread /usr/include/stdio.h:157:9: note: 'pthread' declared here struct pthread *_fl_owner; /* current owner */ ^ In file included from ../src/keyboard_x.cc:6: ../src/keymapping.h:40:13: error: field has incomplete type 'pthread' pthread_t tid; ^ /usr/include/stdio.h:157:9: note: forward declaration of 'pthread' struct pthread *_fl_owner; /* current owner */ ^ 2 errors generated. A fix to the node module has been proposed at: https://github.com/microsoft/node-native-keymap/pull/31 Changelog: - https://code.visualstudio.com/updates/v1_59 - https://code.visualstudio.com/updates/v1_60 - https://code.visualstudio.com/updates/v1_61 - https://code.visualstudio.com/updates/v1_62
Diffstat (limited to 'editors/vscode/files/patch-build_gulpfile.vscode.js')
-rw-r--r--editors/vscode/files/patch-build_gulpfile.vscode.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vscode/files/patch-build_gulpfile.vscode.js b/editors/vscode/files/patch-build_gulpfile.vscode.js
index a39237a1c48b..6d949cf6de1c 100644
--- a/editors/vscode/files/patch-build_gulpfile.vscode.js
+++ b/editors/vscode/files/patch-build_gulpfile.vscode.js
@@ -1,6 +1,6 @@
---- build/gulpfile.vscode.js.orig 2021-06-17 12:10:36 UTC
+--- build/gulpfile.vscode.js.orig 2021-11-16 15:42:03 UTC
+++ build/gulpfile.vscode.js
-@@ -292,7 +292,7 @@ function packageTask(platform, arch, sourceFolderName,
+@@ -293,7 +293,7 @@ function packageTask(platform, arch, sourceFolderName,
.pipe(util.skipDirectories())
.pipe(util.fixWin32DirectoryPermissions())
.pipe(filter(['**', '!**/.github/**'], { dot: true })) // https://github.com/microsoft/vscode/issues/116523