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-build_gulpfile.vscode.js

Number of commits found: 16

Sunday, 7 May 2023
08:50 Hiroki Tagato (tagattie) search for other commits by this committer
editors/vscode: update to 1.78.0

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

Reported by:	GitHub (watch releases)
commit hash: e00ade28ed48734e8678019e215fdadd40d8a512 commit hash: e00ade28ed48734e8678019e215fdadd40d8a512 commit hash: e00ade28ed48734e8678019e215fdadd40d8a512 commit hash: e00ade28ed48734e8678019e215fdadd40d8a512 e00ade2
Sunday, 5 Mar 2023
07:29 Hiroki Tagato (tagattie) search for other commits by this committer
editors/vscode: update to 1.76.0

Changelog: https://code.visualstudio.com/updates/v1_76
commit hash: 53d09421acbaad4ce46efb6b79c30f5bfd5adf39 commit hash: 53d09421acbaad4ce46efb6b79c30f5bfd5adf39 commit hash: 53d09421acbaad4ce46efb6b79c30f5bfd5adf39 commit hash: 53d09421acbaad4ce46efb6b79c30f5bfd5adf39 53d0942
Saturday, 21 Jan 2023
07:27 Hiroki Tagato (tagattie) search for other commits by this committer
editors/vscode: update to 1.74.3

Changelog:
- https://code.visualstudio.com/updates/v1_71
- https://code.visualstudio.com/updates/v1_72
- https://code.visualstudio.com/updates/v1_73
- https://code.visualstudio.com/updates/v1_74
commit hash: e577a6c1530d46a05e4a3237c98052d597d0c153 commit hash: e577a6c1530d46a05e4a3237c98052d597d0c153 commit hash: e577a6c1530d46a05e4a3237c98052d597d0c153 commit hash: e577a6c1530d46a05e4a3237c98052d597d0c153 e577a6c
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
Thursday, 5 May 2022
07:39 Hiroki Tagato (tagattie) search for other commits by this committer
editors/vscode: update to 1.65.2

This is the last version based on electron 13.

Changelog: https://code.visualstudio.com/updates/v1_65
commit hash: 42a9226d8bedd083ffed0eaedfa34ad218507fc0 commit hash: 42a9226d8bedd083ffed0eaedfa34ad218507fc0 commit hash: 42a9226d8bedd083ffed0eaedfa34ad218507fc0 commit hash: 42a9226d8bedd083ffed0eaedfa34ad218507fc0 42a9226
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
Sunday, 14 Mar 2021
05:04 tagattie search for other commits by this committer
Update to 1.54.2

Changelog: https://code.visualstudio.com/updates/v1_54
Original commitRevision:568314 
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 
Friday, 22 Jan 2021
00:02 tagattie search for other commits by this committer
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
Original commitRevision:562263 
Monday, 11 Jan 2021
02:08 tagattie search for other commits by this committer
Update to 1.48.2

Changelog:
- https://code.visualstudio.com/updates/v1_47
- https://code.visualstudio.com/updates/v1_48

Reviewed by:	ehaupt
Original commitRevision:561184 
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 
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 
Thursday, 6 Feb 2020
16:29 pizzamig search for other commits by this committer
editors/vscode: Update to 1.41.1

Submitted by:	maintainer (via github)
Original commitRevision:525387 

Number of commits found: 16