From owner-freebsd-ports Wed Apr 25 22:40:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 6E40A37B423 for ; Wed, 25 Apr 2001 22:40:23 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: from dwcjr.inethouston.net (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.net (Postfix) with SMTP id 9B12C10F40F for ; Thu, 26 Apr 2001 00:40:29 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David W.Chapman Jr. To: ports@freebsd.org Subject: Help Date: Thu, 26 Apr 2001 00:40:26 -0500 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01042600402604.10320@dwcjr.inethouston.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to port a terminal server client, here are the relevant parts of the Makefile. When I do make patch it asks me Files to patch. I traced down where it patches it in /usr/ports/Mk/bsd.port.mk and run the patch manually and it works PATCHFILES= rdesktop-16.patch-8.gz PATCH_STRIP= -p1 PATCH_SITES= http://ti.hogia.net/~sa/rdesktop/ here's the command I run gzcat rdesktop-16.patch-8.gz | patch -d /usr/home/poseiden/rdesktop/work/rdesktop-1.0.0 --forward -E -p1 I run that in /usr/ports/distfiles just like I believe the port is trying to, but for some reason when I run it it works, but when I do a make patch it doesn't work, any input would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message