summaryrefslogtreecommitdiff
path: root/japanese/nethack32
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-31 13:10:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-31 13:10:50 +0000
commit86f4c3d05b1cf4ebd0c35d9e69b8fc2fc8060cab (patch)
tree0941293c84eeb20835ee1d43cb75828f99713c90 /japanese/nethack32
parentUse USE_LINUX instead of an explicit dependency on emulators/linux_base. (diff)
- Add a patch to unbreak the port.
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546] - Fix MASTER_SITES.
Notes
Notes: svn path=/head/; revision=57051
Diffstat (limited to 'japanese/nethack32')
-rw-r--r--japanese/nethack32/Makefile4
-rw-r--r--japanese/nethack32/files/patch-ai11
2 files changed, 13 insertions, 2 deletions
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile
index cf65002302a8..5b188c231913 100644
--- a/japanese/nethack32/Makefile
+++ b/japanese/nethack32/Makefile
@@ -8,8 +8,8 @@
PORTNAME= nethack
PORTVERSION= 1.0.5.19970924
CATEGORIES= japanese games
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= nethack
+MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \
+ ftp://ftp.wtower.com/nethack/sources/
DISTNAME= ${PORTNAME}-3.2.2
PATCH_SITES= ftp://mitsuko.jaist.ac.jp/pub/nethack/
diff --git a/japanese/nethack32/files/patch-ai b/japanese/nethack32/files/patch-ai
new file mode 100644
index 000000000000..d552369e306c
--- /dev/null
+++ b/japanese/nethack32/files/patch-ai
@@ -0,0 +1,11 @@
+--- include/system.h.orig Sun Mar 31 20:46:35 2002
++++ include/system.h Sun Mar 31 20:55:33 2002
+@@ -507,7 +507,7 @@
+ # endif
+ # endif
+
+-# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC)
++# if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || defined(BSD)
+ E time_t FDECL(time, (time_t *));
+ # else
+ E long FDECL(time, (time_t *));