From nobody@FreeBSD.org  Thu Oct 31 21:59:13 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 058676E8
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 Oct 2013 21:59:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id CDCA22695
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 Oct 2013 21:59:12 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9VLxCiZ099493
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 Oct 2013 21:59:12 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9VLxChg099492;
	Thu, 31 Oct 2013 21:59:12 GMT
	(envelope-from nobody)
Message-Id: <201310312159.r9VLxChg099492@oldred.freebsd.org>
Date: Thu, 31 Oct 2013 21:59:12 GMT
From: Jack Loq <xxjack12xx@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Spelling error in ffmpeg Makefile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183539
>Category:       ports
>Synopsis:       Spelling error in multimedia/ffmpeg Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 22:00:00 UTC 2013
>Closed-Date:    Fri Nov 01 10:34:20 UTC 2013
>Last-Modified:  Fri Nov  1 10:40:00 UTC 2013
>Originator:     Jack Loq
>Release:        9.2-stable
>Organization:
>Environment:
FreeBSD jlow.internetbrands.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r256554M: Tue Oct 15 12:07:18 PDT 2013     jlow@jlow.internetbrands.com:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
In the Makefile for /usr/ports/multimedia/ffmpeg/Makefile

JACK_LIB_DEPENDS=       libjack.so:${PORTSDIR}/audi/jack

The word audi should be audio


>How-To-Repeat:
use JACK in ffmpeg make config
>Fix:
Change audi to audio

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 1 02:31:02 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183539 
Responsible-Changed-From-To: freebsd-multimedia->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Fri Nov 1 10:34:13 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183539 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Fri Nov 1 10:34:20 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183539: commit references a PR
Date: Fri,  1 Nov 2013 10:34:08 +0000 (UTC)

 Author: wg
 Date: Fri Nov  1 10:34:01 2013
 New Revision: 332350
 URL: http://svnweb.freebsd.org/changeset/ports/332350
 
 Log:
   multimedia/ffmpeg: fix typo in port name
   
   PR:		ports/183539
 
 Modified:
   head/multimedia/ffmpeg/Makefile
 
 Modified: head/multimedia/ffmpeg/Makefile
 ==============================================================================
 --- head/multimedia/ffmpeg/Makefile	Fri Nov  1 10:29:18 2013	(r332349)
 +++ head/multimedia/ffmpeg/Makefile	Fri Nov  1 10:34:01 2013	(r332350)
 @@ -106,7 +106,7 @@ GSM_CONFIGURE_ENABLE=	libgsm
  ICONV_USES=	iconv
  ICONV_CONFIGURE_ENABLE=	iconv
  
 -JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audi/jack
 +JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
  JACK_CONFIGURE_OFF=	--disable-indev=jack
  
  # lame
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
