Bug 137495 - multimedia/linux-realplayer: wrong directory on ftp server for download in Makefile
Summary: multimedia/linux-realplayer: wrong directory on ftp server for download in Ma...
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-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 20:40 UTC by rainer herrendoerfer
Modified: 2009-11-16 07:50 UTC (History)
0 users

See Also:


Attachments
patch-linux-realplayer.txt (804 bytes, patch)
2009-11-03 10:18 UTC, Cezary Morga
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rainer herrendoerfer 2009-08-06 20:40:00 UTC
make'ing linux-realplayer failed to download mplayer-codec:
# pwd
/usr/ports/multimedia/linux-realplayer
# make install clean
=> mplayer-codecs-linux-real-20040626-1.i386.rpm doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://fr2.rpmfind.net/linux/sourceforge/m/mp/mplayer-tru/.
fetch: ftp://fr2.rpmfind.net/linux/sourceforge/m/mp/mplayer-tru/mplayer-codecs-linux-real-20040626-1.i386.rpm: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer-codecs-linux-real-20040626-1.i386.rpm: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Fix: 

cd in /usr/ports/distfiles and wget from the correct directiory which is:
ftp://fr2.rpmfind.net/linux/sourceforge/m/project/mp/mplayer-tru/mplayer-codecs/20040704/mplayer-codecs-linux-real-20040626-1.i386.rpm
How-To-Repeat: cd into /usr/ports/multimedia/linux-realplayer and run make
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-08-06 23:41:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Fix synopsis and assign.
Comment 2 Cezary Morga 2009-11-03 10:18:30 UTC
The following patch contains:
- Fixed URL for fr2.rpmfind.net
- Added own mirror

-- 
Cezary Morga
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-11-16 07:46:03 UTC
bsam        2009-11-16 07:45:53 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/linux-realplayer Makefile 
  Log:
  . fix the ftp directory for codecs;
  . add the submitters http mirror for codecs.
  
  PR:             ports/137495
  Submitted by:   rainer herrendoerfer <ghostviewer at web.de>
  Approved by:    maintainer (timeout 3+ months)
  
  Revision  Changes    Path
  1.58      +2 -1      ports/multimedia/linux-realplayer/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 4 Boris Samorodov freebsd_committer freebsd_triage 2009-11-16 07:46:08 UTC
State Changed
From-To: open->closed

Committed, thanks! 
A tiny change was done (use :codecs instead of :codes at the ftp url).