FreeBSD Bugzilla – Attachment 67708 Details for
Bug 99737
Failed to compile japanese/p5-nkf after an update of nkf 2.07.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.59 KB, created by
Yoshisato YANAGISAWA
on 2006-07-03 09:10:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshisato YANAGISAWA
Created:
2006-07-03 09:10:21 UTC
Size:
1.59 KB
patch
obsolete
>diff -ruN p5-nkf.bak/Makefile p5-nkf/Makefile >--- p5-nkf.bak/Makefile Mon Jul 3 16:37:46 2006 >+++ p5-nkf/Makefile Mon Jul 3 16:38:31 2006 >@@ -14,7 +14,7 @@ > PLIST= ${.CURDIR}/pkg-plist > > PERL_CONFIGURE= yes >-WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//:S/./-/}/NKF.mod >+WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//:S/.//}/NKF.mod > PATCHDIR= ${.CURDIR}/files > MAN3= NKF.3 > >diff -ruN p5-nkf.bak/files/patch-nkf.c p5-nkf/files/patch-nkf.c >--- p5-nkf.bak/files/patch-nkf.c Mon Jul 3 16:37:46 2006 >+++ p5-nkf/files/patch-nkf.c Thu Jan 1 09:00:00 1970 >@@ -1,43 +0,0 @@ >---- ../nkf.c.orig Mon Mar 27 21:46:58 2006 >-+++ ../nkf.c Sun May 7 22:37:16 2006 >-@@ -3323,9 +3323,9 @@ >- void (*f)PROTO((int c2,int c1)); >- int c; >- { >-+ int shift = 20; >- const char *hex = "0123456789ABCDEF"; >- c &= 0x00FFFFFF; >-- int shift = 20; >- while(shift >= 0){ >- if(c >= 1<<shift){ >- while(shift >= 0){ >-@@ -3417,6 +3417,7 @@ >- c = unicode_subchar; >- (*oconv)((c>>8)&0xFF, c&0xFF); >- return; >-+#if 0 >- int shift = 16; >- while(shift >= 0){ >- if(c >= 1<<shift){ >-@@ -3429,10 +3430,13 @@ >- } >- } >- return; >-+#endif >- } >- #endif >- >- #ifdef UTF8_OUTPUT_ENABLE >-+extern const unsigned short *const x0212_to_utf8_2bytes[]; >-+ >- int >- e2w_conv(c2, c1) >- int c2, c1; >-@@ -3449,7 +3453,6 @@ >- if(ms_ucs_map_f == UCS_MAP_ASCII&& c2 == 0x8F22 && c1 == 0x43){ >- return 0xA6; >- } >-- extern const unsigned short *const x0212_to_utf8_2bytes[]; >- c2 = (c2&0x7f) - 0x21; >- if (0<=c2 && c2<sizeof_euc_to_utf8_2bytes) >- p = x0212_to_utf8_2bytes[c2];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99737
: 67708