Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 12:34:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394457 - head/deskutils/ladon
Message-ID:  <201508171234.t7HCYhSt081402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 17 12:34:43 2015
New Revision: 394457
URL: https://svnweb.freebsd.org/changeset/ports/394457

Log:
  - Mark BROKEN: does not build:
  
  npm ERR! network getaddrinfo EAI_FAIL
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/deskutils/ladon/Makefile

Modified: head/deskutils/ladon/Makefile
==============================================================================
--- head/deskutils/ladon/Makefile	Mon Aug 17 12:26:07 2015	(r394456)
+++ head/deskutils/ladon/Makefile	Mon Aug 17 12:34:43 2015	(r394457)
@@ -10,6 +10,8 @@ COMMENT=	Utility to process many files i
 
 LICENSE=	MIT
 
+BROKEN=		does not build
+
 BUILD_DEPENDS=	npm>0:${PORTSDIR}/www/npm
 RUN_DEPENDS=	npm>0:${PORTSDIR}/www/npm
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508171234.t7HCYhSt081402>