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/ocaml-lablgl/files/patch-Togl_src_Togl_togl.c

Number of commits found: 3

Friday, 16 Jun 2023
18:05 Dimitry Andric (dim) search for other commits by this committer
graphics/ocaml-lablgl: fix build with clang 16

Clang 16 has a new error about incompatible function types, which shows
up when building graphics/ocaml-lablgl:

  togl.c:820:26: error: incompatible function pointer types assigning to 'void
(*)(Tk_Window, Tk_ClassProcs *, ClientData)' (aka 'void (*)(struct Tk_Window_ *,
struct Tk_ClassProcs *, void *)') from 'void (Tk_Window, const Tk_ClassProcs *,
ClientData)' (aka 'void (struct Tk_Window_ *, const struct Tk_ClassProcs *, void
*)') [-Wincompatible-function-pointer-types]
          SetClassProcsPtr = Tk_SetClassProcs;
                           ^ ~~~~~~~~~~~~~~~~

This is because Tk_SetClassProcs() now takes a const Tk_ClassProcs
pointer as its second parameter. Fix the SetClassProcsPtr declaration to
match.

PR:		272019
Approved by:	fernape
MFH:		2023Q2
commit hash: 0e77cfcef8a5677cff1ba81430b767a1089fd083 commit hash: 0e77cfcef8a5677cff1ba81430b767a1089fd083 commit hash: 0e77cfcef8a5677cff1ba81430b767a1089fd083 commit hash: 0e77cfcef8a5677cff1ba81430b767a1089fd083 0e77cfc
Wednesday, 7 Mar 2012
03:21 bf search for other commits by this committer
update to 20120306; fix Tcl/Tk dependencies and CONFLICTS [1];
add LICENSE and WWW

PR:             153128 [1]
Original commit
Monday, 6 Apr 2009
19:44 stas search for other commits by this committer
- Add forgotten patch file.
Original commit

Number of commits found: 3