diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-03 13:11:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-03 13:11:43 +0800 |
commit | 53b5b301d8c7962fa357a32772d7b2d916784341 (patch) | |
tree | 8bf951a2ab391fc0b1a89273e28f700e51112666 /games | |
parent | 5fbf4957f5c4862077c66e0753f427a6999a5b11 (diff) | |
download | freebsd-ports-gnome-53b5b301d8c7962fa357a32772d7b2d916784341.tar.gz freebsd-ports-gnome-53b5b301d8c7962fa357a32772d7b2d916784341.tar.zst freebsd-ports-gnome-53b5b301d8c7962fa357a32772d7b2d916784341.zip |
Mark as BROKEN due to failure to install properly.
Diffstat (limited to 'games')
-rw-r--r-- | games/phpua-bf/Makefile | 4 | ||||
-rw-r--r-- | games/phpua-cod/Makefile | 4 | ||||
-rw-r--r-- | games/phpua-hl/Makefile | 4 | ||||
-rw-r--r-- | games/phpua-q3/Makefile | 4 | ||||
-rw-r--r-- | games/phpua-ut/Makefile | 4 | ||||
-rw-r--r-- | games/phpua-ut2003/Makefile | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/games/phpua-bf/Makefile b/games/phpua-bf/Makefile index c15141d3d9cc..517b3093ec81 100644 --- a/games/phpua-bf/Makefile +++ b/games/phpua-bf/Makefile @@ -16,6 +16,10 @@ COMMENT= A Battlefield 1942 plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +BROKEN= does not install due to dependency problem in games/phpua-engine +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-09-03 + # Some variables you can change PHPUA?= www/data/phpua PHPUA_USER?= ${WWWOWN} diff --git a/games/phpua-cod/Makefile b/games/phpua-cod/Makefile index 034989659d3c..ae90bff03fa2 100644 --- a/games/phpua-cod/Makefile +++ b/games/phpua-cod/Makefile @@ -16,6 +16,10 @@ COMMENT= A Call of Duty plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +BROKEN= does not install due to dependency problem in games/phpua-engine +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-09-03 + # Some variables you can change PHPUA?= www/data/phpua PHPUA_USER?= ${WWWOWN} diff --git a/games/phpua-hl/Makefile b/games/phpua-hl/Makefile index 1f2f12d4f3e4..c450a52b99dc 100644 --- a/games/phpua-hl/Makefile +++ b/games/phpua-hl/Makefile @@ -16,6 +16,10 @@ COMMENT= A Half-Life plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +BROKEN= does not install due to dependency problem in games/phpua-engine +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-09-03 + # Some variables you can change PHPUA?= www/data/phpua PHPUA_USER?= ${WWWOWN} diff --git a/games/phpua-q3/Makefile b/games/phpua-q3/Makefile index 2cdc4ab1d26c..dd7d0a4434b6 100644 --- a/games/phpua-q3/Makefile +++ b/games/phpua-q3/Makefile @@ -16,6 +16,10 @@ COMMENT= A Quake 3 plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +BROKEN= does not install due to dependency problem in games/phpua-engine +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-09-03 + # Some variables you can change PHPUA?= www/data/phpua PHPUA_USER?= ${WWWOWN} diff --git a/games/phpua-ut/Makefile b/games/phpua-ut/Makefile index 2535baad10b0..797fbaafaeb4 100644 --- a/games/phpua-ut/Makefile +++ b/games/phpua-ut/Makefile @@ -16,6 +16,10 @@ COMMENT= An Unreal Tournament plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +BROKEN= does not install due to dependency problem in games/phpua-engine +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-09-03 + # Some variables you can change PHPUA?= www/data/phpua PHPUA_USER?= ${WWWOWN} diff --git a/games/phpua-ut2003/Makefile b/games/phpua-ut2003/Makefile index 1cc4886e93e0..51f1ab423f6c 100644 --- a/games/phpua-ut2003/Makefile +++ b/games/phpua-ut2003/Makefile @@ -16,6 +16,10 @@ COMMENT= An Unreal Tournament 2003 plugin for phpUA RUN_DEPENDS= ${LOCALBASE}/${PHPUA}/index.php:${PORTSDIR}/games/phpua-engine +BROKEN= does not install due to dependency problem in games/phpua-engine +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-09-03 + # Some variables you can change PHPUA?= www/data/phpua PHPUA_USER?= ${WWWOWN} |