View | Details | Raw Unified | Return to bug 277664 | Differences between
and this patch

Collapse All | Expand All

(-)b/japanese/mh/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	mh
1
PORTNAME=	mh
2
PORTVERSION=	${VERSION}.j${JP_VERSION}
2
PORTVERSION=	${VERSION}.j${JP_VERSION}
3
PORTREVISION=	6
3
PORTREVISION=	7
4
CATEGORIES=	japanese mail
4
CATEGORIES=	japanese mail
5
MASTER_SITES=	ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/
5
MASTER_SITES=	ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/
6
DISTNAME=	${PORTNAME}-${VERSION}-JP-${JP_VERSION}
6
DISTNAME=	${PORTNAME}-${VERSION}-JP-${JP_VERSION}
(-)b/japanese/mh/files/patch-h_md5.h (+18 lines)
Added Link Here
1
--- h/md5.h.orig	1999-02-09 11:30:00 UTC
2
+++ h/md5.h
3
@@ -20,11 +20,15 @@ typedef unsigned short int UINT2;
4
 typedef unsigned short int UINT2;
5
 
6
 /* UINT4 defines a four byte word */
7
+#if 0
8
 #ifndef __alpha
9
 typedef unsigned long int UINT4;
10
 #else
11
 typedef unsigned int UINT4;
12
 #endif
13
+#endif
14
+#include <sys/types.h>
15
+typedef uint32_t UINT4;
16
 
17
 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
18
 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it

Return to bug 277664