From owner-svn-ports-all@freebsd.org Wed Aug 17 07:43:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4B38BBBE0A; Wed, 17 Aug 2016 07:43:06 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3CD715E9; Wed, 17 Aug 2016 07:43:06 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7H7h5Oc015171; Wed, 17 Aug 2016 07:43:05 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7H7h5RP015170; Wed, 17 Aug 2016 07:43:05 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201608170743.u7H7h5RP015170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Wed, 17 Aug 2016 07:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420321 - head/lang/fsharp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 07:43:07 -0000 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