diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:31:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:31:35 +0000 |
commit | feb584dbb5212cb208a09c08d1fa475687c07503 (patch) | |
tree | 868347985d3bfca301e6079cbd853dceb56ba60c /games | |
parent | 8b9ee90e5d4e4694251c7d00cc1dc9d0d88f9c44 (diff) | |
download | ports-feb584dbb5212cb208a09c08d1fa475687c07503.tar.gz ports-feb584dbb5212cb208a09c08d1fa475687c07503.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/dungeoncrawl/Makefile | 2 | ||||
-rw-r--r-- | games/dungeoncrawl/distinfo | 2 | ||||
-rw-r--r-- | games/dungeoncrawl/files/patch-ba | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/games/dungeoncrawl/Makefile b/games/dungeoncrawl/Makefile index 5b5d4b69dfa4..331a4bd49f41 100644 --- a/games/dungeoncrawl/Makefile +++ b/games/dungeoncrawl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dungeoncrawl -PORTVERSION= 4.0.0.b24 +PORTVERSION= 4.0.0.b26 CATEGORIES= games MASTER_SITES= ftp://ftp.dungeoncrawl.org/dev/4.0.x/src/ DISTNAME= dc${PORTVERSION:S/.//g}-src diff --git a/games/dungeoncrawl/distinfo b/games/dungeoncrawl/distinfo index 4d9f5cff41a1..5743ca2d9b81 100644 --- a/games/dungeoncrawl/distinfo +++ b/games/dungeoncrawl/distinfo @@ -1 +1 @@ -MD5 (dc400b24-src.tbz2) = 3c31b556f4751a7bd989895209cd57e8 +MD5 (dc400b26-src.tbz2) = 807810185ff93f06bd4e169067644d8f diff --git a/games/dungeoncrawl/files/patch-ba b/games/dungeoncrawl/files/patch-ba new file mode 100644 index 000000000000..2a60fd5422ab --- /dev/null +++ b/games/dungeoncrawl/files/patch-ba @@ -0,0 +1,10 @@ +--- AppHdr.h.old Sat Apr 5 14:18:24 2003 ++++ AppHdr.h Sat Apr 5 14:19:31 2003 +@@ -153,6 +153,7 @@ + #define PLAIN_TERM + //#define MULTIUSER + #include "liblinux.h" ++ #include <string.h> + + // The ALTCHARSET may come across as DEC characters/JIS on non-ibm platforms + #define CHARACTER_SET 0 |