diff options
author | dburr <dburr@FreeBSD.org> | 1999-05-04 18:26:30 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1999-05-04 18:26:30 +0800 |
commit | 0234b389e088a5e6e06a63f46f5184bcd2bb41d0 (patch) | |
tree | f16e58824c6d8b24245bb58a470fa0716918a802 /games/uox3 | |
parent | 387a6b4dbd8cb1ffcc3f669f7d107b17f29228cc (diff) | |
download | freebsd-ports-gnome-0234b389e088a5e6e06a63f46f5184bcd2bb41d0.tar.gz freebsd-ports-gnome-0234b389e088a5e6e06a63f46f5184bcd2bb41d0.tar.zst freebsd-ports-gnome-0234b389e088a5e6e06a63f46f5184bcd2bb41d0.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.
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 |