From owner-svn-ports-head@freebsd.org Mon Sep 21 12:32:24 2015 Return-Path: Delivered-To: svn-ports-head@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 320B69D02E9; Mon, 21 Sep 2015 12:32:24 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A946618A3; Mon, 21 Sep 2015 12:32:23 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by lagj9 with SMTP id j9so67148767lag.2; Mon, 21 Sep 2015 05:32:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tT+qnwiULWTRCXR6WZ7Vimm51lAtvZgr3YuA+Wm2CT4=; b=gaAu914+uBGrZhrJribSDC8MnQ/JjhiS0+Zb+5RgF01EhKSMgdDosM5HK7loiBDOGW ztACoB8m/EiRKZqb91wLVVEFcm0eUziQGsG13ANb1iw3vY9S6ujZLX+zdjwAlXuEc+3Q N+qp9Rn2xoCSvDfhw+Xv58sy4M5OjoPH1HyI2qNvOQ+PKrnfhYBg49y24E7NrqEDC62m q7qgMEWhjGzBMPjcoqNTrZxV7LpL4SdOkDOpH87oNpDP6d61cSO+ZmjHOjWcRzscJ7kS ar9NUcowPXAJqeVi6KmAK1DV61azfdhp8WXn5skLOMi6K6pxa03NdUfHlHblH4kcriBs B8Qw== X-Received: by 10.25.17.149 with SMTP id 21mr1362231lfr.38.1442838741749; Mon, 21 Sep 2015 05:32:21 -0700 (PDT) Received: from 95.108.172.23-red.dhcp.yndx.net (95.108.172.23-red.dhcp.yndx.net. [95.108.172.23]) by smtp.gmail.com with ESMTPSA id vz2sm3544094lbb.35.2015.09.21.05.32.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Sep 2015 05:32:20 -0700 (PDT) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r397489 - head/devel/pig From: Dmitry Sivachenko In-Reply-To: <20150921120431.GE38467@ivaldir.etoilebsd.net> Date: Mon, 21 Sep 2015 15:32:19 +0300 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201509211154.t8LBskYt093877@repo.freebsd.org> <20150921120431.GE38467@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2015 12:32:24 -0000 > On 21 =D1=81=D0=B5=D0=BD=D1=82. 2015 =D0=B3., at 15:04, Baptiste = Daroussin wrote: >=20 > On Mon, Sep 21, 2015 at 11:54:46AM +0000, Dmitry Sivachenko wrote: >> Author: demon >> Date: Mon Sep 21 11:54:45 2015 >> New Revision: 397489 >> URL: https://svnweb.freebsd.org/changeset/ports/397489 >>=20 >> Log: >> Clarify things. >>=20 >> Modified: >> head/devel/pig/Makefile >>=20 >> Modified: head/devel/pig/Makefile >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- head/devel/pig/Makefile Mon Sep 21 11:45:59 2015 = (r397488) >> +++ head/devel/pig/Makefile Mon Sep 21 11:54:45 2015 = (r397489) >> @@ -17,7 +17,7 @@ COMMENT=3D Engine for executing data flows >>=20 >> LICENSE=3D APACHE20 >>=20 >> -BROKEN=3D tries to fetch distfiles during build phase >> +BROKEN=3D tries to make outbound http connection during = build phase breaking tinderbox. Software itself does not have known = issues, remove this BROKEN line and build your own package >>=20 > Hum why specifying tinderbox? first it has the same issue within = poudriere, > second a port should not make any network access outside of the fetch = phase! I know it shouldn't, but I can't figure out how to fix that (I asked on = ML even). I just want to reword this so end-user does not have an impression that = functionality is broken. It works without known issues. It does not fetch anything, it makes outbound connection and does not = fetch files.=