Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2011 18:38:40 GMT
From:      Scot Hetzel <swhetzel@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155297: audio/akode*: fails to fetch distfile from MASTER_SITE_GENTOO
Message-ID:  <201103051838.p25IcejB095116@red.freebsd.org>
Resent-Message-ID: <201103051840.p25IeBYX018142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155297
>Category:       ports
>Synopsis:       audio/akode*: fails to fetch distfile from MASTER_SITE_GENTOO
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 05 18:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Scot Hetzel
>Release:        9.0-CURRENT
>Organization:
>Environment:
>Description:
I had received a report that the audio/akode-plugins-pulseaudio was no longer able to fetch it's distfiles:

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8-exp.20090507142441/akode-plugins-pulseaudio-2.0.2_4.log

Upon further review of the error logs on pointyhat, all the akode ports are affected:

audio/akode
audio/akode-plugins-ffmpeg
audio/akode-plugins-jack
audio/akode-plugins-mpc
audio/akode-plugins-mpeg
audio/akode-plugins-oss
audio/akode-plugins-pulseaudio
audio/akode-plugins-resampler
audio/akode-plugins-xiph

The problem is that the MASTER_SITE_GENTOO sites no longer carry the distfile.
>How-To-Repeat:
Try to install one of the above akode* ports.
>Fix:
The attached patch changes MASTER_SITE_GENTOO to MASTER_SITE_OPENBSD and 3 additional sites.

Patch attached with submission follows:

Index: akode/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- akode/Makefile	4 Dec 2010 07:30:18 -0000	1.28
+++ akode/Makefile	5 Mar 2011 12:34:45 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -10,12 +10,17 @@
 PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
 MASTER_SITE_SUBDIR=distfiles
 DISTNAME=	30375-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Default KDE audio backend
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	kdemultimedia-3.[1-3]*
 
Index: akode-plugins-ffmpeg/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-ffmpeg/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- akode-plugins-ffmpeg/Makefile	4 Dec 2010 07:30:18 -0000	1.9
+++ akode-plugins-ffmpeg/Makefile	5 Mar 2011 12:34:54 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode-plugins-ffmpeg
 # Date created:				Jan 14 2008
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -10,14 +10,18 @@
 PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
 MASTER_SITE_SUBDIR=distfiles
 PKGNAMESUFFIX=	-plugins-${PORTNAMESUFX}
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=	# none
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	FFMPEG decoder plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	avcodec:${PORTSDIR}/multimedia/ffmpeg
 
Index: akode-plugins-jack/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-jack/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- akode-plugins-jack/Makefile	4 Dec 2010 07:30:18 -0000	1.24
+++ akode-plugins-jack/Makefile	5 Mar 2011 12:35:04 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode-plugins-jack
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -9,13 +9,17 @@
 PORTVERSION=	2.0.2
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
 MASTER_SITE_SUBDIR=distfiles
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=	# none
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Jack output plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	jack:${PORTSDIR}/audio/jack
 
Index: akode-plugins-mpc/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-mpc/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- akode-plugins-mpc/Makefile	4 Dec 2010 07:30:19 -0000	1.24
+++ akode-plugins-mpc/Makefile	5 Mar 2011 12:35:14 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode-plugins-mpc
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -9,13 +9,17 @@
 PORTVERSION=	2.0.2
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=	distfiles
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
+MASTER_SITE_SUBDIR=distfiles
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Musepack decoder plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	kdemultimedia-3.[1-3]*
 
Index: akode-plugins-mpeg/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-mpeg/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- akode-plugins-mpeg/Makefile	4 Dec 2010 07:30:19 -0000	1.24
+++ akode-plugins-mpeg/Makefile	5 Mar 2011 12:35:21 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode-plugins-mpeg
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -9,13 +9,17 @@
 PORTVERSION=	2.0.2
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=	distfiles
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
+MASTER_SITE_SUBDIR=distfiles
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	MPEG audio decoder plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	mad:${PORTSDIR}/audio/libmad
 
Index: akode-plugins-oss/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-oss/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- akode-plugins-oss/Makefile	4 Dec 2010 07:30:19 -0000	1.24
+++ akode-plugins-oss/Makefile	5 Mar 2011 12:35:27 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode-plugins-oss
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -9,13 +9,17 @@
 PORTVERSION=	2.0.2
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=	distfiles
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
+MASTER_SITE_SUBDIR=distfiles
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	OSS output plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	kdemultimedia-3.[1-3]*
 
Index: akode-plugins-pulseaudio/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-pulseaudio/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- akode-plugins-pulseaudio/Makefile	4 Dec 2010 07:30:19 -0000	1.8
+++ akode-plugins-pulseaudio/Makefile	5 Mar 2011 12:16:23 -0000
@@ -9,13 +9,17 @@
 PORTVERSION=	2.0.2
 PORTREVISION=	4
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
 MASTER_SITE_SUBDIR=distfiles
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=	# none
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	swhetzel@gmail.com
 COMMENT=	Pulseaudio output plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	pulse-simple:${PORTSDIR}/audio/pulseaudio
 
@@ -31,7 +35,8 @@
 WRKSRC=		${WRKDIR}/akode-${PORTVERSION}
 USE_LDCONFIG=	yes
 
-PLIST_FILES=	lib/libakode_polyp_sink.a lib/libakode_polyp_sink.la \
+PLIST_FILES=	lib/libakode_polyp_sink.a \
+		lib/libakode_polyp_sink.la \
 		lib/libakode_polyp_sink.so
 
 CONFIGURE_ENV+=	LDFLAGS=-L${WRKSRC}/akode/lib/.libs
Index: akode-plugins-resampler/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-resampler/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- akode-plugins-resampler/Makefile	4 Dec 2010 07:30:19 -0000	1.24
+++ akode-plugins-resampler/Makefile	5 Mar 2011 12:35:37 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode-plugins-resampler
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -9,13 +9,17 @@
 PORTVERSION=	2.0.2
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=	distfiles
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
+MASTER_SITE_SUBDIR=distfiles
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	Resampler plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	samplerate:${PORTSDIR}/audio/libsamplerate
 
Index: akode-plugins-xiph/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-xiph/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- akode-plugins-xiph/Makefile	4 Dec 2010 07:30:19 -0000	1.28
+++ akode-plugins-xiph/Makefile	5 Mar 2011 12:35:46 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	mpeglib_artsplug
+# New ports collection makefile for:	akode-plugins-xiph
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi@FreeBSD.org>
 #
@@ -10,13 +10,17 @@
 PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	audio kde
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=	distfiles
-DISTNAME=	30375-akode-${PORTVERSION}.tar.bz2
-EXTRACT_SUFX=
+MASTER_SITES=	${MASTER_SITE_OPENBSD} \
+		http://www.kde-apps.org/CONTENT/content-files/ \
+		http://ftp.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+		ftp://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/
+MASTER_SITE_SUBDIR=distfiles
+DISTNAME=	30375-akode-${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	FLAC/Speex/Vorbis decoder plugin for akode
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	FLAC:${PORTSDIR}/audio/flac \
 		ogg:${PORTSDIR}/audio/libogg \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103051838.p25IcejB095116>