From owner-svn-ports-head@FreeBSD.ORG Fri Dec 6 14:15:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E135FF0; Fri, 6 Dec 2013 14:15:14 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B41D8103F; Fri, 6 Dec 2013 14:15:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6EFEXh086534; Fri, 6 Dec 2013 14:15:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB6EFEGY086533; Fri, 6 Dec 2013 14:15:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312061415.rB6EFEGY086533@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Dec 2013 14:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335746 - head/net-mgmt/send 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.17 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: Fri, 06 Dec 2013 14:15:15 -0000 Author: bapt Date: Fri Dec 6 14:15:14 2013 New Revision: 335746 URL: http://svnweb.freebsd.org/changeset/ports/335746 Log: Mark as broken: usr/bin/ld: i386 architecture of input file `sendd.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `addr.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cert.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cga.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `config.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cpa.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cps.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `ctl.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `net.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `openssl.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `opt.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `params.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto_nonce.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto_sig.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto_timestamp.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `ra.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `sigmeth.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `sig_rfc3971.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `console.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `dbg.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `params_gram.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `params_lex.o' is incompatible with i386:x86-64 output Modified: head/net-mgmt/send/Makefile Modified: head/net-mgmt/send/Makefile ============================================================================== --- head/net-mgmt/send/Makefile Fri Dec 6 14:13:14 2013 (r335745) +++ head/net-mgmt/send/Makefile Fri Dec 6 14:15:14 2013 (r335746) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= anchie@FreeBSD.org COMMENT= Secure Neighbor Discovery implementation for IPv6 +BROKEN= Fails to link + LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet USE_GMAKE= yes