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: math/py-triangle/distinfo

Number of commits found: 3

Monday, 8 Jan 2024
20:30 Diane Bruce (db) search for other commits by this committer
math/py-triangle: update to 20230923

- updated to 20230923
- K&R support removed

PR:		276127
Reported by:	Ruslan Makhmatkhanov <rm@FreeBSD.org>
commit hash: 1901b8ce71d6122652c34ca0b9d04df1933e73bf commit hash: 1901b8ce71d6122652c34ca0b9d04df1933e73bf commit hash: 1901b8ce71d6122652c34ca0b9d04df1933e73bf commit hash: 1901b8ce71d6122652c34ca0b9d04df1933e73bf 1901b8c
Tuesday, 8 Dec 2020
23:45 db search for other commits by this committer
Update to 20200424 to fix python 3.9 compatibility

The current version fails to build with Python 3.9:
triangle/core.c:20740:77: error: no member named 'tp_print' in 'struct
_typeobject'
 
__pyx_type_8triangle_4core___pyx_scope_struct____pyx_f_8triangle_4core_ii.tp_print
= 0;
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
triangle/core.c:20746:78: error: no member named 'tp_print' in 'struct
_typeobject'
 
__pyx_type_8triangle_4core___pyx_scope_struct_1___pyx_f_8triangle_4core_dd.tp_print
= 0;
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^

etc.

The latest version has been regenerated with newer Cython which supports 3.9.

PR:		ports/251469
Reported by:	Greg V <greg@unrelenting.technology>
Original commitRevision:557315 
Thursday, 19 Mar 2020
14:21 db search for other commits by this committer
*Triangle* is a python wrapper around Jonathan Richard Shewchuk's
two-dimensional
quality mesh generator and delaunay triangulator library.
This implementation utilizes Cython_ to wrap the C API as closely as possible.

WWW: https://rufat.be/triangle
Original commitRevision:528725 

Number of commits found: 3