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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: multimedia/zoneminder/files/extra-patch-scripts_ZoneMinder_lib_ZoneMinder_Memory.pm.in

Number of commits found: 2

Sunday, 5 Jun 2016
18:47 pi search for other commits by this committer
multimedia/zoneminder: 1.25.0 -> 1.30.0

- submitter becomes maintainer
- A huge list of changes since April 2013 can be found here:
  https://github.com/ZoneMinder/ZoneMinder/releases/

PR:		210007
Submitted by:	bsd@abinet.ru
Original commitRevision:416415 
Monday, 27 Jun 2011
13:16 bsam search for other commits by this committer
Fix an error at I386:
zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor
Monitor-1, expected 328, got 316]

The patch for i386 ($arch should be 32 here but perl uses 64 bit integer):
-----
-our $arch = int(3.2*length(~0));
+our $arch = 32;
-----

I'm not sure how to properly fix this. I'm all ears.

Suggested by:   Yury Bushmelev <jay4mail@gmail.com> (via e-mail)
Original commit

Number of commits found: 2