Bug 131307 - [PATCH] audio/ogg2mp3 fails as recent versions of audio/lame report genre lists via stderr
Summary: [PATCH] audio/ogg2mp3 fails as recent versions of audio/lame report genre lis...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 20:50 UTC by Tobias Rehbein
Modified: 2009-02-05 10:50 UTC (History)
0 users

See Also:


Attachments
ogg2mp3-0.5_2.diff (1.02 KB, patch)
2009-02-02 20:50 UTC, Tobias Rehbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!