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: x11-toolkits/blt/files/patch-use-tkInt

Number of commits found: 3

Wednesday, 20 Nov 2013
10:09 gahr search for other commits by this committer
- Support INSTALL_AS_USER
- Restore a patch to use Tcl/Tk internal include files

Suggested by:	mi
Original commitRevision:334406 
Tuesday, 19 Nov 2013
11:13 gahr search for other commits by this committer
- Update to 2.5.3
Original commitRevision:334300 
Tuesday, 26 Jan 2010
02:59 mi search for other commits by this committer
Turns out, BLT had its own copies of some important structs, that
Tk does not normally export to extensions. Unfortunately, these
became slightly different in Tk-8.5 resulting in mistery crashes...

Fortunately, some of these structs are available on FreeBSD, where
we install some important headers, that Tcl/Tk themselves don't
install.  Use those, wherever possible.

Where it is not possible (Frame is defined in BLT's own tkFrame.c),
rename the struct (Frame becomes bltFrame) so that the discrepancy
is easier to catch in the future.

Bump PORTREVISION again.

Tested with: tkdesk, ttt
Original commit

Number of commits found: 3