aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/send
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-06 14:15:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-06 14:15:14 +0000
commit50cc027f57073e5b822f7417f8abb62619e2ad83 (patch)
tree4571a7118340599136c81061b0c46a816f855096 /net-mgmt/send
parent9368a3a69cb40113fbae3929339dd33eb74562d8 (diff)
downloadports-50cc027f57073e5b822f7417f8abb62619e2ad83.tar.gz
ports-50cc027f57073e5b822f7417f8abb62619e2ad83.zip
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
Notes
Notes: svn path=/head/; revision=335746
Diffstat (limited to 'net-mgmt/send')
-rw-r--r--net-mgmt/send/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile
index 488caa151276..f6fa3626e288 100644
--- a/net-mgmt/send/Makefile
+++ b/net-mgmt/send/Makefile
@@ -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