From owner-freebsd-ports@freebsd.org Fri Nov 25 19:51:57 2016 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 BE435C55513 for ; Fri, 25 Nov 2016 19:51:57 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A6CB7FB3 for ; Fri, 25 Nov 2016 19:51:57 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: by mailman.ysv.freebsd.org (Postfix) id A6218C55512; Fri, 25 Nov 2016 19:51:57 +0000 (UTC) Delivered-To: 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 A5C8BC55511 for ; Fri, 25 Nov 2016 19:51:57 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (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 709EFFB1 for ; Fri, 25 Nov 2016 19:51:57 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 6646427C57; Fri, 25 Nov 2016 20:51:55 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RYp4dI6xtoOF; Fri, 25 Nov 2016 20:51:54 +0100 (CET) Received: from [192.168.10.10] (asus [192.168.10.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id A75A427C56; Fri, 25 Nov 2016 20:51:54 +0100 (CET) Subject: Re: running make makesum for multiple github repos To: Kurt Jaeger References: <14fe8d55-2d90-d722-653e-ff2df119b408@digiware.nl> <20161125190225.GA2648@home.opsec.eu> Cc: "ports@freebsd.org" From: Willem Jan Withagen Message-ID: <9711b323-8895-6107-23ff-aff09c4c257c@digiware.nl> Date: Fri, 25 Nov 2016 20:51:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 19:51:57 -0000 On 25-11-2016 20:43, Willem Jan Withagen wrote: > On 25-11-2016 20:02, Kurt Jaeger wrote: >> Hi! >> >>> How do I get it to run makesum on all modules? >> >> From what I understand, this feature is missing in make makesum >> and for the time being, the distinfo needs some manual process >> to update. > > Auch, that is a hard one.... > Guess I'm going to tweak it by adding one at the time, and keeping the sigs. > > But there is going to be pain when repos upgrade ... Tried doing it in: /usr/ports/www/uchiwa And there 'make makesum' does fetch all submodules, and builds distinfo So I guess it should work. --WjW