Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2009 11:11:29 GMT
From:      Stefan Ollermann <Stefan.Ollermann@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141944: missing dependency in audio/dir2ogg
Message-ID:  <200912241111.nBOBBTOA081653@www.freebsd.org>
Resent-Message-ID: <200912241120.nBOBK0tP087073@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141944
>Category:       ports
>Synopsis:       missing dependency in audio/dir2ogg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 24 11:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Ollermann
>Release:        7.2-RELEASE-p4
>Organization:
>Environment:
FreeBSD <snip> 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #1: Sat Oct  3 09:36:20 CEST 2009     root@<snip>:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
After (successfully) installing audio/dir2ogg you cant use it cause /usr/local/bin/oggenc is missing.
>How-To-Repeat:
I want to convert all *.wma to ogg in the current directory:

# dir2ogg -W .

An exception raises stating oggenc is missing.
>Fix:
Patch for the Makefile (untested):

19c19,20
<               mplayer:${PORTSDIR}/multimedia/mplayer
---
>               mplayer:${PORTSDIR}/multimedia/mplayer \
>               oggenc:${PORTSDIR}/audio/vorbis-tools


>Release-Note:
>Audit-Trail:
>Unformatted:



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