aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode
Commit message (Collapse)AuthorAgeFilesLines
* */*: bump port revision after electron37 update (3261c41d9c69)Hiroki Tagato9 days1-0/+1
|
* editors/vscode: update to 1.104.2Hiroki Tagato12 days3-10/+50
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_104 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.104.1Hiroki Tagato2025-09-183-19/+79
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_104 Reported by: GitHub (watch releases)
* */*: bump port revision after electron37 update (ec752f47e431)Hiroki Tagato2025-09-171-0/+1
|
* editors/vscode: update to 1.104.0Hiroki Tagato2025-09-1510-73/+39
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_104 Reported by: GitHub (watch releases)
* */*: bump port revision after electron37 update (978986294bd4)Hiroki Tagato2025-09-151-1/+1
|
* editors/vscode: enable signature verification of extensions installed from ↵Hiroki Tagato2025-09-075-9/+7422
| | | | | | | | | | | | | | | | | | Open VSX Registory Code - OSS tries to use the Microsoft's proprietary node module "@vscode/vsce-sign" for verifying a signature when a user tries to install an extension. The node module is not available on FreeBSD so the verification fails and a dialog notifying that "Cannot install extesion" appears. By using "node-ovsx-sign" module instead of the proprietary one, Code - OSS can properly verify the signature and the installation of an extension succeeds. PR: 289337 Reported by: mandree Obtained from: https://github.com/termux/termux-packages/pull/24757
* */*: bump port revision after electron37 update (19b59c559e76)Hiroki Tagato2025-08-291-0/+1
|
* editors/vscode: update to 1.103.2Hiroki Tagato2025-08-242-10/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_103 Reported by: GitHub (watch releases)
* {editors/vscode,graphics/drawio}: bump port revision after electron37 update ↵Hiroki Tagato2025-08-231-1/+1
| | | | (6b4805924823)
* {editors/vscode,graphics/drawio}: bump port revision after electron37 update ↵Hiroki Tagato2025-08-181-0/+1
| | | | (181f7554dda6)
* editors/vscode: update to 1.103.0Hiroki Tagato2025-08-096-21/+230
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_103 Reported by: GitHub (watch releases)
* {editors/vscode,net-im/signal-desktop}: bump port revision after electron35 ↵Hiroki Tagato2025-08-071-1/+1
| | | | update
* */*: Bump multimedia/openh264 consumers after dc94e01Koichiro Iwao2025-08-061-0/+1
| | | | | | | | | | | | | net/freerdp{,3} have been already bumped in e447cd0, so not being bumped again. Bumped by the following one-liner: $ git grep -l libopenh264 | \ grep '^.*/.*/Makefile$'| \ xargs -t -n1 portedit bump-revision -i Approved by: portmgr (blanket)
* editors/vscode: update to 1.102.3Hiroki Tagato2025-07-312-9/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_102 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.102.2Hiroki Tagato2025-07-272-9/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_102 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.102.1Hiroki Tagato2025-07-172-10/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_102 Reported by: GitHub (watch releases)
* */*: bump port revision after electron35 updateHiroki Tagato2025-07-161-0/+1
|
* editors/vscode: update to 1.102.0Hiroki Tagato2025-07-138-37/+64
| | | | | | | | | | | | | | While here, remove nearly useless checksum verification. The checksum test is for checking integrity of a downloaded zip file. In our case, the zip file is generated on-the-fly from an electron installation instead of donwloading. So making checksum from the generated zip file and checking it with the same zip file does not make much sense. Changelog: https://code.visualstudio.com/updates/v1_102 Reported by: GitHub (watch releases)
* */*: bump port revision after electron35 updateHiroki Tagato2025-07-111-1/+1
|
* */*: bump port revision after electron35 updateHiroki Tagato2025-07-031-1/+1
|
* libxml2: chase libxml soversion bumpBaptiste Daroussin2025-06-301-1/+1
|
* */*: bump port revision after electron35 updateHiroki Tagato2025-06-271-0/+1
|
* editors/vscode: update to 1.101.2Hiroki Tagato2025-06-266-14/+81
| | | | | | | | | | While here, add missing patches for kerberos node module. The patches for kerberos modules have been upstreamed and will be eventually removed. Changelog: https://code.visualstudio.com/updates/v1_101 Reported by: GitHub (watch releases)
* editors/vscode: restore patch mistakenly removed during code style clean upHiroki Tagato2025-06-232-0/+11
| | | | | | | | | | First I thought the patch was unnecessary because there are no update services provided for FreeBSD. However, without the change code-oss does not start with the following error: Error: [invokeFunction] unknown service 'updateService' Reported by: ykla (via GitHub Issues https://github.com/tagattie/FreeBSD-VSCode/issues/44#issuecomment-2994754085)
* editors/vscode: update to 1.101.1Hiroki Tagato2025-06-2014-66/+100
| | | | | | | | | | | | | | | | While here: - remove patch about auto-update function This patch makes no sense since no update service is provided for FreeBSD. - remove patch about performance measurement The script for performance measurement requires @vscode/vscode-perf, which in turn requires playwright which does not support FreeBSD. So patching the script does not make sense. - add patch for @vscode/deviceid to support FreeBSD Changelog: https://code.visualstudio.com/updates/v1_101 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.101.0Hiroki Tagato2025-06-149-37/+76
| | | | | | | | | While here, switch to USES=gssapi instead of directly specifying LIB_DEPENDS regarding Kerberos dependency. Changelog: https://code.visualstudio.com/updates/v1_101 Reported by: GitHub (watch releases)
* */*: bump port revision after electron34 updateHiroki Tagato2025-06-051-0/+1
|
* editors/vscode: Update to 1.100.3Hiroki Tagato2025-06-042-10/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_100 Reported by: GitHub (watch releases)
* */*: bump port revision after electron34 updateHiroki Tagato2025-05-291-0/+1
|
* editors/vscode: update to 1.100.2Hiroki Tagato2025-05-162-10/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_100 Reported by: GitHub (watch releases)
* */*: bump port revision after electron34 updateHiroki Tagato2025-05-161-0/+1
|
* editors/vscode: update to 1.100.1Hiroki Tagato2025-05-142-9/+9
| | | | | | | | Changelog: https://code.visualstudio.com/updates/v1_100 Reported by: GitHub (watch releases) MFH: 2025Q2 Security: 6f10b49d-07b1-4be4-8abf-edf880b16ad2
* editors/vscode: update to 1.100.0Hiroki Tagato2025-05-128-54/+33
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_100 Reported by: GitHub (watch releases)
* */*: bump port revision after electron34 updateHiroki Tagato2025-05-111-0/+1
|
* editors/vscode: update to 1.99.3Hiroki Tagato2025-04-292-10/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_99 Reported by: GitHub (watch releases)
* */*: bump port revision after electron34 updateHiroki Tagato2025-04-271-1/+1
|
* */*: bump port revision after electron34 updateHiroki Tagato2025-04-191-0/+1
|
* editors/vscode: update to 1.99.2Hiroki Tagato2025-04-1414-57/+110
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_99 Reported by: GitHub (watch releases)
* multimedia/libvpx: update 1.15.1Jan Beich2025-04-101-1/+1
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.15.0..v1.15.1 Reported by: portscout
* editors/vscode: bump port revision after electron34 updateHiroki Tagato2025-03-291-1/+1
|
* */*: bump port revision after electron34 updateHiroki Tagato2025-03-191-0/+1
|
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-171-1/+1
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* editors/vscode: update to 1.98.2Hiroki Tagato2025-03-166-31/+31
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_98 Reported by: GitHub (watch releases)
* */*: bump port revision after electron32 updateHiroki Tagato2025-03-081-1/+1
|
* */*: bump port revision after electron32 updateHiroki Tagato2025-03-041-1/+1
|
* */*: bump PORTREVISION after audio/flac updateChristian Weisgerber2025-03-021-0/+1
|
* editors/vscode: update to 1.97.1Hiroki Tagato2025-02-1510-110/+68
| | | | | | | | Changelog: https://code.visualstudio.com/updates/v1_97 Reported by: GitHub (watch releases) MFH: 2025Q1 Security: cbf5d976-656b-4bb6-805f-3af038e2de3e
* */*: Bump consumers of devel/icuDaniel Engberg2025-02-141-1/+1
| | | | ...to avoid library mismatches
* */*: bump port revision after electron32 updateHiroki Tagato2025-01-281-1/+1
|