From owner-freebsd-ports Fri Jun 28 17:10:33 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 804A537B401 for ; Fri, 28 Jun 2002 17:10:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63EF43E1D for ; Fri, 28 Jun 2002 17:10:02 -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 g5T0A2JU051411 for ; Fri, 28 Jun 2002 17:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5T0A2JX051410; Fri, 28 Jun 2002 17:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05ADC37B425 for ; Fri, 28 Jun 2002 17:05:39 -0700 (PDT) Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733E043E72 for ; Fri, 28 Jun 2002 17:05:21 -0700 (PDT) (envelope-from sf@dsinw.com) Received: from ivymike.foo.kom (03-124.021.popsite.net [192.216.196.124]) by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5T03Nm29326 for ; Fri, 28 Jun 2002 17:03:23 -0700 Message-Id: <20020628170445.L56577-100000@ivymike.foo.kom> Date: Fri, 28 Jun 2002 17:05:14 -0700 (PDT) From: Scott Flatman To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39969: ports/benchmarks misc Makefile cleanup 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: 39969 >Category: ports >Synopsis: ports/benchmarks misc Makefile cleanup >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 Jun 28 17:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: >Environment: >Description: various hardcoded tool names to Mk/bsd.port.mk variable names ${PERL} -> ${REINPLACE_CMD} >How-To-Repeat: >Fix: --- patch-iozone21 begins here --- --- Makefile.orig Wed May 8 13:41:49 2002 +++ Makefile Fri Jun 28 16:41:47 2002 @@ -16,7 +16,7 @@ LATEST_LINK= iozone21 -EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) +EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} ) EXTRACT_BEFORE_ARGS= < EXTRACT_AFTER_ARGS= # empty NO_WRKSUBDIR= YES --- patch-iozone21 ends here --- --- patch-postal begins here --- --- Makefile.orig Sun Sep 9 04:03:16 2001 +++ Makefile Fri Jun 28 16:44:20 2002 @@ -14,12 +14,13 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes MAN8= postal.8 postal-list.8 rabid.8 post-patch: - @${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure .include --- patch-postal 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