diff options
author | Donald Burr <dburr@FreeBSD.org> | 1999-05-04 10:26:30 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 1999-05-04 10:26:30 +0000 |
commit | 3c97e34da3962045c9a0a3f0f617794aff63b8a4 (patch) | |
tree | a4a9c357c9bf4fe197f27f01aee3260f24006038 /games/uox3 | |
parent | 3a9aec9a42d208bd7df9e36ca10a40d7096e5ca7 (diff) | |
download | ports-3c97e34da3962045c9a0a3f0f617794aff63b8a4.tar.gz ports-3c97e34da3962045c9a0a3f0f617794aff63b8a4.zip |
[dburr@forbin:103 uox]% ./uox3
Reloading items.scp : 1853 sections found.
[...]
Loading UOX3.WSC...
UOX3: Startup Complete.
Floating exception (core dumped)
[dburr@forbin:103 uox]%
Mark BROKEN until I can figure out what the hell is going on with this.
Notes
Notes:
svn path=/head/; revision=18453
Diffstat (limited to 'games/uox3')
-rw-r--r-- | games/uox3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/uox3/Makefile b/games/uox3/Makefile index 9948d02bc21f..6031f53205ae 100644 --- a/games/uox3/Makefile +++ b/games/uox3/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1999 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1999/02/28 09:30:56 dburr Exp $ +# $Id: Makefile,v 1.3 1999/05/01 12:34:22 jseger Exp $ # DISTNAME= uox3v6902-linux @@ -15,7 +15,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tqpsworld${EXTRACT_SUFX} MAINTAINER= dburr@FreeBSD.ORG -DIST_SUBDIR= uox3 +BROKEN= "Floating exception (core dumped)" + +DIST_SUBDIR= uox3 USE_ZIP= YES NO_WRKSUBDIR= YES |