From owner-freebsd-ports@freebsd.org Fri Dec 11 14:31:23 2015 Return-Path: Delivered-To: freebsd-ports@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 555149D8C3F for ; Fri, 11 Dec 2015 14:31:23 +0000 (UTC) (envelope-from piotr.florczyk@gemius.com) Received: from mail.gemius.pl (mail.gemius.pl [85.232.225.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DAAA1D5E for ; Fri, 11 Dec 2015 14:31:22 +0000 (UTC) (envelope-from piotr.florczyk@gemius.com) Received: from mail.gemius.pl ([85.232.225.147] helo=[172.16.200.149]) by mail.gemius.pl with esmtpa (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1a7OCC-000DrY-6v for freebsd-ports@freebsd.org; Fri, 11 Dec 2015 14:57:16 +0100 From: Piotr Florczyk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: poudriere, Go and networking Message-Id: <374B9F2C-11B4-44F6-9FF6-E4687ECF9CB2@gemius.com> Date: Fri, 11 Dec 2015 14:57:14 +0100 To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) X-Authorized: Piotr Florczyk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 14:31:23 -0000 Recently I had to package couple of programs written in Go and godep is becoming the standard for dependency tracking in Go projects. For example I currently had to package telegraf. Here is the thing. = Poudriere disables networking after fetch phase and I don't know before extract phase what dependencies are inside. You might say that I should put all those dependencies in DISTFILES and = manage=20 them without godep. But for telegraph it's over 60 direct dependencies. And no, I can not package each dependency because each Go projects will = require different rev. So here is the question: would it be possible to have networking enabled = during extract phase ? Or maybe there is another solution (some flag in ports maybe that I'm = missing ?) =20 -- Regards, Piotr Florczyk=