svn commit: r335746 - head/net-mgmt/send

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 6 14:15:15 UTC 2013


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 at FreeBSD.org
 COMMENT=	Secure Neighbor Discovery implementation for IPv6
 
+BROKEN=		Fails to link
+
 LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet
 
 USE_GMAKE=	yes


More information about the svn-ports-head mailing list