From nobody@FreeBSD.org  Thu Jul  4 11:48:12 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A475D37B400
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jul 2002 11:48:12 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 689EC43E09
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jul 2002 11:48:12 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g64ImBOT020786
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 4 Jul 2002 11:48:11 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g64ImBAo020785;
	Thu, 4 Jul 2002 11:48:11 -0700 (PDT)
Message-Id: <200207041848.g64ImBAo020785@www.freebsd.org>
Date: Thu, 4 Jul 2002 11:48:11 -0700 (PDT)
From: Miika Komu <miika@iki.fi>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /usr/ports/audio/liba52 does not compile (erroneus flag to sed)
X-Send-Pr-Version: www-1.0

>Number:         40195
>Category:       i386
>Synopsis:       /usr/ports/audio/liba52 does not compile (erroneus flag to sed)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 11:50:01 PDT 2002
>Closed-Date:    Tue Aug 06 13:59:42 PDT 2002
>Last-Modified:  Tue Aug 06 13:59:42 PDT 2002
>Originator:     Miika Komu
>Release:        4.6-STABLE
>Organization:
TKK
>Environment:
FreeBSD adamo 4.6-STABLE FreeBSD 4.6-STABLE #7: Thu Jun 27 10:40:27 EEST 2002
mkomu@adamo:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:
audio/liba52 does not compile in ports. This prevents compiling of
avifile, at least. There is some kind of typo in freebsd compiling
or patching scripts (see how-to-repeat).
>How-To-Repeat:
# (update to latest ports)
# cd /usr/ports/audio/liba52
# make install
===>  Patching for liba52-0.7.3_2
sed: illegal option -- i
usage: sed script [-Ean] [file ...]
       sed [-an] [-e script] ... [-f script_file] ... [file ...]
*** Error code 1

Stop in /usr/ports/audio/liba52.
    
>Fix:
      
>Release-Note:
>Audit-Trail:

From: Maxim Maximov <mcsi@agava.com>
To: freebsd-gnats-submit@FreeBSD.org, miika@iki.fi
Cc:  
Subject: Re: i386/40195: /usr/ports/audio/liba52 does not compile (erroneus
 flag to sed)
Date: Thu, 18 Jul 2002 20:59:15 +0400

 Looks like you build this port when USE_REINPLACE was broken for a short 
 period of time.
 
 This behavior of bsd.port.mk was fixed in rev. 1.419: 
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk
 
 -- 
 Maxim Maximov
 System Administrator
 AGAVA Software (http://www.agava.com)
 
State-Changed-From-To: open->closed 
State-Changed-By: schweikh 
State-Changed-When: Tue Aug 6 13:57:13 PDT 2002 
State-Changed-Why:  
You can also update your sed sources, then: 
cd /usr/src/usr.bin/sed; make; make install 
Then try building the port again. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40195 
>Unformatted:
