From owner-freebsd-ports Fri Jul 12 13:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2DA337B401 for ; Fri, 12 Jul 2002 13:10:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B0143E58 for ; Fri, 12 Jul 2002 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6CKA1JU095415 for ; Fri, 12 Jul 2002 13:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6CKA1EB095414; Fri, 12 Jul 2002 13:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEF5537B40D for ; Fri, 12 Jul 2002 13:02:51 -0700 (PDT) Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D73C43E4A for ; Fri, 12 Jul 2002 13:02:51 -0700 (PDT) (envelope-from sf@dsinw.com) Received: from localhost (IDENT:root@innovations.dsinw.com [207.149.40.194]) by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g6CK0IW23258; Fri, 12 Jul 2002 13:00:18 -0700 Message-Id: <20020712130141.Y1017-100000@ivymike.foo.kom> Date: Fri, 12 Jul 2002 13:02:46 -0700 (PDT) From: Scott Flatman To: FreeBSD-gnats-submit@FreeBSD.org Cc: eanholt@gladstone.uoregon.edu Subject: ports/40505: ports/graphics/drm-kmod ${PERL} -> ${REINPLACE_CMD} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40505 >Category: ports >Synopsis: ${PERL} -> ${REINPLACE_CMD} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 12 13:10:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: >Environment: >Description: ${PERL} -> ${REINPLACE_CMD} >How-To-Repeat: >Fix: --- patch-drm-kmod begins here --- --- Makefile.orig Tue Mar 19 17:06:52 2002 +++ Makefile Fri Jul 12 12:57:35 2002 @@ -13,6 +13,7 @@ MAINTAINER= eanholt@gladstone.uoregon.edu +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} PKGMESSAGE= ${WRKSRC}/.MESSAGE @@ -36,7 +37,7 @@ .endif pre-patch: - ${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/drm.sh + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/drm.sh pre-install: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ --- patch-drm-kmod ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message