From takefu@airport.fm  Tue Oct 19 09:24:53 2010
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EF498106564A
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 09:24:53 +0000 (UTC)
	(envelope-from takefu@airport.fm)
Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1])
	by mx1.freebsd.org (Postfix) with ESMTP id AF0668FC28
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 09:24:53 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id 0B38F1146A
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 18:24:53 +0900 (JST)
Received: from ae-osaka.co.jp ([127.0.0.1])
	by ae-osaka.co.jp (ae-osaka.co.jp [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id Q0cTVe-5zWgF for <freebsd-gnats-submit@freebsd.org>;
	Tue, 19 Oct 2010 18:24:52 +0900 (JST)
Received: from [IPv6:2001:3e0:4ec:a011:5150:6c17:b21a:9a1f] (unknown [IPv6:2001:3e0:4ec:a011:5150:6c17:b21a:9a1f])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id CECCA1143E
	for <freebsd-gnats-submit@freebsd.org>; Tue, 19 Oct 2010 18:24:52 +0900 (JST)
Message-Id: <4CBD63E4.90400@airport.fm>
Date: Tue, 19 Oct 2010 18:24:52 +0900
From: Takefu <takefu@airport.fm>
Reply-To: takefu@airport.fm
To: freebsd-gnats-submit@freebsd.org
Subject: [PATCH] audio/darkice: AACPLUS Fixed failed to produce a single option
 is specified

>Number:         151574
>Category:       ports
>Synopsis:       [PATCH] audio/darkice: AACPLUS Fixed failed to produce a single option is specified
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 19 09:30:09 UTC 2010
>Closed-Date:    Sat Oct 30 23:40:18 UTC 2010
>Last-Modified:  Sat Oct 30 23:50:06 UTC 2010
>Originator:     Takefu
>Release:        
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
AACPLUS Fixed failed to produce a single option is specified
>How-To-Repeat:
>Fix:
--- darkice.diff begins here ---
diff -ruN /usr/ports/audio/darkice/Makefile audio/darkice/Makefile
--- /usr/ports/audio/darkice/Makefile	2010-09-29 08:54:28.000000000 +0900
+++ audio/darkice/Makefile	2010-10-19 17:07:30.000000000 +0900
@@ -8,7 +8,7 @@

 PORTNAME=	darkice
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio net
 MASTER_SITES=	GOOGLE_CODE

@@ -87,7 +87,8 @@
 .endif

 post-patch:
-	@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/test/s|==|=|g'\
+	 -e 's/sbr_main.h/libaacplus\/sbr_main.h/' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-O2 -pedantic||g' ${WRKSRC}/src/Makefile.in

 do-install:
--- darkice.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rene 
Responsible-Changed-By: rene 
Responsible-Changed-When: Fri Oct 29 12:36:38 UTC 2010 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151574 
State-Changed-From-To: open->closed 
State-Changed-By: rene 
State-Changed-When: Sat Oct 30 23:40:00 UTC 2010 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151574 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151574: commit references a PR
Date: Sat, 30 Oct 2010 23:31:00 +0000 (UTC)

 rene        2010-10-30 23:30:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/darkice        Makefile 
   Log:
   - Fix include dir of sbr_main.h when building with libaacplus
   - Bump PORTREVISION
   
   PR:             ports/151574
   Submitted by:   Takefu [takefu airport.fm]
   
   Revision  Changes    Path
   1.36      +3 -2      ports/audio/darkice/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
