Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.2_1 24 May 2018 18:24:51 |
flo |
- add net/corosync3 (2.99.2)
- add net/pacemaker2 (2.0.0-rc4)
- net/corosync -> net/corosync2 (update to 2.4.4)
- net/pacemaker -> net/pacemaker1 (update to 1.1.18)
- add USES=corosync to deal with multiple versions
PR: 228164, 228165
Submitted by: David Shane Holden <dpejesh@yahoo.com> |
2.4.2_1 12 May 2018 03:25:13 |
vanilla |
Add libqb.so's version number to LIB_DEPENDS.
Submitted by: 227563
Reported by: maintainer |
2.4.2 13 Jun 2017 13:39:31 |
joneum |
- 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 |
2.3.5_4 11 Jun 2017 15:28:05 |
antoine |
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 |
2.3.5_4 25 May 2017 14:35:49 |
bapt |
Register dependency on groff |
2.3.5_4 01 Apr 2017 15:23:32 |
gerald |
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 |
2.3.5_3 20 Nov 2016 09:38:09 |
gerald |
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. |
2.3.5_2 09 Oct 2016 12:10:02 |
jbeich |
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 |
2.3.5_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.3.5_1 24 Mar 2016 11:52:34 |
tijl |
Build with GCC. It segfaults with Clang.
PR: 208182 |
2.3.5 24 Mar 2016 10:14:11 |
tijl |
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> |