Port details |
- replicant Replicant is a tool for creating replicated state machines
- 0.2.1_3 sysutils
=0 0.2.1_3Version of this port present on the latest quarterly branch.
- BROKEN: Fails to build
DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html This port expired on: 2014-08-31 IGNORE: is marked as broken: Fails to build
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2013-05-16 08:09:36
- Last Update: 2014-09-02 10:07:50
- SVN Revision: 366980
- License: not specified in port
- WWW:
- https://github.com/rescrv/Replicant
- Description:
- Replicant is a tool for creating replicated state machines
WWW: https://github.com/rescrv/Replicant
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- replicant>0:sysutils/replicant
- No installation instructions:
- This port has been deleted.
- PKGNAME: replicant
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libpo6.pc : devel/libpo6
- pkgconf : devel/pkgconf
- Library dependencies:
-
- libbusybee.so : devel/busybee
- libe.so : devel/libe
- libglog.so : devel/glog
- libleveldb.so : databases/leveldb
- libpopt.so : devel/popt
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.1_3 02 Sep 2014 10:07:50 |
bapt |
Remove non staged ports without pending PR from s* |
0.2.1_3 27 Jul 2014 21:20:43 |
antoine |
Mark BROKEN: Fails to build
with gcc:
CXX common/libreplicant_la-bootstrap.lo
In file included from /usr/local/include/po6/net/socket.h:37:0,
from /usr/local/include/po6/net/hostname.h:41,
from /usr/local/include/busybee_single.h:35,
from common/bootstrap.cc:37:
/usr/include/netinet/tcp.h:50:2: error: 'u_short' does not name a type
/usr/include/netinet/tcp.h:51:2: error: 'u_short' does not name a type
...
with clang:
CXX client/libreplicant_la-replicant.lo
clang++: warning: -lrt: 'linker' input unused when '-c' is present
client/replicant.cc:116:21: error: no matching constructor for initialization of
'busybee_st'
, m_busybee(new busybee_st(m_busybee_mapper.get(), 0))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
...
Reported by: pkg-fallout
With hat: portmgr |
0.2.1_3 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.2.1_3 06 Jul 2014 15:52:25 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
0.2.1_3 03 Jun 2014 14:34:06 |
vanilla |
Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared
library version.
PR: ports/190409
Submitted by: ports at robakdesign.com
Approved by: portmgr@ (for NO_STAGE) |
0.2.1_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
0.2.1_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.2.1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.2.1 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
0.2.1 22 May 2013 21:33:24 |
mandree |
- Change USE_GCC=4.6 (explicit version) to USE_GCC=yes, [1].
- In order to get that working, beat compilation environment into shape
for GCC 4.7/4.8 with two defines and one -include on CPPFLAGS.
- Clean up CPPFLAGS/LDFLAGS handling, getting rid of CONFIGURE_ARGS hacks.
- Correct two bugs in
.if ${OSVERSION} < 90014 || !exists(clang++)
to .if ${OSVERSION} < 900014 || !exists(/usr/bin/clang++)
(where the OSVERSION lacked a 0 digit, and exists lacked the path,
resulting in GCC being used even where clang++ was in base)
Requested by: gerald [1] |
0.2.1 16 May 2013 08:09:21 |
mandree |
Add new port sysutils/replicant:
Replicant is a tool for creating replicated state machines.
WWW: https://github.com/rescrv/Replicant
PR: ports/178665
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> |