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: graphics/drm_info/distinfo

Number of commits found: 10

Wednesday, 11 Oct 2023
14:18 Jan Beich (jbeich) search for other commits by this committer
graphics/drm_info: update to 2.6.0

Changes:	https://gitlab.freedesktop.org/emersion/drm_info/-/tags/v2.6.0
Reported by:	GitLab (notify releases)
commit hash: dcfad513f895654c23a1454155fe18c2a684c648 commit hash: dcfad513f895654c23a1454155fe18c2a684c648 commit hash: dcfad513f895654c23a1454155fe18c2a684c648 commit hash: dcfad513f895654c23a1454155fe18c2a684c648 dcfad51
Wednesday, 12 Jul 2023
21:42 Jan Beich (jbeich) search for other commits by this committer
graphics/drm_info: drop GL_TAGNAME
commit hash: ebf27cfa0ceed8a2e7f42bfd7c70c54bf5f944d1 commit hash: ebf27cfa0ceed8a2e7f42bfd7c70c54bf5f944d1 commit hash: ebf27cfa0ceed8a2e7f42bfd7c70c54bf5f944d1 commit hash: ebf27cfa0ceed8a2e7f42bfd7c70c54bf5f944d1 ebf27cf
Thursday, 23 Feb 2023
00:36 Jan Beich (jbeich) search for other commits by this committer
graphics/libdrm: update to 2.4.115,1

PR:		269452
Changes:	https://lists.x.org/archives/xorg-announce/2023-February/003323.html
Approved by:	manu
commit hash: 992614a83abc303dc4b5c250283d5e3e14ca30e3 commit hash: 992614a83abc303dc4b5c250283d5e3e14ca30e3 commit hash: 992614a83abc303dc4b5c250283d5e3e14ca30e3 commit hash: 992614a83abc303dc4b5c250283d5e3e14ca30e3 992614a
Thursday, 9 Feb 2023
13:37 Jan Beich (jbeich) search for other commits by this committer
graphics/drm_info: update to 2.5.0

Changes:	https://gitlab.freedesktop.org/emersion/drm_info/-/tags/v2.5.0
Reported by:	GitLab (notify releases)
commit hash: 7068524ffbb52f7ce6d379d5ebf020a5cc1bdc14 commit hash: 7068524ffbb52f7ce6d379d5ebf020a5cc1bdc14 commit hash: 7068524ffbb52f7ce6d379d5ebf020a5cc1bdc14 commit hash: 7068524ffbb52f7ce6d379d5ebf020a5cc1bdc14 7068524
Friday, 7 Oct 2022
15:00 Jan Beich (jbeich) search for other commits by this committer
graphics/drm_info: update to 2.4.0

Changes:	https://gitlab.freedesktop.org/emersion/drm_info/-/tags/v2.4.0
Reported by:	Repology, GitLab (notify releases)
commit hash: f318a4162a3bfb8ed515a4fd8ca7f453a0017505 commit hash: f318a4162a3bfb8ed515a4fd8ca7f453a0017505 commit hash: f318a4162a3bfb8ed515a4fd8ca7f453a0017505 commit hash: f318a4162a3bfb8ed515a4fd8ca7f453a0017505 f318a41
14:59 Jan Beich (jbeich) search for other commits by this committer
graphics/drm_info: chase to the new home

https://github.com/ascent12/drm_info/commit/26fcf63b3eb8
commit hash: e2807284a411b8435ee26648cc95873d52aa8601 commit hash: e2807284a411b8435ee26648cc95873d52aa8601 commit hash: e2807284a411b8435ee26648cc95873d52aa8601 commit hash: e2807284a411b8435ee26648cc95873d52aa8601 e280728
Wednesday, 17 Mar 2021
11:55 jbeich search for other commits by this committer
graphics/drm_info: update to 2.3.0

Changes:	https://github.com/ascent12/drm_info/compare/v2.2.0...v2.3.0
Reported by:	portscout
Original commitRevision:568646 
Friday, 15 Jan 2021
06:57 jbeich search for other commits by this committer
graphics/drm_info: unbreak build after r561311

tables.c:247:7: error: duplicate case value '0'
        case DRM_FORMAT_MOD_LINEAR:
             ^
/usr/local/include/libdrm/drm_fourcc.h:422:31: note: expanded from macro
'DRM_FORMAT_MOD_LINEAR'
#define DRM_FORMAT_MOD_LINEAR   fourcc_mod_code(NONE, 0)
                                ^
/usr/local/include/libdrm/drm_fourcc.h:370:2: note: expanded from macro
'fourcc_mod_code'
        ((((__u64)DRM_FORMAT_MOD_VENDOR_## vendor) << 56) | ((val) &
0x00ffffffffffffffULL))
        ^
tables.c:245:7: note: previous case defined here
        case DRM_FORMAT_MOD_LINEAR:
             ^
/usr/local/include/libdrm/drm_fourcc.h:422:31: note: expanded from macro
'DRM_FORMAT_MOD_LINEAR'
#define DRM_FORMAT_MOD_LINEAR   fourcc_mod_code(NONE, 0)
                                ^
/usr/local/include/libdrm/drm_fourcc.h:370:2: note: expanded from macro
'fourcc_mod_code'
        ((((__u64)DRM_FORMAT_MOD_VENDOR_## vendor) << 56) | ((val) &
0x00ffffffffffffffULL))
        ^
tables.c:251:7: error: duplicate case value '288230376151711746'
        case DRM_FORMAT_MOD_SAMSUNG_16_16_TILE:
             ^
/usr/local/include/libdrm/drm_fourcc.h:552:43: note: expanded from macro
'DRM_FORMAT_MOD_SAMSUNG_16_16_TILE'
#define DRM_FORMAT_MOD_SAMSUNG_16_16_TILE       fourcc_mod_code(SAMSUNG, 2)
                                                ^
/usr/local/include/libdrm/drm_fourcc.h:370:2: note: expanded from macro
'fourcc_mod_code'
        ((((__u64)DRM_FORMAT_MOD_VENDOR_## vendor) << 56) | ((val) &
0x00ffffffffffffffULL))
        ^
tables.c:241:7: note: previous case defined here
        case DRM_FORMAT_MOD_SAMSUNG_16_16_TILE:
             ^
/usr/local/include/libdrm/drm_fourcc.h:552:43: note: expanded from macro
'DRM_FORMAT_MOD_SAMSUNG_16_16_TILE'
#define DRM_FORMAT_MOD_SAMSUNG_16_16_TILE       fourcc_mod_code(SAMSUNG, 2)
                                                ^
/usr/local/include/libdrm/drm_fourcc.h:370:2: note: expanded from macro
'fourcc_mod_code'
        ((((__u64)DRM_FORMAT_MOD_VENDOR_## vendor) << 56) | ((val) &
0x00ffffffffffffffULL))
        ^

Reported by:	pkg-fallout
Original commitRevision:561619 
Monday, 13 Jan 2020
11:55 jbeich search for other commits by this committer
graphics/drm_info: update to 2.2.0

Changes:	https://github.com/ascent12/drm_info/compare/v2.1.0...v2.2.0
Reported by:	portscout
Original commitRevision:522878 
Sunday, 11 Aug 2019
05:34 jbeich search for other commits by this committer
graphics/drm_info: add new port

Small utility to dump info about DRM devices. Suports JSON output.
Dumps can be shared on https://drmdb.emersion.fr/
Original commitRevision:508583 

Number of commits found: 10