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: devel/pygobject3-common/files/patch-python39

Number of commits found: 1

Friday, 16 Oct 2020
01:35 jbeich search for other commits by this committer
devel/pygobject3-common: unbreak with DEFAULT_VERSIONS += python=3.9

pygobject-object.c:849:35: error: no member named 'tp_print' in '_typeobject'
                                  offsetof(PyTypeObject, tp_print) };
                                  ^                      ~~~~~~~~
/usr/include/stddef.h:75:31: note: expanded from macro 'offsetof'
 #define offsetof(type, field)   __offsetof(type, field)
                                 ^                ~~~~~
/usr/include/sys/cdefs.h:480:34: note: expanded from macro '__offsetof'
 #define __offsetof(type, field)  __builtin_offsetof(type, field)
                                  ^                        ~~~~~
pygobject-object.c:856:21: error: invalid application of 'sizeof' to an
incomplete type 'int []'
    for (i = 0; i < G_N_ELEMENTS(slot_offsets); ++i)
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/glib-2.0/glib/gmacros.h:822:36: note: expanded from macro
'G_N_ELEMENTS'
 #define G_N_ELEMENTS(arr)               (sizeof (arr) / sizeof ((arr)[0]))
                                                 ^~~~~

Regressed by:	https://github.com/python/cpython/commit/f9bab74d5b34
Obtained from:	upstream
Original commitRevision:552487 

Number of commits found: 1