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: net/corosync/Makefile

Number of commits found: 10

Saturday, 12 May 2018
03:25 vanilla search for other commits by this committer
Add libqb.so's version number to LIB_DEPENDS.

Submitted by:	227563
Reported by:	maintainer
Original commitRevision:469703 
Tuesday, 13 Jun 2017
13:39 joneum search for other commits by this committer
- net/corosyn: Update from 2.3.5 to 2.4.2

- Changelog:
https://github.com/corosync/corosync/wiki/Corosync-2.4.2-Release-Notes

- unbreak this port

PR:		219543
Submitted by:	David Shane Holden (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10971
Original commitRevision:443501 
Sunday, 11 Jun 2017
15:28 antoine search for other commits by this committer
Mark BROKEN: fails to build

libtool: compile:  gcc5 -DHAVE_CONFIG_H -I. -I../include/corosync -I../include
-I../include -I../include/corosync -I../include/corosync -O2 -pipe
-fstack-protector -Wl,-rpath=/usr/local/lib/gcc5 -fno-strict-aliasing -fPIC
-DPIC -O3 -ggdb3 -Wall -Wshadow -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wdeclaration-after-statement -Wpointer-arith
-Wwrite-strings -Wcast-align -Wbad-function-cast -Wmissing-format-attribute
-Wformat=2 -Wformat-security -Wformat-nonliteral -Wno-long-long
-Wno-strict-aliasing -I/usr/local/include -MT sam.lo -MD -MP -MF .deps/sam.Tpo
-c sam.c  -fPIC -DPIC -o .libs/sam.o
sam.c: In function 'sam_parent_wait_for_quorum':
sam.c:836:16: error: array type has incomplete element type 'struct pollfd'

Reported by:	pkg-fallout
Original commitRevision:443394 
Thursday, 25 May 2017
14:35 bapt search for other commits by this committer
Register dependency on groff
Original commitRevision:441694 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

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

PR:		216707
Original commitRevision:437439 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Sunday, 9 Oct 2016
12:10 jbeich search for other commits by this committer
devel/nspr, security/nss: drop version from SONAME

No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.

  $ cc -lplds4 -L/usr/local/lib
  /usr/lib/crt1.o: In function `_start1':
  crt1_c.c:(.text+0xa6): undefined reference to `main'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_create'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
  /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'

PR:		213144
Exp-run by:	antoine
Original commitRevision:423591 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 24 Mar 2016
11:52 tijl search for other commits by this committer
Build with GCC.  It segfaults with Clang.

PR:		208182
Original commitRevision:411773 
10:14 tijl search for other commits by this committer
Add net/corosync.

The Corosync Cluster Engine is a Group Communication System with additional
features for implementing high availability within applications. The project
provides four C Application Programming Interface features:

* A closed process group communication model with virtual synchrony
  guarantees for creating replicated state machines.
* A simple availability manager that restarts the application process when it
  has failed.
* A configuration and statistics in-memory database that provide the ability
  to set, retrieve, and receive change notifications of information.
* A quorum system that notifies applications when quorum is achieved or
  lost.

Corosync is used as a High Availability framework by projects such as Apache
Qpid and Pacemaker.

PR:		208182
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
Original commitRevision:411764 

Number of commits found: 10