Bug 190480 - multimedia/linux-realplayer: unable to fetch
Summary: multimedia/linux-realplayer: unable to fetch
Status: Closed DUPLICATE of bug 190500
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-02 03:58 UTC by Kalten
Modified: 2014-06-28 12:31 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalten 2014-06-02 03:58:00 UTC
When fetching distfiles: RealPlayer10GOLD.rpm can not be found:
---SCHNIPP---
===>   linux-realplayer-10.0.9.809.20070726_4 depends on file: /usr/local/sbin/pkg - found
=> RealPlayer10GOLD.rpm doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://client-software.real.com/free/unix/RealPlayer10GOLD.rpm
fetch: http://client-software.real.com/free/unix/RealPlayer10GOLD.rpm: Not Found
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/RealPlayer10GOLD.rpm
fetch: http://distcache.FreeBSD.org/ports-distfiles/RealPlayer10GOLD.rpm: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** [do-fetch] Error code 1
---schnapp---

How-To-Repeat:
cd multimedia/linux-realplayer && make fetch

Fix:
See attached file: the site ftp://ftp.tw.freebsd.org/pub/distfiles/ still has it ;-)
I think, it should be mirrored to ftp.freebsd.org?

ru, Kalten

Patch attached with submission follows:

--- Makefile.orig	2014-05-27 18:53:04.000000000 +0200
+++ Makefile	2014-06-01 15:14:24.000000000 +0200
@@ -5,7 +5,8 @@
 DISTVERSION=	10.0.9.809-20070726
 PORTREVISION=	4
 CATEGORIES=	multimedia audio linux
-MASTER_SITES=	http://client-software.real.com/free/unix/:player \
+MASTER_SITES=	ftp://ftp.tw.freebsd.org/pub/distfiles/:player \
+		http://client-software.real.com/free/unix/:player \
 		http://mirror.therek.net/freebsd/distfiles/mplayer/:codecs \
 		SF/mplayer-tru/mplayer-codecs/20040704:codecs \
 		ftp://fr2.rpmfind.net/linux/sourceforge/m/mp/mplayer-tru/mplayer-codecs/20040704/:codecs \
Comment 1 Kalten 2014-06-03 09:29:57 UTC
Sorry: ignore this one (didn’t notice change to Bugzilla system and my connection terminated while transmitting in the webinterface http://www.freebsd.org/send-pr.html )
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2014-06-28 12:31:20 UTC

*** This bug has been marked as a duplicate of bug 190500 ***