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.

Port details
replicant Replicant is a tool for creating replicated state machines
0.2.1_3 sysutils Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.1_3Version of this port present on the latest quarterly branch.
Broken BROKEN: Fails to build
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
Ignore 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 search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libpo6.pc : devel/libpo6
  2. pkgconf : devel/pkgconf
Library dependencies:
  1. libbusybee.so : devel/busybee
  2. libe.so : devel/libe
  3. libglog.so : devel/glog
  4. libleveldb.so : databases/leveldb
  5. 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:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://hyperdex.org/src/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.1_3
02 Sep 2014 10:07:50
Revision:366980Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from s*
0.2.1_3
27 Jul 2014 21:20:43
Revision:363102Original commit files touched by this commit
antoine search for other commits by this committer
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
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.2.1_3
06 Jul 2014 15:52:25
Revision:360930Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:356371Original commit files touched by this commit
vanilla search for other commits by this committer
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
Revision:347809Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:331644Original commit files touched by this commit
gerald search for other commits by this committer
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 View all of this commit message)
0.2.1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
0.2.1
22 Jul 2013 14:34:23
Revision:323455Original commit files touched by this commit
vg search for other commits by this committer
 - 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
Revision:318796Original commit files touched by this commit
mandree search for other commits by this committer
- 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
Revision:318279Original commit files touched by this commit
mandree search for other commits by this committer
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>

Number of commits found: 11