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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: sysutils/replicant/Makefile

Number of commits found: 10

Sunday, 27 Jul 2014
21:20 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
Original commitRevision:363102 
Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Sunday, 6 Jul 2014
15:52 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
Original commitRevision:360930 
Tuesday, 3 Jun 2014
14:34 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)
Original commitRevision:356371 
Monday, 10 Mar 2014
20:55 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)
Original commitRevision:347809 
Saturday, 26 Oct 2013
00:52 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
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Monday, 22 Jul 2013
14:34 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)
Original commitRevision:323455 
Wednesday, 22 May 2013
21:33 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]
Original commitRevision:318796 
Thursday, 16 May 2013
08:09 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>
Original commitRevision:318279 

Number of commits found: 10