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: security/nss/files/patch-lib_freebl_mpi_mpcpucache.c

Number of commits found: 4

Friday, 12 Oct 2018
11:50 jbeich search for other commits by this committer
security/nss: unbreak on powerpc64 after r405494

mpi/mpcpucache.c:728:23: error: incompatible pointer types passing 'int *' to
parameter of type 'size_t *' (aka 'unsigned long *')
[-Werror,-Wincompatible-pointer-types]
            &cacheline_size, &clen, NULL, 0) < 0 || !cacheline_size)
                             ^~~~~
/usr/include/sys/sysctl.h:1062:48: note: passing argument to parameter here
int     sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
                                                   ^
PR:		147696 (typo origin)
Reported by:	Mark Millard
Original commitRevision:481895 
Sunday, 9 Sep 2018
18:27 jbeich search for other commits by this committer
security/nss: regen patches

Only BSD patch(1) warns about the following:
No such line 52 in input file, ignoring
No such line -11 in input file, ignoring
No such line 118 in input file, ignoring

https://svnweb.freebsd.org/changeset/base/253689

Reported by:	sunpoet
Original commitRevision:479329 
Wednesday, 28 Sep 2016
08:23 jbeich search for other commits by this committer
security/nss: update to 3.27

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.27_release_notes
Original commitRevision:422859 
Friday, 11 Jun 2010
20:51 kwm search for other commits by this committer
Fix the build on powerpc64. By adding CPU_ARCH detection.
And by adding some G5-specific code in mpcpucache.c to detect cacheline sizes.

PR:             ports/147696
Submitted by:   nwhitehorn@
Original commit

Number of commits found: 4