From owner-freebsd-ports@FreeBSD.ORG Thu Sep 8 22:28:18 2005 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 C13E316A420 for ; Thu, 8 Sep 2005 22:28:18 +0000 (GMT) (envelope-from brianakee@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C639D43D5D for ; Thu, 8 Sep 2005 22:28:12 +0000 (GMT) (envelope-from brianakee@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1693507wra for ; Thu, 08 Sep 2005 15:28:12 -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=D4ISY2cnKPgXZCATiKK3kuq35+2uZVXeGPVXNh9MgkQMVUgkLoIQ2LCtevVRW4vmqiW4DXflHuXTTjLKmsr6LXd6OnyD2sAto7ZNNj6WfSY71682cOE8QtabVrFsyr2bRlMoymvkFJ12OQsv9usT8Uw0h7gPRAlu6GK28fbEB28= Received: by 10.54.103.20 with SMTP id a20mr2803wrc; Thu, 08 Sep 2005 15:28:11 -0700 (PDT) Received: by 10.54.94.16 with HTTP; Thu, 8 Sep 2005 15:28:11 -0700 (PDT) Message-ID: <34bd7541050908152822793651@mail.gmail.com> Date: Thu, 8 Sep 2005 17:28:11 -0500 From: Brian Kee 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: Makefile: Trouble with EXTRA_PATCHES 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: Thu, 08 Sep 2005 22:28:18 -0000 I am trying to modify a Makfile to add a specific patch that is contained= =20 within a gzipped tarball. I can get the file downloaded, and unpacked and= =20 defined within the Makefile. What I cannot do is get the patch to apply. Th= e=20 make procedure keeps asking me what file to patch: =3D=3D=3D> Patching for =3D=3D=3D> Applying extra patch=20 /usr/ports/catagory/package/work/path/to/patch/file.patch=20 File to patch:=20 I know the full path to the file that needs to be patched, but how can I= =20 tell make how to do this automatically.=20 Thank You, Brian A. Kee