Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2016 08:00:18 +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: r420271 - head/ftp/bareftp
Message-ID:  <201608160800.u7G80ImY077408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 16 08:00:18 2016
New Revision: 420271
URL: https://svnweb.freebsd.org/changeset/ports/420271

Log:
  - Mark BROKEN: does not build
  
  checking for Mono 2.0 GAC for System.Web.dll... not found
  configure: error: missing reqired Mono 2.0 assembly: System.Web.dll
  
  Reported by:	pkg-fallout

Modified:
  head/ftp/bareftp/Makefile

Modified: head/ftp/bareftp/Makefile
==============================================================================
--- head/ftp/bareftp/Makefile	Tue Aug 16 07:58:25 2016	(r420270)
+++ head/ftp/bareftp/Makefile	Tue Aug 16 08:00:18 2016	(r420271)
@@ -12,6 +12,8 @@ COMMENT=	FTP client made in C sharp
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to configure
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datarootdir="${PREFIX}/share" \
 		--libdir="${PREFIX}/lib" \



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