Commit graph

21 commits

Author SHA1 Message Date
Hiroki Tagato
b43816f0c8 editors/vscode: update to 1.64.2
Changelog: https://code.visualstudio.com/updates/v1_64
2022-02-11 16:48:38 +09:00
Hiroki Tagato
26a0655f78 editors/vscode: update to 1.64.0
Changelog: https://code.visualstudio.com/updates/v1_64
2022-02-06 14:29:36 +09:00
Hiroki Tagato
33162626a7 editors/vscode: update to 1.63.2
Changelog: https://code.visualstudio.com/updates/v1_63
2021-12-20 20:57:36 +09:00
Hiroki Tagato
6cb4af508e editors/vscode: update to 1.63.0
While here, remove BROKEN on FreeBSD 12. It build fine on FreeBSD 12
now.

Changelog: https://code.visualstudio.com/updates/v1_63
2021-12-11 16:18:35 +09:00
Hiroki Tagato
deca69fa69 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
2021-11-24 17:45:45 +09:00
Hiroki Tagato
3291ad38b0 editors/vscode: update to 1.58.2
This is the last version based on electron 12.

Changelog:
- https://code.visualstudio.com/updates/v1_57
- https://code.visualstudio.com/updates/v1_58
2021-11-12 13:28:30 +09:00
Hiroki Tagato
286883b78d editors/vscode: Update to 1.56.0
Changelog: https://code.visualstudio.com/updates/v1_56
2021-05-12 15:05:50 +09:00
Hiroki Tagato
eafdf026cc editors/vscode: update to 1.55.1
Changelog: https://code.visualstudio.com/updates/v1_55
2021-04-11 22:23:42 +09:00
Hiroki Tagato
9aae35b48f editors/vscode: update to 1.55.0
Changelog: https://code.visualstudio.com/updates/v1_55
2021-04-07 17:03:56 +09:00
Hiroki Tagato
131bc65a22 Update to 1.54.2
Changelog: https://code.visualstudio.com/updates/v1_54
2021-03-14 05:04:16 +00:00
Hiroki Tagato
a9584ee812 Update to 1.53.0
Changelog: https://code.visualstudio.com/updates/v1_53
2021-02-08 11:19:35 +00:00
Hiroki Tagato
3b4b42b707 Update to 1.52.1
Changelog:
- https://code.visualstudio.com/updates/v1_49
- https://code.visualstudio.com/updates/v1_50
- https://code.visualstudio.com/updates/v1_51
- https://code.visualstudio.com/updates/v1_52

Reviewed by:	ehaupt
2021-01-22 00:02:27 +00:00
Hiroki Tagato
6cf718e5d9 Update to 1.48.2
Changelog:
- https://code.visualstudio.com/updates/v1_47
- https://code.visualstudio.com/updates/v1_48

Reviewed by:	ehaupt
2021-01-11 02:08:15 +00:00
Hiroki Tagato
ec672bef8c Update to 1.46.0
Approved by:	mentors (implicit)
Changelog:	https://code.visualstudio.com/updates/v1_46
2020-06-15 06:49:59 +00:00
Hiroki Tagato
ed4533a5dd - Update to 1.45.0
- Remove version lock of python build dependency

Approved by:	ehaupt (mentor)
Changelog:	https://code.visualstudio.com/updates/v1_45
2020-05-12 11:46:03 +00:00
Hiroki Tagato
9863b5b2dc - Update to 1.44.2
- Change npm and yarn dependencies to specify package name [1]

Approved by:	ehaupt (mentor)
Suggested by:	0mp (via ports) [1]
Relnotes:	https://code.visualstudio.com/updates/v1_44
2020-04-19 03:50:35 +00:00
Emanuel Haupt
3d1bdfca59 Update to 1.43.0
Submitted by:	maintainer (via Github)
2020-03-15 07:20:20 +00:00
Emanuel Haupt
1ed4039990 - Update to 1.42.1
- Add a wrapper script vscode -> code-oss

Submitted by:	maintainer (via Github)
Closes:		https://github.com/tagattie/FreeBSD-VSCode/issues/18
2020-02-19 07:37:01 +00:00
Luca Pizzamiglio
2f1feccac6 editors/vscode: fix a patch rename
A patch moved from extra-patch to patch and this change went lost.
Fix it.

PR:		243994
Submitted by:	maintainer (via github)
Reported by:	Robert Cina
2020-02-09 11:59:54 +00:00
Luca Pizzamiglio
80c874b9f4 editors/vscode: Update to 1.41.1
Submitted by:	maintainer (via github)
2020-02-06 16:29:08 +00:00
Luca Pizzamiglio
719fc2047b editors/vscode: Add new port
Add vscode to the portstree. the popular editor developed by Microsoft and
based on Electron.
Many thanks to the maintainer Hiroki for his very appreciated work on it.
2019-12-23 17:23:22 +00:00