Bug 190500

Summary: multimedia/linux-realplayer: unbreak (Unfetchable)
Product: Ports & Packages Reporter: Kalten <kalten>
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: riggs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190480
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190528

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. ***