From owner-cvs-all@FreeBSD.ORG Fri Feb 18 17:50:02 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0041916A4CE; Fri, 18 Feb 2005 17:50:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C850343D1F; Fri, 18 Feb 2005 17:50:01 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1IHo1Td032578; Fri, 18 Feb 2005 17:50:01 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1IHo1aH032577; Fri, 18 Feb 2005 17:50:01 GMT (envelope-from glewis) Message-Id: <200502181750.j1IHo1aH032577@repoman.freebsd.org> From: Greg Lewis Date: Fri, 18 Feb 2005 17:50:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/rpm4/files patch-macros.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 17:50:02 -0000 glewis 2005-02-18 17:50:01 UTC FreeBSD ports repository Added files: archivers/rpm4/files patch-macros.in Log: . Change the default path to search for the source when building an RPM to be ${LOCALBASE}/src/portbld, which is created by the port during installation. Don't use ${LOCALBASE}/src/redhat as the default as its not created by the port by default and is inappropriate for FreeBSD. Its quite likely ${LOCALBASE}/src/rpm is a better choice, but that requires more work than I have time for right now. Submitted by: Roman Neuhauser Revision Changes Path 1.1 +13 -0 ports/archivers/rpm4/files/patch-macros.in (new)