diff options
author | mva <mva@FreeBSD.org> | 2015-01-25 16:58:31 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-01-25 16:58:31 +0800 |
commit | 05958478b744385cd57eafe281aad455fabf6373 (patch) | |
tree | ffe1313eb3e2f046fce78461f9bcafa05fb57faa /games | |
parent | 2b00688b52e55795266a15fcfbaa9f2af3fad9bd (diff) | |
download | freebsd-ports-gnome-05958478b744385cd57eafe281aad455fabf6373.tar.gz freebsd-ports-gnome-05958478b744385cd57eafe281aad455fabf6373.tar.zst freebsd-ports-gnome-05958478b744385cd57eafe281aad455fabf6373.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-candycruncher-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-coldwar-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-gorky17-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-hdb-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-majesty-demo/Makefile | 2 | ||||
-rw-r--r-- | games/linux-ningpo-demo/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/games/linux-candycruncher-demo/Makefile b/games/linux-candycruncher-demo/Makefile index c2a937ccd80b..1d4c86d3851d 100644 --- a/games/linux-candycruncher-demo/Makefile +++ b/games/linux-candycruncher-demo/Makefile @@ -24,6 +24,8 @@ PORTDOCS= README README.licenses README.unixthanks license.txt 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} | \ diff --git a/games/linux-coldwar-demo/Makefile b/games/linux-coldwar-demo/Makefile index c60c4ca36a2a..ad660f58ad01 100644 --- a/games/linux-coldwar-demo/Makefile +++ b/games/linux-coldwar-demo/Makefile @@ -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 <bsd.port.options.mk> .if ${PORT_OPTIONS:MNVIDIA} diff --git a/games/linux-gorky17-demo/Makefile b/games/linux-gorky17-demo/Makefile index bd8f629d1f60..494c0775b3f5 100644 --- a/games/linux-gorky17-demo/Makefile +++ b/games/linux-gorky17-demo/Makefile @@ -25,6 +25,8 @@ DATFILES= adjust.dat demo1.jpg demo2.jpg demo3.jpg OPTIONS_DEFINE= NVIDIA DOCS NVIDIA_DESC= Enable nvidia graphics driver support +BROKEN= Does not fetch + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNVIDIA} diff --git a/games/linux-hdb-demo/Makefile b/games/linux-hdb-demo/Makefile index e0709be48083..2a3318a47c8c 100644 --- a/games/linux-hdb-demo/Makefile +++ b/games/linux-hdb-demo/Makefile @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= hdb PORTDOCS= README README.licenses README.unixthanks license.txt +BROKEN= Does not fetch + .include <bsd.port.pre.mk> do-extract: diff --git a/games/linux-majesty-demo/Makefile b/games/linux-majesty-demo/Makefile index 43029359e70d..576a64db2b59 100644 --- a/games/linux-majesty-demo/Makefile +++ b/games/linux-majesty-demo/Makefile @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= majesty PORTDOCS= README README.licenses EULA +BROKEN= Does not fetch + .include <bsd.port.pre.mk> do-extract: diff --git a/games/linux-ningpo-demo/Makefile b/games/linux-ningpo-demo/Makefile index 4e5ec15eabc0..9df277af7b3f 100644 --- a/games/linux-ningpo-demo/Makefile +++ b/games/linux-ningpo-demo/Makefile @@ -22,6 +22,8 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= ningpo PORTDOCS= README README.licenses license.txt +BROKNE= Does not fetch + .include <bsd.port.pre.mk> do-extract: |