Date: Fri, 6 Dec 2013 14:15:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335746 - head/net-mgmt/send Message-ID: <201312061415.rB6EFEGY086533@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312061415.rB6EFEGY086533>