From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 5 18:40:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D5010656AC for ; Sat, 5 Mar 2011 18:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEFD18FC18 for ; Sat, 5 Mar 2011 18:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p25IeBTE018143 for ; Sat, 5 Mar 2011 18:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p25IeBYX018142; Sat, 5 Mar 2011 18:40:11 GMT (envelope-from gnats) Resent-Date: Sat, 5 Mar 2011 18:40:11 GMT Resent-Message-Id: <201103051840.p25IeBYX018142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Scot Hetzel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 886D3106566B for ; Sat, 5 Mar 2011 18:38:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5FC8FC19 for ; Sat, 5 Mar 2011 18:38:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p25Ice8w095117 for ; Sat, 5 Mar 2011 18:38:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p25IcejB095116; Sat, 5 Mar 2011 18:38:40 GMT (envelope-from nobody) Message-Id: <201103051838.p25IcejB095116@red.freebsd.org> Date: Sat, 5 Mar 2011 18:38:40 GMT From: Scot Hetzel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/155297: audio/akode*: fails to fetch distfile from MASTER_SITE_GENTOO X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2011 18:40:12 -0000 >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 # @@ -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 # @@ -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 # @@ -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 # @@ -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 # @@ -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 # @@ -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 # @@ -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 # @@ -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: