diff options
author | Motoyuki Konno <motoyuki@FreeBSD.org> | 2007-10-19 04:02:08 +0000 |
---|---|---|
committer | Motoyuki Konno <motoyuki@FreeBSD.org> | 2007-10-19 04:02:08 +0000 |
commit | 7e809bb657dbdb17c4c361c362710d9cae040b0c (patch) | |
tree | 4190c3a00a66629277bb43e42df8052f331a9c32 /japanese | |
parent | d4c1e141133ff130aec7c8c01c0d05a366c142b8 (diff) | |
download | ports-7e809bb657dbdb17c4c361c362710d9cae040b0c.tar.gz ports-7e809bb657dbdb17c4c361c362710d9cae040b0c.zip |
Update patch file and unbreak.
Notes
Notes:
svn path=/head/; revision=201659
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mh/Makefile | 4 | ||||
-rw-r--r-- | japanese/mh/files/patch-uip:vmh.c | 11 |
2 files changed, 4 insertions, 11 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index 1389b3b781ce..e64127d503b2 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -20,10 +20,6 @@ COMMENT= Rand MH mail handling system + Japanese patches BUILD_DEPENDS= jless:${PORTSDIR}/japanese/less RUN_DEPENDS= jless:${PORTSDIR}/japanese/less -BROKEN= fails to install -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2007-11-30 - VERSION= 6.8.4 JP_VERSION= 3.05 diff --git a/japanese/mh/files/patch-uip:vmh.c b/japanese/mh/files/patch-uip:vmh.c index d583d9601bd9..26a9a3f06105 100644 --- a/japanese/mh/files/patch-uip:vmh.c +++ b/japanese/mh/files/patch-uip:vmh.c @@ -1,16 +1,13 @@ ---- uip/vmh.c.old Tue Feb 9 20:30:00 1999 -+++ uip/vmh.c Wed Jul 10 15:40:52 2002 -@@ -103,6 +103,16 @@ +--- uip/vmh.c.orig 2001-04-21 20:16:49 +0900 ++++ uip/vmh.c 2007-10-19 12:51:52 +0900 +@@ -116,6 +116,13 @@ #define XYZ /* XXX */ +#if defined(__FreeBSD__) && __FreeBSD__ >= 5 +struct ldat +{ -+ NCURSES_CH_T *text; -+ NCURSES_SIZE_T firstchar; -+ NCURSES_SIZE_T lastchar; -+ NCURSES_SIZE_T oldindex; ++ unsigned long *text; +}; +#endif + |