From owner-freebsd-ports@FreeBSD.ORG Fri Nov 15 09:38:56 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 E8A94761 for ; Fri, 15 Nov 2013 09:38:55 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 781122B55 for ; Fri, 15 Nov 2013 09:38:55 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id p9so2469483lbv.6 for ; Fri, 15 Nov 2013 01:38:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Bj7SVK6ttAo0zrr83UJoHxKFzrlQFT4XQxOjQTls0YI=; b=IZU6E7m9Wk3sJ5UC03Fs03Bq7l3JRdAy1eEj3aWzffPibnhg9r679jpnPZ9L3mXQ/2 xwRZS3c8ClVBC0UsiRlFpP5jARipuL4N/BJy041Zy7hIR73fXXvxVi1zKzspDR0N6zP4 IntMs5sM66KrWeylHHFuFe+BcI0dAcWAaLcQUbx1r7afe4QWVOoJ038uOk7qbxWDDGOw lCHXIZ259n61LA2MxMxeabow7xbUmNsnawzaPJGvs5s5VMZl59x5vF9vL2V6nAdB4V4P Q5oMq6EOKdl0gDeoA0OKySLKyD6arYyQRpX9Jeps0fPOhLxIeq8DAek3w/WFewjloam2 0OwQ== MIME-Version: 1.0 X-Received: by 10.112.172.137 with SMTP id bc9mr3442413lbc.21.1384508333465; Fri, 15 Nov 2013 01:38:53 -0800 (PST) Received: by 10.112.99.226 with HTTP; Fri, 15 Nov 2013 01:38:53 -0800 (PST) In-Reply-To: <5285CC6C.10507@ShaneWare.Biz> References: <52844E3A.5080605@ShaneWare.Biz> <5285CC6C.10507@ShaneWare.Biz> Date: Fri, 15 Nov 2013 10:38:53 +0100 Message-ID: Subject: Re: Determining file size of port source From: Daniel Nebdal To: Shane Ambler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: ports , Joe Nosay 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 09:38:56 -0000 On Fri, Nov 15, 2013 at 8:25 AM, Shane Ambler wrote: > 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. > > That's rather neat, and I didn't know about it. Thanks. --- Daniel Nebdal