svn commit: r394457 - head/deskutils/ladon

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 17 12:34:44 UTC 2015


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
 


More information about the svn-ports-all mailing list