From owner-freebsd-questions@FreeBSD.ORG Wed May 5 05:11:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DB216A4CE for ; Wed, 5 May 2004 05:11:25 -0700 (PDT) Received: from mail03.talkactive.net (mail03.talkactive.net [81.19.252.192]) by mx1.FreeBSD.org (Postfix) with SMTP id 55DD843D31 for ; Wed, 5 May 2004 05:11:24 -0700 (PDT) (envelope-from mikkel@talkactive.net) Received: (qmail 89568 invoked from network); 5 May 2004 12:11:16 -0000 Received: from unknown (HELO ?192.168.1.120?) (81.19.252.4) by mail03.talkactive.net with SMTP; 5 May 2004 12:11:16 -0000 From: Mikkel Christensen Organization: Talk|Active To: freebsd-questions@freebsd.org Date: Wed, 5 May 2004 12:11:22 +0000 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200405051211.22184.mikkel@talkactive.net> Subject: Patching ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 12:11:25 -0000 Hi How do I add a patch to a certain port? Usually I would use the "patch" program to add the patch to the source code. But when using ports the system begins compiling right after rewtrieving the source. Thus not giving me a change to apply the patch. I've seen a folder named "files" in which patches part of the port seem to be located. But just adding the patchfile here apperently wont do much good. I've tried using the "PATCHFILES" variable in the Makefile but then the system complains the my patchfile does not have a matching MD5 hash. Does anyone know how to handle this issue? - Mikkel