svn commit: r420271 - head/ftp/bareftp

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 16 08:00:19 UTC 2016


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" \


More information about the svn-ports-head mailing list