Bug 131307

Summary: [PATCH] audio/ogg2mp3 fails as recent versions of audio/lame report genre lists via stderr
Product: Ports & Packages Reporter: Tobias Rehbein <tobias.rehbein>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ogg2mp3-0.5_2.diff none

Description Tobias Rehbein 2009-02-02 20:50:01 UTC
	"lame --genre-list" used to emit the genre list on stdout. This has changed recently. The list is now emitted on stderr. The ogg2mp3 script has to be changed accordingly. The script is no longer supported upstream so we have to fix this locally.
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-02-05 10:47:26 UTC
jadawin     2009-02-05 10:47:09 UTC

  FreeBSD ports repository

  Modified files:
    audio/ogg2mp3        Makefile 
  Added files:
    audio/ogg2mp3/files  patch-ogg2mp3 
  Log:
  - Add patch to correct lame --genre-list
  - Bump PORTREVISION
  
  PR:             ports/131307
  Submitted by:   Tobias Rehbein <tobias.rehbein at web.de>
  
  Revision  Changes    Path
  1.6       +1 -1      ports/audio/ogg2mp3/Makefile
  1.1       +11 -0     ports/audio/ogg2mp3/files/patch-ogg2mp3 (new)
_______________________________________________
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"
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2009-02-05 10:47:31 UTC
State Changed
From-To: open->closed

Committed. Thanks!