svn commit: r421935 - head/devel/noweb

John Marino marino at FreeBSD.org
Mon Sep 12 16:24:18 UTC 2016


Author: marino
Date: Mon Sep 12 16:24:16 2016
New Revision: 421935
URL: https://svnweb.freebsd.org/changeset/ports/421935

Log:
  devel/noweb: mark BROKEN (unfetchable) due to host FTP server settings
  
  The file is accessible via http browser, but "make fetch" just times out
  on both FreeBSD and DragonFly.  The easiest fix would be to host the
  file in LOCAL/ or elsewhere.
  
  Given lack of maintainer and lack of development since 2007, let's see
  if anyone cares enough to host the source file and fix the port.

Modified:
  head/devel/noweb/Makefile

Modified: head/devel/noweb/Makefile
==============================================================================
--- head/devel/noweb/Makefile	Mon Sep 12 16:10:41 2016	(r421934)
+++ head/devel/noweb/Makefile	Mon Sep 12 16:24:16 2016	(r421935)
@@ -10,6 +10,11 @@ MASTER_SITES=	ftp://www.eecs.harvard.edu
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple, extensible literate-programming tool
 
+# The file is accessible via browser, but it times out on "make fetch"
+# This happens on both FreeBSD and DragonFly.  Interested users should
+# host the file and change the MASTER_SITES accordingly
+BROKEN=		unfetchable due to settings at host FTP server
+
 LICENSE=	noweb
 LICENSE_NAME=	noweb
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT


More information about the svn-ports-head mailing list