- Fix broken caused by devel/libuninum upgrade.

- bump PORTREVISION
This commit is contained in:
Cheng-Lung Sung 2007-01-22 02:45:35 +00:00
parent 7acb00d7e2
commit 3bd9a68c40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182928
4 changed files with 36 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= msort
PORTVERSION= 8.35
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/
EXTRACT_SUFX= .tgz

View file

@ -0,0 +1,10 @@
--- info.c.orig Tue Jan 9 10:35:41 2007
+++ info.c Mon Jan 22 09:39:59 2007
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include "unicode.h"
#include <uninum/uninum.h>
#ifdef LOCALE_GETTEXT
#include <libintl.h>

View file

@ -0,0 +1,18 @@
--- msort.c.orig Fri Jan 12 08:21:54 2007
+++ msort.c Mon Jan 22 10:32:56 2007
@@ -49,6 +49,7 @@
#include <time.h>
#include <errno.h>
#include <uninum/nsdefs.h>
+#include "unicode.h"
#include <uninum/uninum.h>
#include <tre/regex.h>
@@ -58,7 +59,6 @@
typedef unsigned long ULongLong;
#endif
-#include "unicode.h"
#include "exitcode.h"
#include "retcodes.h"
#include "input.h"

View file

@ -0,0 +1,7 @@
--- unicode.h.orig Mon Jan 8 03:33:05 2007
+++ unicode.h Mon Jan 22 09:29:08 2007
@@ -1,3 +1,4 @@
+typedef unsigned short UTF16;
typedef unsigned long UTF32; /* at least 32 bits */
typedef unsigned char UTF8; /* 8 bits */
typedef unsigned char Boolean; /* 0 or 1 */