notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: editors/vscode/files/patch-test_smoke_src_main.ts

Number of commits found: 12

Thursday, 19 May 2022
02:30 Hiroki Tagato (tagattie) search for other commits by this committer
editors/vscode: update to 1.67.2

Changelog:
- https://code.visualstudio.com/updates/v1_66
- https://code.visualstudio.com/updates/v1_67
commit hash: afefe672ba07d8c58a19a161c7d552b5356ac182 commit hash: afefe672ba07d8c58a19a161c7d552b5356ac182 commit hash: afefe672ba07d8c58a19a161c7d552b5356ac182 commit hash: afefe672ba07d8c58a19a161c7d552b5356ac182 afefe67
Sunday, 6 Feb 2022
05:29 Hiroki Tagato (tagattie) search for other commits by this committer
editors/vscode: update to 1.64.0

Changelog: https://code.visualstudio.com/updates/v1_64
commit hash: 26a0655f78fbc7608fec20726c299d04908c0253 commit hash: 26a0655f78fbc7608fec20726c299d04908c0253 commit hash: 26a0655f78fbc7608fec20726c299d04908c0253 commit hash: 26a0655f78fbc7608fec20726c299d04908c0253 26a0655
Saturday, 11 Dec 2021
07:18 Hiroki Tagato (tagattie) search for other commits by this committer
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
commit hash: 6cb4af508e8faf698b86a0a0b3f342149e50bf52 commit hash: 6cb4af508e8faf698b86a0a0b3f342149e50bf52 commit hash: 6cb4af508e8faf698b86a0a0b3f342149e50bf52 commit hash: 6cb4af508e8faf698b86a0a0b3f342149e50bf52 6cb4af5
Wednesday, 24 Nov 2021
08:45 Hiroki Tagato (tagattie) search for other commits by this committer
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
commit hash: deca69fa69acd03826754bc7ed108f2abbcdfacc commit hash: deca69fa69acd03826754bc7ed108f2abbcdfacc commit hash: deca69fa69acd03826754bc7ed108f2abbcdfacc commit hash: deca69fa69acd03826754bc7ed108f2abbcdfacc deca69f
Friday, 12 Nov 2021
04:28 Hiroki Tagato (tagattie) search for other commits by this committer
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
commit hash: 3291ad38b01250a83a64672fb5f7ed93c7b61948 commit hash: 3291ad38b01250a83a64672fb5f7ed93c7b61948 commit hash: 3291ad38b01250a83a64672fb5f7ed93c7b61948 commit hash: 3291ad38b01250a83a64672fb5f7ed93c7b61948 3291ad3
Monday, 8 Feb 2021
11:19 tagattie search for other commits by this committer
Update to 1.53.0

Changelog: https://code.visualstudio.com/updates/v1_53
Original commitRevision:564696 
Monday, 15 Jun 2020
06:49 tagattie search for other commits by this committer
Update to 1.46.0

Approved by:	mentors (implicit)
Changelog:	https://code.visualstudio.com/updates/v1_46
Original commitRevision:538853 
Tuesday, 12 May 2020
11:46 tagattie search for other commits by this committer
- Update to 1.45.0
- Remove version lock of python build dependency

Approved by:	ehaupt (mentor)
Changelog:	https://code.visualstudio.com/updates/v1_45
Original commitRevision:534989 
Sunday, 19 Apr 2020
03:50 tagattie search for other commits by this committer
- 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
Original commitRevision:532067 
Sunday, 15 Mar 2020
07:20 ehaupt search for other commits by this committer
Update to 1.43.0

Submitted by:	maintainer (via Github)
Original commitRevision:528472 
Wednesday, 19 Feb 2020
07:37 ehaupt search for other commits by this committer
- 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
Original commitRevision:526490 
Monday, 23 Dec 2019
17:23 pizzamig search for other commits by this committer
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.
Original commitRevision:520731 

Number of commits found: 12