From owner-svn-ports-all@FreeBSD.ORG Sun Apr 5 10:29:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1FEB3516; Sun, 5 Apr 2015 10:29:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A60B9E5; Sun, 5 Apr 2015 10:29:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35ATnHw047936; Sun, 5 Apr 2015 10:29:49 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35ATlTL047926; Sun, 5 Apr 2015 10:29:47 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504051029.t35ATlTL047926@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 5 Apr 2015 10:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383285 - in head/audio: cd2mp3 cplay cripple cymbaline dvda-author festival freealut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 10:29:50 -0000 Author: bapt Date: Sun Apr 5 10:29:46 2015 New Revision: 383285 URL: https://svnweb.freebsd.org/changeset/ports/383285 Log: Mark as broken ports with issue in distfiles Modified: head/audio/cd2mp3/Makefile head/audio/cplay/Makefile head/audio/cripple/Makefile head/audio/cymbaline/Makefile head/audio/dvda-author/Makefile head/audio/festival/Makefile head/audio/freealut/Makefile Modified: head/audio/cd2mp3/Makefile ============================================================================== --- head/audio/cd2mp3/Makefile Sun Apr 5 10:18:19 2015 (r383284) +++ head/audio/cd2mp3/Makefile Sun Apr 5 10:29:46 2015 (r383285) @@ -15,6 +15,7 @@ COMMENT= Easy to use CD Ripping and MP3 RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ dagrab:${PORTSDIR}/audio/dagrab +BROKEN= Fails to fetch USES= perl5 shebangfix USE_PERL5= run SHEBANG_FILES= cd2mp3 Modified: head/audio/cplay/Makefile ============================================================================== --- head/audio/cplay/Makefile Sun Apr 5 10:18:19 2015 (r383284) +++ head/audio/cplay/Makefile Sun Apr 5 10:29:46 2015 (r383285) @@ -12,6 +12,7 @@ COMMENT= Curses-based front-end for vari LICENSE= GPLv2 +BROKEN= Fails to fetch USES= gettext gmake python:2 MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" Modified: head/audio/cripple/Makefile ============================================================================== --- head/audio/cripple/Makefile Sun Apr 5 10:18:19 2015 (r383284) +++ head/audio/cripple/Makefile Sun Apr 5 10:29:46 2015 (r383285) @@ -10,6 +10,7 @@ MASTER_SITES= http://www.vortex.prodigyn MAINTAINER= dhn@FreeBSD.org COMMENT= Command line CD ripper/encoder wrapper with cddb support +BROKEN= Fails to fetch USES= tar:bzip2 GNU_CONFIGURE= yes Modified: head/audio/cymbaline/Makefile ============================================================================== --- head/audio/cymbaline/Makefile Sun Apr 5 10:18:19 2015 (r383284) +++ head/audio/cymbaline/Makefile Sun Apr 5 10:29:46 2015 (r383285) @@ -13,6 +13,7 @@ COMMENT= Console frontend for py-mad RUN_DEPENDS= ${PYTHON_SITELIBDIR}/aomodule.so:${PORTSDIR}/audio/py-ao \ ${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad +BROKEN= Fails to fetch USES= python USE_PYTHON= distutils autoplist Modified: head/audio/dvda-author/Makefile ============================================================================== --- head/audio/dvda-author/Makefile Sun Apr 5 10:18:19 2015 (r383284) +++ head/audio/dvda-author/Makefile Sun Apr 5 10:29:46 2015 (r383285) @@ -12,6 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-7 MAINTAINER= martin.dieringer@gmx.de COMMENT= Author and playback unencrypted and uncompressed Audio-DVDs +BROKEN= Fails to fetch LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \ libogg.so:${PORTSDIR}/audio/libogg \ libsox.so:${PORTSDIR}/audio/sox \ Modified: head/audio/festival/Makefile ============================================================================== --- head/audio/festival/Makefile Sun Apr 5 10:18:19 2015 (r383284) +++ head/audio/festival/Makefile Sun Apr 5 10:29:46 2015 (r383285) @@ -26,6 +26,8 @@ PATCH_SITES= ftp://ftp.netbsd.org/pub/pk MAINTAINER= mi@aldan.algebra.com COMMENT= Multi-lingual speech synthesis system +BROKEN= debian patches fails to fetch + OPTIONS_DEFINE= NAS ESD OPTIONS_DEFAULT=NAS ESD ESD_DESC= ${ESOUND_DESC} Modified: head/audio/freealut/Makefile ============================================================================== --- head/audio/freealut/Makefile Sun Apr 5 10:18:19 2015 (r383284) +++ head/audio/freealut/Makefile Sun Apr 5 10:29:46 2015 (r383285) @@ -10,6 +10,7 @@ MASTER_SITES= http://connect.creativelab MAINTAINER= oliver@FreeBSD.org COMMENT= The OpenAL Utility Toolkit +BROKEN= Fails to fetch GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib