[Bug 190500] New: multimedia/linux-realplayer: unbreak (Unfetchable)

no-reply-bugzilla-daemon at freebsd.org no-reply-bugzilla-daemon at freebsd.org
Mon Jun 2 11:47:36 UTC 2014


http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190500

            Bug ID: 190500
           Summary: multimedia/linux-realplayer: unbreak (Unfetchable)
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: kalten at gmx.at

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 at FreeBSD.org
 COMMENT=    Linux RealPlayer 10 from RealNetworks

-BROKEN=        Unfetchable
-
 WRKSRC=        ${WRKDIR}/usr/local/RealPlayer
 ONLY_FOR_ARCHS=    i386 amd64
 USE_LINUX=    yes

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list