Bug 183539 - Spelling error in multimedia/ffmpeg Makefile
Summary: Spelling error in multimedia/ffmpeg Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-31 22:00 UTC by Jack
Modified: 2013-11-01 10:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2013-10-31 22:00:00 UTC
In the Makefile for /usr/ports/multimedia/ffmpeg/Makefile

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

The word audi should be audio

Fix: 

Change audi to audio
How-To-Repeat: use JACK in ffmpeg make config
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-01 02:31:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-01 10:34:08 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"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-11-01 10:34:13 UTC
Responsible Changed
From-To: freebsd-multimedia->wg

I'll take it.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-11-01 10:34:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!