svn commit: r323566 - head/net/xorp

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 24 06:46:41 UTC 2013


Author: bapt
Date: Wed Jul 24 06:46:40 2013
New Revision: 323566
URL: http://svnweb.freebsd.org/changeset/ports/323566

Log:
  Mark as broken: does not build
  
  /usr/bin/ld: cannot find -lstdc++_p
  
  Reported by:	pkg-fallout

Modified:
  head/net/xorp/Makefile

Modified: head/net/xorp/Makefile
==============================================================================
--- head/net/xorp/Makefile	Wed Jul 24 06:45:04 2013	(r323565)
+++ head/net/xorp/Makefile	Wed Jul 24 06:46:40 2013	(r323566)
@@ -20,6 +20,8 @@ OPTIONS_DEFAULT=	ADVMCAST IPV6 SNMP OPTI
 
 ADVMCAST_DESC=	Build with Advanced Multicast API
 
+BROKEN=		Does not build
+
 USE_GMAKE=	yes
 USE_OPENSSL=	yes
 


More information about the svn-ports-all mailing list