Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2016 07:43:05 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420321 - head/lang/fsharp
Message-ID:  <201608170743.u7H7h5RP015170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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