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: misc/rumprun/Makefile

Number of commits found: 7

Saturday, 11 May 2019
10:45 0mp search for other commits by this committer
Re-add misc/rumprun: Unikernel and toolchain for various platforms

While here, tidy up the Makefile.

PR:		230125
Submitted by:	fabian.freyer@physik.tu-berlin.de
Differential Revision:	https://reviews.freebsd.org/D18750
Original commitRevision:501246 
Saturday, 1 Sep 2018
20:50 gerald search for other commits by this committer
Make the BROKEN reason more generic, since it's not just about GCC, but
really modern compilers.

And after four weeks of being marked BROKEN, mark DEPRECATED with an
expiration date in a bit more than two months.  This gives the port
overall a good three months to be improved (or purged).

PR:		230125
Original commitRevision:478728 
Saturday, 4 Aug 2018
15:50 gerald search for other commits by this committer
Mark BROKEN due to problems building with modern compilers (even GCC,
which was originally used as the workaround to keep this building).

PR:		222542, 230125
Suggested by: 	antoine
Original commitRevision:476365 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Tuesday, 16 Jan 2018
17:04 tobik search for other commits by this committer
misc/rumprun: Add missing USES=gmake and fix build

make[1]:
"/wrkdirs/usr/ports/misc/rumprun/work/rumprun-8fe40c8/app-tools/Makefile" line
1: Missing dependency operator
make[1]:
"/wrkdirs/usr/ports/misc/rumprun/work/rumprun-8fe40c8/app-tools/Makefile" line
2: Need an operator
...
make[1]: "../../global.mk" line 1: Missing dependency operator
make[1]: "../../global.mk" line 2: Need an operator
...
Variable MACHINE_GNU_PLATFORM is recursive.

- Patch bundled libunwind to build with newer GCC versions
- Fix man page install location
- Fix build on i386
- The port will only build on amd64 and i386 so use ONLY_FOR_ARCHS to
  list the architectures it builds on instead of all architectures it
  doesn't build on

PR:		225152
Submitted by:	Fabian Freyer <fabian.freyer@physik.tu-berlin.de> (maintainer)
Original commitRevision:459195 
Saturday, 13 Jan 2018
20:36 mmokhi search for other commits by this committer
misc/rumprun: Add port to the tree
This project uses rump kernels to provide the Rumprun unikernel.
Rumprun works on both hypervisors (eg. KVM and Xen) and bare metal.
Rumprun can be used with or without a POSIX'y interface, and supports
applications written in (but not limited to):
C, C++, Erlang, Go, Java, Javascript (node.js), Python, Ruby and Rust.

PR:		225117
Submitted by:	Fabian Freyer <fabian.freyer@physik.tu-berlin.de>
Reviewed by:	yuri
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D13888
Original commitRevision:458940 

Number of commits found: 7