From owner-svn-ports-head@FreeBSD.ORG Sun Jan 25 08:58:33 2015 Return-Path: Delivered-To: svn-ports-head@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 C2CD584E; Sun, 25 Jan 2015 08:58:33 +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 ACBCE958; Sun, 25 Jan 2015 08:58:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0P8wX73037233; Sun, 25 Jan 2015 08:58:33 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0P8wW5r037227; Sun, 25 Jan 2015 08:58:32 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201501250858.t0P8wW5r037227@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 25 Jan 2015 08:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377867 - in head/games: linux-candycruncher-demo linux-coldwar-demo linux-gorky17-demo linux-hdb-demo linux-majesty-demo linux-ningpo-demo 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.18-1 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: Sun, 25 Jan 2015 08:58:34 -0000 Author: mva Date: Sun Jan 25 08:58:31 2015 New Revision: 377867 URL: https://svnweb.freebsd.org/changeset/ports/377867 QAT: https://qat.redports.org/buildarchive/r377867/ Log: linuxgamepublishing.com seems to be (temporarily) out of service and the offered game demos have been become unavailable. Mark the provided ports linux-candycruncher-demo linux-coldwar-demo linux-gorky17-demo linux-hdb-demo linux-majesty-demo linux-ningpo-demo as BROKEN. PR: 196953 196954 196955 196956 196957 Reported by: amdmi3 Modified: head/games/linux-candycruncher-demo/Makefile head/games/linux-coldwar-demo/Makefile head/games/linux-gorky17-demo/Makefile head/games/linux-hdb-demo/Makefile head/games/linux-majesty-demo/Makefile head/games/linux-ningpo-demo/Makefile Modified: head/games/linux-candycruncher-demo/Makefile ============================================================================== --- head/games/linux-candycruncher-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-candycruncher-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -24,6 +24,8 @@ PORTDOCS= README README.licenses README. LIBFILES= libcrypto.so.0.9.8 libgrapple-0.9.so.2 liblua.so liblualib.so \ libssl.so.0.9.8 +BROKEN= Does not fetch + do-extract: @${MKDIR} ${WRKSRC} @cd ${WRKSRC} && ${TAIL} +377 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ Modified: head/games/linux-coldwar-demo/Makefile ============================================================================== --- head/games/linux-coldwar-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-coldwar-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -24,6 +24,8 @@ PORTDOCS= README README.licenses EULA OPTIONS_DEFINE= NVIDIA DOCS NVIDIA_DESC= Enable nvidia graphics driver support +BROKEN= Does not fetch + .include .if ${PORT_OPTIONS:MNVIDIA} Modified: head/games/linux-gorky17-demo/Makefile ============================================================================== --- head/games/linux-gorky17-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-gorky17-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -25,6 +25,8 @@ DATFILES= adjust.dat demo1.jpg demo2.jpg OPTIONS_DEFINE= NVIDIA DOCS NVIDIA_DESC= Enable nvidia graphics driver support +BROKEN= Does not fetch + .include .if ${PORT_OPTIONS:MNVIDIA} Modified: head/games/linux-hdb-demo/Makefile ============================================================================== --- head/games/linux-hdb-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-hdb-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}$ SUB_FILES= hdb PORTDOCS= README README.licenses README.unixthanks license.txt +BROKEN= Does not fetch + .include do-extract: Modified: head/games/linux-majesty-demo/Makefile ============================================================================== --- head/games/linux-majesty-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-majesty-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}$ SUB_FILES= majesty PORTDOCS= README README.licenses EULA +BROKEN= Does not fetch + .include do-extract: Modified: head/games/linux-ningpo-demo/Makefile ============================================================================== --- head/games/linux-ningpo-demo/Makefile Sun Jan 25 08:24:18 2015 (r377866) +++ head/games/linux-ningpo-demo/Makefile Sun Jan 25 08:58:31 2015 (r377867) @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}$ SUB_FILES= ningpo PORTDOCS= README README.licenses license.txt +BROKNE= Does not fetch + .include do-extract: