pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
vscode: add node_modules tarball url, add TODO
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Thu Mar 6 17:22:32 2025 +0100
Changeset: b9ba8a5abb01d3521a31159e0bb32f63bd63d2ff
Modified Files:
vscode/Makefile
Added Files:
vscode/TODO
Log Message:
vscode: add node_modules tarball url, add TODO
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b9ba8a5abb01d3521a31159e0bb32f63bd63d2ff
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
vscode/Makefile | 3 +++
vscode/TODO | 8 ++++++++
2 files changed, 11 insertions(+)
diffs:
diff --git a/vscode/Makefile b/vscode/Makefile
index ae75d406ac..45034993db 100644
--- a/vscode/Makefile
+++ b/vscode/Makefile
@@ -6,6 +6,9 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=microsoft/}
GITHUB_TAG= ${PKGVERSION_NOREV}
NODE_MODULES= vscode-node_modules-${PKGVERSION_NOREV}.tar.gz
+#NOTE: SITES.${NODE_MODULES} doesn't work
+#SITES.${NODE_MODULES}= https://downloads.sourceforge.net/sourceforge/kikadf/NetBSD/
+MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=kikadf/NetBSD/}
DISTFILES+= ${NODE_MODULES}
DISTFILES+= ${DEFAULT_DISTFILES}
diff --git a/vscode/TODO b/vscode/TODO
new file mode 100644
index 0000000000..ed144a6b92
--- /dev/null
+++ b/vscode/TODO
@@ -0,0 +1,8 @@
+Build on NetBSD latest stable branch pkgsrc -trunk, and pkgsrc latest quarterly.
+Tested on NetBSD latest stable branch with latest pkgsrc quarterly.
+
+NOTE:
+1) Pasting doesn't work:
+Known issue with electron32, comming release based on electron34 will fix
+- workaround: Removing editor.action.clipboardPasteAction keyboard shortcut
+ see: https://wiki.archlinux.org/title/Visual_Studio_Code#Pasting_doesn't_work
Home |
Main Index |
Thread Index |
Old Index