ports/117561: [PATCH] converters/libiconv: Re-enable EXTRA_PATCHES option
KIMURA Yasuhiro
yasu at utahime.org
Sat Oct 27 14:30:03 UTC 2007
>Number: 117561
>Category: ports
>Synopsis: [PATCH] converters/libiconv: Re-enable EXTRA_PATCHES option
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 27 14:30:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: KIMURA Yasuhiro
>Release: FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Thu Oct 4 12:23:50 JST 2007 xxxx i386
>Description:
Re-enable EXTRA_PATCHES option.
>How-To-Repeat:
>Fix:
--- patch-libiconv begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/converters/libiconv/Makefile,v
retrieving revision 1.42
diff -u -r1.42 Makefile
--- Makefile 24 Oct 2007 23:35:01 -0000 1.42
+++ Makefile 27 Oct 2007 13:58:00 -0000
@@ -28,8 +28,8 @@
MAN1= iconv.1
MAN3= iconv.3 iconv_open.3 iconv_close.3 iconvctl.3
-OPTIONS= EXTRA_ENCODINGS "Include extra character sets" on
-# EXTRA_PATCHES "Apply patches to fix CP932 add EUCJP-MS" off
+OPTIONS= EXTRA_ENCODINGS "Include extra character sets" on \
+ EXTRA_PATCHES "Apply patches to fix CP932 add EUCJP-MS" off
.ifdef USE_ICONV
.error USE_ICONV is defined as an environment variable, or in the arguments \
@@ -42,13 +42,13 @@
CONFIGURE_ARGS+= --enable-extra-encodings
.endif
-#.if defined(WITH_EXTRA_PATCHES)
-#PATCH_SITES+= http://www2d.biglobe.ne.jp/~msyk/software/libiconv/
-#PATCH_SITES+= ${MASTER_SITE_LOCAL}
-#PATCH_SITE_SUBDIR= nork
-#PATCHFILES+= ${DISTNAME}-cp932.patch.gz
-#PATCH_DIST_STRIP+= -p1
-#.endif
+.if defined(WITH_EXTRA_PATCHES)
+PATCH_SITES+= http://www2d.biglobe.ne.jp/~msyk/software/libiconv/
+PATCH_SITES+= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= nork
+PATCHFILES+= ${DISTNAME}-cp932.patch.gz
+PATCH_DIST_STRIP+= -p1
+.endif
post-patch:
@${REINPLACE_CMD} -e 's:ei_ksc5601:ei_euc_kr:g' ${WRKSRC}/lib/aliases.h
Index: distinfo
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/converters/libiconv/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo 24 Oct 2007 23:35:01 -0000 1.13
+++ distinfo 27 Oct 2007 13:56:24 -0000
@@ -1,3 +1,6 @@
MD5 (libiconv-1.11.tar.gz) = b77a17e4a5a817100ad4b2613935055e
SHA256 (libiconv-1.11.tar.gz) = fbf5b9a63ea6e3abebfabc04506f0e18a2860071031e34ea4ad4f450b8c43d4b
SIZE (libiconv-1.11.tar.gz) = 4430930
+MD5 (libiconv-1.11-cp932.patch.gz) = 1d6c7711b6ec76c9c42230d8e097baa0
+SHA256 (libiconv-1.11-cp932.patch.gz) = 48ed20ab2bd59d9af9fa6d4328b363849bf0e155b70bdbe137dc8973341b65d1
+SIZE (libiconv-1.11-cp932.patch.gz) = 112830
--- patch-libiconv ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list