From owner-svn-ports-head@freebsd.org Fri Oct 23 16:37:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31672A1C6A2; Fri, 23 Oct 2015 16:37:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 00DD3CFF; Fri, 23 Oct 2015 16:37:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9NGbYVe035978; Fri, 23 Oct 2015 16:37:34 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9NGbXBc035975; Fri, 23 Oct 2015 16:37:33 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201510231637.t9NGbXBc035975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 23 Oct 2015 16:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400035 - in head/audio: amp hawkvoice xcd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 16:37:35 -0000 Author: bapt Date: Fri Oct 23 16:37:33 2015 New Revision: 400035 URL: https://svnweb.freebsd.org/changeset/ports/400035 Log: Mark as broken: unfetchable Modified: head/audio/amp/Makefile head/audio/hawkvoice/Makefile head/audio/xcd/Makefile Modified: head/audio/amp/Makefile ============================================================================== --- head/audio/amp/Makefile Fri Oct 23 16:30:53 2015 (r400034) +++ head/audio/amp/Makefile Fri Oct 23 16:37:33 2015 (r400035) @@ -10,6 +10,7 @@ MASTER_SITES= http://www-users.cs.umn.ed MAINTAINER= ports@FreeBSD.org COMMENT= Another mp3 player +BROKEN= Does not fetch USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_gcc=no Modified: head/audio/hawkvoice/Makefile ============================================================================== --- head/audio/hawkvoice/Makefile Fri Oct 23 16:30:53 2015 (r400034) +++ head/audio/hawkvoice/Makefile Fri Oct 23 16:37:33 2015 (r400035) @@ -11,6 +11,7 @@ DISTNAME= HawkVoiceDI091src MAINTAINER= acm@FreeBSD.org COMMENT= Portable sound and speech compression library +BROKEN= Unfetchable USES= gmake dos2unix zip MAKEFILE= makefile.linux USE_CSTD= gnu89 Modified: head/audio/xcd/Makefile ============================================================================== --- head/audio/xcd/Makefile Fri Oct 23 16:30:53 2015 (r400034) +++ head/audio/xcd/Makefile Fri Oct 23 16:37:33 2015 (r400035) @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USES= tk +BROKEN= Unfetchable WITH_CDROM_PLAYER?= cd0 MAKE_ENV+= BINDIR="${PREFIX}/bin" \