From owner-freebsd-ports@FreeBSD.ORG Fri Nov 15 07:25:39 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D95F18F for ; Fri, 15 Nov 2013 07:25:39 +0000 (UTC) Received: from ipmail07.adl2.internode.on.net (ipmail07.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:7]) by mx1.freebsd.org (Postfix) with ESMTP id BA4E6234E for ; Fri, 15 Nov 2013 07:25:38 +0000 (UTC) Received: from ppp118-210-189-162.lns20.adl6.internode.on.net (HELO leader.local) ([118.210.189.162]) by ipmail07.adl2.internode.on.net with ESMTP; 15 Nov 2013 17:55:36 +1030 Message-ID: <5285CC6C.10507@ShaneWare.Biz> Date: Fri, 15 Nov 2013 17:55:32 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Joe Nosay Subject: Re: Determining file size of port source References: <52844E3A.5080605@ShaneWare.Biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 07:25:39 -0000 On 15/11/2013 13:15, Joe Nosay wrote: > On Wed, Nov 13, 2013 at 11:14 PM, Shane Ambler wrote: >> You can use make makesum to create the distinfo for you - once you get >> the download links right. >> >> Thanks. I'm still patching/rewriting files. One of my problems was not > re-creating the folder properly and then archiving it. > Another helpful command to use is make makepatch. While working on the port, remember to make a copy of each file you adjust with a .orig suffix, then you can use make makepatch to generate the patches for you.