Date: Sat, 24 Nov 2012 15:13:31 GMT From: Mamoru Sakaue <sakaue.mamoru@mwghennndo.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/173891: Living MASTER_SITES for multimedia/linux-realplayer Message-ID: <201211241513.qAOFDV0i016651@red.freebsd.org> Resent-Message-ID: <201211241520.qAOFK08i052543@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173891 >Category: ports >Synopsis: Living MASTER_SITES for multimedia/linux-realplayer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 24 15:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mamoru Sakaue >Release: FreeBSD 8.3-RELEASE-p3 i386 >Organization: MwGhennndo >Environment: FreeBSD Grubstake.EmpireNmw 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 23:5 2:38 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: multimedia/linux-realplayer has been broken because the all URLs in MASTER_SITES had become unavailable for RealPlayer-10.0.9.809-20070726.i586.rpm. I found living mirror sites to replace with them. >How-To-Repeat: >Fix: Apply the attached patch. Although still broken, the original master in helixcommunity.org is retained as the primary because it is the developers' site. The fetch options is modified for re-fetch after the failure in the original master. Sites for mplayer-codecs-linux-real-20040626-1.i386.rpm are also updated by replacing dead ones with living ones. Patch attached with submission follows: diff -urN /usr/ports/multimedia/linux-realplayer/Makefile.orig /usr/ports/multimedia/linux-realplayer/Makefile --- /usr/ports/multimedia/linux-realplayer/Makefile.orig 2012-11-17 14:59:51.000000000 +0900 +++ /usr/ports/multimedia/linux-realplayer/Makefile 2012-11-24 23:25:17.000000000 +0900 @@ -10,10 +10,17 @@ PORTREVISION= 3 CATEGORIES= multimedia audio linux MASTER_SITES= https://helixcommunity.org/download.php/2479/:player \ - http://ftp.nluug.nl/ftp/pub/os/Linux/distr/pardusrepo/sources/:playeralt \ - ftp://fr2.rpmfind.net/linux/sourceforge/m/project/mp/mplayer-tru/mplayer-codecs/20040704/:codecs \ - http://mirror.therek.net/freebsd/distfiles/mplayer/:codecs -DISTFILES= RealPlayer-${DISTVERSION}.i586.rpm:player,playeralt \ + ftp://ftp.tmn.ru/pub/FreeBSD/distfiles/:player \ + ftp://ftp.ratmir.tver.ru/pub/FreeBsd/ports/distfiles/:player \ + ftp://ftp.tw.freebsd.org/pub/ports/distfiles/:player \ + ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/5x/i386/vendors/RPMS/:player \ + ftp://ftp.lip6.fr/pub/linux/distributions/slsoc/5x/i386/i386/SL/:player \ + ftp://212.76.160.50/pub/FreeBSD/distfiles/:player \ + ftp://ftp.asiamusic.ru/distfiles/:player \ + http://mirror.therek.net/freebsd/distfiles/mplayer/:codecs \ + ftp://fr2.rpmfind.net/linux/sourceforge/m/mp/mplayer-tru/mplayer-codecs/20040704/:codecs \ + ftp://ftp.asiamusic.ru/distfiles/:codecs +DISTFILES= RealPlayer-${DISTVERSION}.i586.rpm:player \ mplayer-codecs-linux-real-20040626-1.i386.rpm:codecs MAINTAINER= multimedia@FreeBSD.org @@ -21,8 +28,6 @@ EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio -BROKEN= unfetchable - WRKSRC= ${WRKDIR}/usr/local/RealPlayer ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes @@ -30,7 +35,7 @@ RESTRICTED= Redistribution not allowed NO_BUILD= yes WANT_GNOME= yes -FETCH_ARGS= -pRr +FETCH_ARGS= -p RADIR= ${PREFIX}/lib/RealPlayer PLUGINSDIR= ${PREFIX}/lib/linux-mozilla/plugins >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211241513.qAOFDV0i016651>