Commit Graph

325 Commits

Author SHA1 Message Date
Hiroki Tagato 9d403aea6d */*: Bump port revision after electron42 update (4ed0ee6e70) 2026-07-10 21:04:13 +09:00
Hiroki Tagato 91109f535f editors/vscode: Update to 1.128.0
Changelog: https://code.visualstudio.com/updates/v1_128

Reported by:	GitHub (watch releases)
2026-07-10 06:35:16 +09:00
Hiroki Tagato e5285eac7d */*: Bump port revision after electron42 update (aed59c572b) 2026-07-07 13:58:28 +09:00
Hiroki Tagato 0d27c6c346 editors/vscode: Update to 1.127.0
Changelog: https://code.visualstudio.com/updates/v1_127

Reported by:	GitHub (watch releases)
2026-07-03 21:51:03 +09:00
Hiroki Tagato ef2a1ca762 */*: Bump port revision after electron42 update (c6806deb82) 2026-06-30 22:38:27 +09:00
Hiroki Tagato ef8402c447 editors/vscode: Update to 1.126.0
Changelog: https://code.visualstudio.com/updates/v1_126

Reported by:	GitHub (watch releases)
2026-06-28 05:13:43 +09:00
Hiroki Tagato 3e65c2daf2 */*: Adjust USES and USE_ELECTRON after electron.mk split (ed6a84c1c9) 2026-06-27 17:38:06 +09:00
Hiroki Tagato 9e51d48415 */*: Bump port revision after electron42 update (dc602c027f) 2026-06-25 09:17:20 +09:00
Hiroki Tagato da6282a0c2 editors/vscode: Add one missing patch to fix build error with clang 21
This should have been included in 3666da5f42.

PR:		296164
Reported by:	Robert Cina <transitive@gmail.com>
Tested by:	Robert Cina <transitive@gmail.com>
Fixes:	   	3666da5f42 (editors/vscode: Add patches to fix build error of keytar node module with clang 21)
2026-06-22 04:14:39 +09:00
Hiroki Tagato 1db9f70f7d editors/vscode: Update to 1.125.0
While here, fix signature verification error on extension installation
on remote host.

Changelog: https://code.visualstudio.com/updates/v1_125

Reported by:	GitHub (watch releases)
2026-06-19 21:56:33 +09:00
Hiroki Tagato 325f73a7c5 */*: Bump port revision after electron42 update (d137a52ab3) 2026-06-19 09:09:47 +09:00
Hiroki Tagato 92cb6bd2c7 editors/vscode: Bump port revision after electron42 update (6081600b08) 2026-06-13 23:20:27 +09:00
Hiroki Tagato 848c7b7aac editors/vscode: Update to 1.124.2
While here, remove obsolete target for building remote extension
host. Those who want to build remote extension host can now use
`make -f Makefile.reh build` instead.

Changelog: https://code.visualstudio.com/updates/v1_124

Reported by:	GitHub (watch releases)
2026-06-13 15:50:34 +09:00
Hiroki Tagato c1f00459a5 editors/vscode: Bump port revision after electron42 update (1a2bf51bca) 2026-06-09 19:58:45 +09:00
Hiroki Tagato 3666da5f42 editors/vscode: Add patches to fix build error of keytar node module with clang 21
The error in question was:

  CXX(target) Release/obj.target/keytar/src/async.o
In file included from ../src/async.cc:4:
../node_modules/node-addon-api/napi.h:1147:39: error: in-class initializer for static data member is not a constant expression
 1147 |     static const napi_typedarray_type unknown_array_type = static_cast<napi_typedarray_type>(-1);
      |                                       ^                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../node_modules/node-addon-api/napi.h:1147:60: note: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'napi_typedarray_type'
 1147 |     static const napi_typedarray_type unknown_array_type = static_cast<napi_typedarray_type>(-1);
      |                                                            ^
1 error generated.

PR:		295862
Reported by:	Alexey Shuvaev <bugsbeastie@gmail.com>
2026-06-07 19:37:51 +09:00
Hiroki Tagato eb44fd6267 editors/vscode: Update to 1.123
While here:
- remove upstreamed patches for @vscode/deviceid module
- apply patches to address incompatibility between nan module and
  electron42 [1]

Changelog: https://code.visualstudio.com/updates/v1_123

Reported by:	GitHub (watch releases)
Obtained from:	https://github.com/nodejs/nan/pull/1015 [1]
2026-06-05 07:24:48 +09:00
Mikael Urankar e29b5eeec3 lang/rust: Bump revisions after 1.96.0
PR:		295694
2026-06-04 10:52:51 +02:00
Hiroki Tagato 612a5fc40f editors/vscode: Update to 1.122.1
While here, update product.json for popular extensions. [1]

Changelog: https://code.visualstudio.com/updates/v1_122

Reported by:	GitHub (watch releases)
Obtained from:	https://github.com/VSCodium/vscodium/blob/1.121.03429/product.json [1]
2026-05-31 11:07:50 +09:00
Hiroki Tagato 72b2491137 editors/vscode: Update to 1.121.0
While here, update pkg-message for better describing the latest status
of remote development over ssh extension.

Changelog: https://code.visualstudio.com/updates/v1_121

Reported by:	GitHub (watch releases)
2026-05-23 08:43:13 +09:00
Hiroki Tagato c9154d047f editors/vscode: Update to 1.120.0
Changelog: https://code.visualstudio.com/updates/v1_120

Reported by:	GitHub (watch releases)
2026-05-16 13:15:04 +09:00
Hiroki Tagato 6bee4dcee0 editors/vscode: Update to 1.119.0
Changelog: https://code.visualstudio.com/updates/v1_119

Reported by:	GitHub (watch releases)
2026-05-10 15:37:12 +09:00
Hiroki Tagato dfee97a878 */*: Bump port revision after electron39 update (63fb799e98) 2026-05-08 17:55:15 +09:00
Po-Chuan Hsieh c1efdbb496 www/llhttp: Update to 9.4.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/nodejs/llhttp/releases
2026-05-02 19:13:38 +08:00
Hiroki Tagato 72f907bb9f editors/vscode: Update to 1.118.1
While here, update product.json for popular extensions. [1]

Changelog: https://code.visualstudio.com/updates/v1_118

Reported by:	GitHub (watch releases)
Obtained from:	https://github.com/VSCodium/vscodium/blob/1.116.02821/product.json [1]
2026-05-02 19:59:31 +09:00
Mikael Urankar 17bf498fd2 lang/rust: Bump revisions after 1.95.0
PR:		294615
2026-04-27 14:26:47 +02:00
Hiroki Tagato a77900bfb9 */*: Bump port revision after electron39 update (2c155d9b7d) 2026-04-25 23:37:57 +09:00
Hiroki Tagato a8c8948ca0 editors/vscode: Update to 1.117.0
Changelog: https://code.visualstudio.com/updates/v1_117

Reported by:	GitHub (watch releases)
2026-04-25 10:14:38 +09:00
Hiroki Tagato b9afbefe25 editors/vscode: Fix pkg-plist
The string "311" has been inadvertently substituted with
%%PYTHON_SUFFIX%% by `make makeplist`.

That has caused an error in the package phase for users using
non-default python versions (e.g. 3.12).

PR:		294660
Reported by:	Dean E. Weimer <dweimer@dweimer.net>
Tested by:	Dean E. Weimer <dweimer@dweimer.net>
2026-04-21 20:18:00 +09:00
Hiroki Tagato a4ad185af3 */*: Bump port revision after electron39 update (e2bee27e1d) 2026-04-19 18:23:12 +09:00
Hiroki Tagato ce969d7f27 editors/vscode: Update to 1.116.0
Changelog: https://code.visualstudio.com/updates/v1_116

Reported by:	GitHub (watch releases)
2026-04-19 04:17:36 +09:00
Hiroki Tagato ac7c78ab0f */*: Bump port revision after electron39 update (29f337f0e7) 2026-04-15 17:56:16 +09:00
Hiroki Tagato 7653d37352 editors/vscode: Update to 1.115.0
Changelog:
- https://code.visualstudio.com/updates/v1_114
- https://code.visualstudio.com/updates/v1_115

Reported by:	GitHub (watch releases)
2026-04-13 19:10:08 +09:00
Hiroki Tagato 57cc306e44 editors/vscode: Update to 1.113.0
Changelog: https://code.visualstudio.com/updates/v1_113

Reported by:	GitHub (watch releases)
2026-04-01 21:36:05 +09:00
Hiroki Tagato 3adbdec25e */*: Bump port revision after electron39 update (778d5302fb) 2026-03-29 22:19:22 +09:00
Hiroki Tagato f9700f21f0 editors/vscode: Update to 1.112.0
While here, update product.json for popular extensions. [1]

Changelog: https://code.visualstudio.com/updates/v1_112

Reported by:	GitHub (watch releases)
Obtained from:	https://github.com/VSCodium/vscodium/blob/1.112.01907/product.json [1]
2026-03-25 23:47:59 +09:00
Hiroki Tagato a3a3f7b625 */*: Bump port revision after electron39 update (17b68db36a) 2026-03-19 14:59:14 +09:00
Hiroki Tagato b1b2eeb915 editors/vscode: Update to 1.111.0
While here, update product.json for popular extensions. [1]

Changelog:
- https://code.visualstudio.com/updates/v1_110
- https://code.visualstudio.com/updates/v1_111

Reported by:	GitHub (watch releases)
Obtained from:	https://github.com/VSCodium/vscodium/blob/1.110.11631/product.json [1]
2026-03-14 17:33:21 +09:00
Hiroki Tagato 689e9ca2a3 */*: Bump port revision after electron39 update (c2d059c87d) 2026-03-08 18:58:15 +09:00
Hiroki Tagato 1648e9e5be */*: Bump port revision after electron39 update (7d22b072e1) 2026-02-25 22:54:04 +09:00
Hiroki Tagato df32c2d188 editors/vscode: Update to 1.109.5
Changelog: https://code.visualstudio.com/updates/v1_109

Reported by:	GitHub (watch releases)
2026-02-22 17:46:44 +09:00
Hiroki Tagato 42ee89f61c */*: Bump port revision after electron39 update (ef4c7150df) 2026-02-20 21:51:09 +09:00
Hiroki Tagato 873e86db30 editors/vscode: Update to 1.109.2
While here, update product.json for popular extensions. [1]

Changelog: https://code.visualstudio.com/updates/v1_109

Reported by:	GitHub (watch releases)
Obtained from:	https://github.com/VSCodium/vscodium/blob/1.109.31074/product.json [1]
2026-02-16 20:29:49 +09:00
Hiroki Tagato 88f5eccb72 */*: Bump port revision after electron39 update (97e8bdfef1) 2026-02-15 21:39:35 +09:00
Hiroki Tagato f5314fd976 editors/vscode: Update to 1.109.0
Changelog: https://code.visualstudio.com/updates/v1_109

Reported by:	GitHub (watch releases)
2026-02-09 21:56:50 +09:00
Hiroki Tagato bb8d30294f */*: Bump port revision after electron39 update (8d9f189881) 2026-02-07 18:02:26 +09:00
Po-Chuan Hsieh 2adc4bef7d graphics/lcms2: Bump PORTREVISION of dependent ports for shlib change
PR:		292881
Reported by:	Petr Lampa <lampa@fit.vutbr.cz>
2026-02-03 13:13:43 +08:00
Jan Beich 939d8775e7 multimedia/libvpx: update 1.16.0
Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.15.2..v1.16.0
Reported by:	Repology
2026-01-29 01:57:57 +01:00
Hiroki Tagato d36f41b03f */*: Bump port revision after electron39 update (af09aa198c) 2026-01-22 09:23:09 +09:00
Hiroki Tagato 72c1f1bd2e editors/vscode: Update to 1.108.1
While here, update product.json for popular extensions. [1]

Changelog: https://code.visualstudio.com/updates/v1_108

Reported by:	GitHub (watch releases)
Obtained from:	https://github.com/VSCodium/vscodium/blob/1.108.10359/product.json [1]
2026-01-17 22:18:43 +09:00
Hiroki Tagato c3e0f80580 editors/vscode: Update to 1.108.0
While here, convert to use USES=electron and adjust Makefiles
accordingly.

Changelog: https://code.visualstudio.com/updates/v1_108

Reported by:	GitHub (watch releases)
2026-01-11 21:13:48 +09:00