From owner-freebsd-ports Fri Jun 28 15:51:35 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 26D5437B419 for ; Fri, 28 Jun 2002 15:50:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E535F43E09 for ; Fri, 28 Jun 2002 15:50: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 g5SMo1JU033117 for ; Fri, 28 Jun 2002 15:50: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 g5SMo1Qk033116; Fri, 28 Jun 2002 15:50:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C00FC37B407 for ; Fri, 28 Jun 2002 15:49:19 -0700 (PDT) Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC11B43FE0 for ; Fri, 28 Jun 2002 15:32:11 -0700 (PDT) (envelope-from sf@dsinw.com) Received: from ivymike.foo.kom (17-054.021.popsite.net [198.79.104.54]) by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5SMU8m20842 for ; Fri, 28 Jun 2002 15:30:08 -0700 Message-Id: <20020628153119.A56141-100000@ivymike.foo.kom> Date: Fri, 28 Jun 2002 15:31:58 -0700 (PDT) From: Scott Flatman To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39962: ports/astro ${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: 39962 >Category: ports >Synopsis: ports/astro ${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 Jun 28 15:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Scott Flatman >Release: >Organization: >Environment: >Description: ${PERL} -> ${REINPLACE_CMD} >How-To-Repeat: >Fix: --- patch-pyweather begins here --- --- Makefile.orig Mon Apr 29 04:24:29 2002 +++ Makefile Fri Jun 28 14:31:28 2002 @@ -14,11 +14,12 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_PYTHON= yes NO_BUILD= yes post-patch: - @${PERL} -pi -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ + @${REINPLACE_CMD} -e "s:/usr/bin/python:${PYTHON_CMD}:g ; \ s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py do-install: --- patch-pyweather ends here --- --- patch-xephem begins here --- --- Makefile.orig Tue Jan 29 01:33:24 2002 +++ Makefile Fri Jun 28 14:36:39 2002 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem +USE_REINPLACE= yes USE_MOTIF= yes USE_IMAKE= yes MAN1= xephem.1 @@ -24,7 +25,7 @@ LIBIPSRC= ${WRKDIR}/${DISTNAME}/libip post-patch: - @${PERL} -pi -e 's|CC =|CC?=|g ; \ + @${REINPLACE_CMD} -e 's|CC =|CC?=|g ; \ s|CFLAGS=|CFLAGS+=|g ; \ s|-O2 ||g' ${LIBASTROSRC}/Makefile ${LIBIPSRC}/Makefile --- patch-xephem 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