Bug 138008 - [patch] audio/xmms2: bump mpg123 shlib
Summary: [patch] audio/xmms2: bump mpg123 shlib
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-08-21 02:40 UTC by swell.k
Modified: 2009-08-21 18:10 UTC (History)
0 users

See Also:


Attachments
xmms2.diff (566 bytes, patch)
2009-08-21 02:40 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-08-21 02:40:01 UTC
Chase audio/mpg123 recent update.

How-To-Repeat: 1. install xmms2 with mpg123 support
2. set priority higher than for `mad' lib if you have it installed
   $ xmms2 config mpg123.priority.audio/mpeg 60
3. play some .mp3 file
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-08-21 17:24:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-21 17:24:58 UTC
miwi        2009-08-21 16:24:44 UTC

  FreeBSD ports repository

  Modified files:
    audio/xmms2          Makefile 
  Log:
  - Chase audio/mpg123 shlib bump
  
  PR:             138008
  Submitted by:   Anonymous <swell.k@gmail.com>
  Pointy hat to:  novel
  
  Revision  Changes    Path
  1.47      +3 -1      ports/audio/xmms2/Makefile
_______________________________________________
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 swell.k 2009-08-21 18:05:23 UTC
miwi@FreeBSD.org writes:

> Synopsis: [patch] audio/xmms2: bump mpg123 shlib
>
> State-Changed-From-To: open->closed
> State-Changed-By: miwi
> State-Changed-When: Fri Aug 21 16:24:54 UTC 2009
> State-Changed-Why: 
> Committed. Thanks!

Please, reopen and fix your commit.

%%%
@@ -233,7 +234,8 @@ PLIST_SUB+=	MODPLUG="@comment "
 .endif
 
 .if !defined(WITHOUT_MPG123)
-LIB_DEPENDS+=	mpg123.11:${PORTSDIR}/audio/mpg123
+LIB_DEPENDS+=	mpg123.20
+:${PORTSDIR}/audio/mpg123
 PLIST_SUB+=	MPG123=""
 .else
 EXCLUDE+=	--without-plugins="mpg123"
%%%

This is NOT what I have submitted.

>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=138008