Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 15:42:34 -0700 (PDT)
From:      Doug Barton <DougB@FreeBSD.org>
To:        ports@FreeBSD.org
Cc:        obraun@informatik.unibw-muenchen.de
Subject:   ports/39281: Update port: audio/libsndfile ${PERL} -> ${REINPLACE_CMD} (fwd)
Message-ID:  <20020614154144.B85459-100000@12-234-22-238.client.attbi.com>

next in thread | raw e-mail | index | archive | help
Not that I want to discourage someone from sending PR's, but isn't it
planned for the ports team to do a sweep like this at some point, and
therefore these PR's are somewhat redundant?

-- 
   "We have known freedom's price. We have shown freedom's power.
      And in this great conflict, ...  we will see freedom's victory."
	- George W. Bush, President of the United States
          State of the Union, January 28, 2002

         Do YOU Yahoo!?


---------- Forwarded message ----------
Date: Fri, 14 Jun 2002 12:03:06 +0200 (CEST)
From: Oliver Braun <obraun@informatik.unibw-muenchen.de>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: ports/39281: Update port: audio/libsndfile ${PERL} ->
    ${REINPLACE_CMD}


>Number:         39281
>Category:       ports
>Synopsis:       Update port: audio/libsndfile ${PERL} -> ${REINPLACE_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 14 03:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #0: Thu May 2 11:59:09 CEST 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

Replace ${PERL} with ${REINPLACE_CMD}.

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/libsndfile/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2 May 2002 21:23:37 -0000	1.5
+++ Makefile	14 Jun 2002 10:02:36 -0000
@@ -21,7 +21,7 @@
 		new_file_type.HOWTO sndfile_info.html

 pre-patch:
-	@${PERL} -pi -e 's|-g -O2 ||g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|-g -O2 ||g' ${WRKSRC}/configure

 post-install:
 .if !defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020614154144.B85459-100000>