From owner-svn-ports-head@FreeBSD.ORG Sun Jul 27 21:20:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 431046C6; Sun, 27 Jul 2014 21:20:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 304B4293D; Sun, 27 Jul 2014 21:20:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6RLKhlM005823; Sun, 27 Jul 2014 21:20:43 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6RLKhCf005822; Sun, 27 Jul 2014 21:20:43 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201407272120.s6RLKhCf005822@svn.freebsd.org> From: Antoine Brodin Date: Sun, 27 Jul 2014 21:20:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363102 - head/sysutils/replicant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 21:20:43 -0000 Author: antoine Date: Sun Jul 27 21:20:42 2014 New Revision: 363102 URL: http://svnweb.freebsd.org/changeset/ports/363102 QAT: https://qat.redports.org/buildarchive/r363102/ Log: 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 Modified: head/sysutils/replicant/Makefile Modified: head/sysutils/replicant/Makefile ============================================================================== --- head/sysutils/replicant/Makefile Sun Jul 27 21:13:07 2014 (r363101) +++ head/sysutils/replicant/Makefile Sun Jul 27 21:20:42 2014 (r363102) @@ -10,6 +10,8 @@ MASTER_SITES= http://hyperdex.org/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Replicant is a tool for creating replicated state machines +BROKEN= Fails to build + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6 LIB_DEPENDS= libbusybee.so:${PORTSDIR}/devel/busybee \ libe.so:${PORTSDIR}/devel/libe \