svn commit: r420321 - head/lang/fsharp

Romain Tartière romain at FreeBSD.org
Wed Aug 17 07:43:07 UTC 2016


Author: romain
Date: Wed Aug 17 07:43:05 2016
New Revision: 420321
URL: https://svnweb.freebsd.org/changeset/ports/420321

Log:
  Stop trying to build a package
  
  The build process starts by trying to to download nuget and some dependencies
  required for building.  It expects them to be downloaded this way, and because
  the network is down during build, it fails.  So stop trying to build pakages
  for f-sharp: hoping that users interested in f-sharp have networking while
  building.
  Reported by:	pkg-fallout, poudriere

Modified:
  head/lang/fsharp/Makefile

Modified: head/lang/fsharp/Makefile
==============================================================================
--- head/lang/fsharp/Makefile	Wed Aug 17 06:48:18 2016	(r420320)
+++ head/lang/fsharp/Makefile	Wed Aug 17 07:43:05 2016	(r420321)
@@ -13,6 +13,8 @@ LICENSE=	APACHE20
 BUILD_DEPENDS=	mono>=3.0:lang/mono
 RUN_DEPENDS=	mono>=3.0:lang/mono
 
+NO_PACKAGE=	The build process downloads external dependencies we cannot provide through ports
+
 USE_GITHUB=	yes
 
 USES=		autoreconf gmake mono pkgconfig


More information about the svn-ports-all mailing list