Bug 190500 - multimedia/linux-realplayer: unbreak (Unfetchable)
Summary: multimedia/linux-realplayer: unbreak (Unfetchable)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords:
: 190480 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-06-02 11:47 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 11:47:35 UTC
At least one file could not be fetched.

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

Fix:
I found a mirror still holding RealPlayer10GOLD.rpm, namely ftp://ftp.tw.freebsd.org/pub/distfiles/. I have added it to MASTER_SITES. And I have taken the precaution to add mirror entries for both (player and codec) at the end of MASTER_SITES to my little---not so reliable as the connection is not good---server at http://freeheimdall.spdns.org/files/. Please do mirror it back to the main distfiles server too! (ftp.tw.freebsd.org may delete the file in the future too, if it is missing on the main site!)

See attachment.

Patch attached with submission follows:

--- Makefile.orig	2014-06-02 13:20:54.000000000 +0200
+++ Makefile	2014-06-02 13:29:25.000000000 +0200
@@ -5,10 +5,13 @@
 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 \
+		http://freeheimdall.spdns.org/files/:player \
+		http://freeheimdall.spdns.org/files/:codecs \
 
 DISTFILES=	RealPlayer10GOLD.rpm:player \
 		mplayer-codecs-linux-real-20040626-1.i386.rpm:codecs
@@ -16,8 +19,6 @@
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Linux RealPlayer 10 from RealNetworks
 
-BROKEN=		Unfetchable
-
 WRKSRC=		${WRKDIR}/usr/local/RealPlayer
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2014-06-28 12:31:20 UTC
*** Bug 190480 has been marked as a duplicate of this bug. ***