mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix broken caused by devel/libuninum upgrade.
- bump PORTREVISION
This commit is contained in:
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
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= msort
|
||||
PORTVERSION= 8.35
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
|
10
textproc/msort/files/patch-info.c
Normal file
10
textproc/msort/files/patch-info.c
Normal 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>
|
18
textproc/msort/files/patch-msort.c
Normal file
18
textproc/msort/files/patch-msort.c
Normal 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"
|
7
textproc/msort/files/patch-unicode.h
Normal file
7
textproc/msort/files/patch-unicode.h
Normal 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 */
|
Loading…
Add table
Reference in a new issue