diff options
author | mycroft <mycroft@pkgsrc.org> | 2004-10-08 23:14:37 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2004-10-08 23:14:37 +0000 |
commit | 24ad996db4e8e1b4436080f54ca6b25661bb7f8d (patch) | |
tree | 80eb5f0fd00793d1fe7a53b08be69dcd3c8133ea /games/tads/patches | |
parent | b746bcf91698cc594e43003c3c4fd07e534fdb60 (diff) | |
download | pkgsrc-24ad996db4e8e1b4436080f54ca6b25661bb7f8d.tar.gz |
Update to 3.0.7.
Diffstat (limited to 'games/tads/patches')
-rw-r--r-- | games/tads/patches/patch-aa | 6 | ||||
-rw-r--r-- | games/tads/patches/patch-ac | 30 | ||||
-rw-r--r-- | games/tads/patches/patch-ad | 13 |
3 files changed, 18 insertions, 31 deletions
diff --git a/games/tads/patches/patch-aa b/games/tads/patches/patch-aa index 306fb80e809..67a80e727d6 100644 --- a/games/tads/patches/patch-aa +++ b/games/tads/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ +$NetBSD: patch-aa,v 1.2 2004/10/08 23:14:38 mycroft Exp $ ---- tads2/makefile.orig Wed Sep 25 18:43:09 2002 -+++ tads2/makefile +--- tads2/Makefile.orig Wed Sep 25 18:43:09 2002 ++++ tads2/Makefile @@ -50,7 +50,7 @@ # diff --git a/games/tads/patches/patch-ac b/games/tads/patches/patch-ac index 943c57eecca..0afc1ca1136 100644 --- a/games/tads/patches/patch-ac +++ b/games/tads/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ +$NetBSD: patch-ac,v 1.2 2004/10/08 23:14:38 mycroft Exp $ ---- tads3/makefile.orig Sat Sep 28 23:29:18 2002 -+++ tads3/makefile +--- tads3/Makefile.orig 2004-07-13 19:43:38.000000000 +0000 ++++ tads3/Makefile 2004-09-23 22:26:02.000000000 +0000 @@ -14,9 +14,9 @@ # Installation points for TADS3. Tailor these to your liking. If you install # manually, DATADIR must match where you actually put the libraries and @@ -14,16 +14,16 @@ $NetBSD: patch-ac,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ DATADIR = $(PREFIX)/share/tads3 LIBDIR = $(DATADIR)/libraries INCDIR = $(DATADIR)/includes -@@ -113,6 +113,25 @@ RESDIR = $(DATADIR)/resources +@@ -113,6 +113,25 @@ #DISPLAY_LIB = -ltermcap ########################################################################### -+# NetBSD # -+# Compiled and tested on NetBSD 1.6 # -+# Maintainer: # -+# # -+# Uncomment -fno-exceptions from CXX_OPTIMIZE if you have a reasonably # -+# current (> 2.7) version of g++. # ++# NetBSD ++# Compiled and tested on NetBSD 1.6 ++# Maintainer: ++# ++# Uncomment -fno-exceptions from CXX_OPTIMIZE if you have a reasonably ++# current (> 2.7) version of g++. +########################################################################### +# +.if ${OPSYS} == "NetBSD" @@ -32,15 +32,15 @@ $NetBSD: patch-ac,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ +IDENT = -DOS_SYSTEM_NAME=\"NetBSD\" +OPTIMIZE = -O2 +CXX_OPTIMIZE = -fno-exceptions -+OS_FLAGS = -DOS_ANSI -DHAVE_STRCASECMP -Dmemicmp=strncasecmp ++OS_FLAGS = -DOS_ANSI -DHAVE_STRCASECMP -Dmemicmp=strncasecmp -I./BSD +DISPLAY_LIB = ${LDFLAGS} -lncurses +.endif + +########################################################################### - # OpenBSD # - # Compiled and tested on OpenBSD 3.0 # - # Maintainer: Mark Wickham (macwickham@attbi.com) # -@@ -208,21 +227,27 @@ T3PRE_OBJS = test_pre.o std.o std_dbg.o + # OpenBSD + # Compiled and tested on OpenBSD 3.0 + # Maintainer: Mark Wickham (macwickham@attbi.com) +@@ -208,21 +227,27 @@ all: t3make t3run t23run t3pre install: all install-common diff --git a/games/tads/patches/patch-ad b/games/tads/patches/patch-ad deleted file mode 100644 index eafa3f9151d..00000000000 --- a/games/tads/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2004/08/04 18:55:40 agc Exp $ - ---- tads3/tcpndrv.h 2004/08/04 18:47:43 1.1 -+++ tads3/tcpndrv.h 2004/08/04 18:47:48 -@@ -1321,7 +1321,7 @@ - class_obj_ = class_obj; - - /* we have no modification object yet */ -- mod_obj_ = TCTARG_INVALID_OBJ; -+ mod_obj_ = (CTcSymObj*) TCTARG_INVALID_OBJ; - } - - /* add a property to my list */ |