From owner-cvs-ports Fri May 8 07:44:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02596 for cvs-ports-outgoing; Fri, 8 May 1998 07:44:26 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02490; Fri, 8 May 1998 07:43:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10971; Fri, 8 May 1998 07:40:47 -0700 (PDT) Date: Fri, 8 May 1998 07:40:47 -0700 (PDT) Message-Id: <199805081440.HAA10971@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/devel/prc-tools/patches patch-ae Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/05/08 07:40:47 PDT Added files: devel/prc-tools/patches patch-ae Log: Fix for: 'build-prc' only knows how to deal with pilrc-generated filenames in the current directory. If told to use a file from a subdirectory, it takes the first 4 characters in the path as the resource name and tries to interpret the rest of the path as a hexadecimal ID number. PR: 6530 Submitted by: Dave Glowacki