From owner-svn-ports-all@freebsd.org Mon Jul 16 22:34:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACB231040874; Mon, 16 Jul 2018 22:34:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (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 5557C86267; Mon, 16 Jul 2018 22:34:43 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E506D2213A; Mon, 16 Jul 2018 18:34:42 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute4.internal (MEProxy); Mon, 16 Jul 2018 18:34:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=1IlA8e 6JeST1bbx4GMX5qP4OKkcUeoEkPKYJfHoCF6c=; b=OxLrSQwH7gneFIQWSmZ0VK th6GTOe83fcMg7qVCEYw6YNb+udSbo9lQMryPxUIV3LUVvw5A7w2C0aqmqM8i3Qc T/ErM7zD/Qzp1HI/tyYP9uMMOy2PmSMMxR2i/DJKMSjQkKNwgKo2XyqxIovBRbV+ gmmIHgIiCvg4QNMpPgNB3yZlBKg6z87KWy7smCY0w8/woifErBCdIKBYwC/529Lo p+AblQvP+SWjmy+hiw47kdktdPcc0Ar+9MA2sYIdwV0lXI4ilAJ/dXAV1IKhuoDf sr+LWYMzxaFOxaAW76vZZqGCEh7AyMqicLtjc4EjhF6eF3i/k+4cGnogkJojlCjA == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 8D94094133; Mon, 16 Jul 2018 18:34:42 -0400 (EDT) Message-Id: <1531780482.656675.1442865496.0AD054D9@webmail.messagingengine.com> From: Tobias Kortkamp To: Yuri Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-957169fa Date: Tue, 17 Jul 2018 00:34:42 +0200 References: <201807161842.w6GIgYEP066340@repo.freebsd.org> <20180716193344.lpbiqcfxyl3xi5pt@atuin.in.mat.cc> Subject: Re: svn commit: r474754 - head/net/torsocks In-Reply-To: X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 16 Jul 2018 22:34:43 -0000 On Mon, Jul 16, 2018, at 21:51, Yuri wrote: > On 07/16/18 12:33, Mathieu Arnold wrote: > > As the distfile more than twice larger, while being compressed with a > > more effective algorithm, I assume the content is very different. It is > > customary to summarize the changes in those cases. > > > Ok. > > > In this case, they just copied in some autoconf macros and the configure > script. > > But for whatever reason their configure script fails, but autoreconf > still works. It's because the port patches configure.ac (so the timestamp of configure.ac is newer than configure and it tries to regenerate configure from it). From what I can tell files/patch-configure.ac can safely be removed as configure already has the same logic in it to set LIBC_NAME (the patch found its way upstream [1]). [1] https://github.com/dgoulet/torsocks/commit/c9d8a947d3ab19376338a3bc61f1b46bec64194a