From owner-freebsd-ports@FreeBSD.ORG Tue Apr 4 08:07:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB6516A400 for ; Tue, 4 Apr 2006 08:07:48 +0000 (UTC) (envelope-from adrian.jfl@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1EE43D46 for ; Tue, 4 Apr 2006 08:07:47 +0000 (GMT) (envelope-from adrian.jfl@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so560038nfc for ; Tue, 04 Apr 2006 01:07:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Uhw5fUGoThB26Qm9BOWhmiRW2OjbzM0FJBQb4zLsFnpJP/4n0TWoqG2aDJNMPc59ZuonU1puKR/VIIfeFI6CV5zWssdukvNtt2lKwHrDZ1030ZnS0DM2FvfldLhmBHv7YHP8KnNn7kqQflH7Ucx++NDSdYhJUqakzWBqbuNazUg= Received: by 10.48.216.17 with SMTP id o17mr210850nfg; Tue, 04 Apr 2006 01:07:47 -0700 (PDT) Received: by 10.48.242.16 with HTTP; Tue, 4 Apr 2006 01:07:47 -0700 (PDT) Message-ID: Date: Tue, 4 Apr 2006 18:07:47 +1000 From: Adrian To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to modify port source code before 'make' ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 08:07:49 -0000 Hi, I'm trying to install a port.. I know a little and can make the changes I need to but when I 'make' it refetches the file from /usr/ports/distfiles and scraps the changes I've made! I've tried updating the dist file and putting it back in that directory but it seems to perform a hash check on it! Is there a standard way to do this? Thanks, Adrian.