Bug 166817 - [PATCH] audio/sound-juicer suddenly exits
Summary: [PATCH] audio/sound-juicer suddenly exits
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 14:30 UTC by Shin-ichi Okano
Modified: 2012-05-20 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (870 bytes, patch)
2012-04-10 14:30 UTC, Shin-ichi Okano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Shin-ichi Okano 2012-04-10 14:30:01 UTC
sound-juicer suddenly exits when inserting the disc whose information is not registered in musicbrainz.

This problem is caused by reference to unset variables.

Fix: This is already fixed in upstream.
Applied the attached patch should fix this problem.
(See http://mail.gnome.org/archives/commits-list/2011-May/msg06778.html)


Patch attached with submission follows:
How-To-Repeat: Launch sound-juicer and insert the disc whose information is not 
registered in musicbrainz yet.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-10 14:30:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-20 17:24:40 UTC
mezz        2012-05-20 16:24:31 UTC

  FreeBSD ports repository

  Modified files:
    audio/sound-juicer   Makefile 
  Added files:
    audio/sound-juicer/files patch-src_sj-main.c 
  Log:
  Fix the crash when disable musicbrainz, bump the PORTREVISION.
  
  PR:             ports/166817
  Submitted by:   Shin-ichi Okano <s-okano@n08.itscom.net>
  Obtained from:  Its git
  
  Revision  Changes    Path
  1.62      +1 -1      ports/audio/sound-juicer/Makefile
  1.1       +17 -0     ports/audio/sound-juicer/files/patch-src_sj-main.c (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 3 Jeremy Messenger freebsd_committer freebsd_triage 2012-05-20 17:24:41 UTC
State Changed
From-To: open->closed

Committed, thanks!