ports/135618: converter/libiconv broken
Takeshi Taguchi
taguchi at iij.ad.jp
Tue Jun 16 06:50:04 UTC 2009
>Number: 135618
>Category: ports
>Synopsis: converter/libiconv broken
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 16 06:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Takeshi Taguchi
>Release: 7.2
>Organization:
IIJ
>Environment:
FreeBSD taguchi-d.tohoku.iiji.jp 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #3: Thu Jun 11 14:35:52 JST 2009 root at taguchi-d.tohoku.iiji.jp:/usr/obj/usr/src/sys/IIJ amd64
>Description:
Current converter/libiconv with WITH_EXTRA_PATCHES=yes is Broken.
extra patch file libiconv-1.13-ja-4.patch.gz does not exists.
libiconv-1.12-ja-4.patch.gz is exists and it is for 1.12.
libiconv-1.13-ja-1.patch.gz is a correct one.
>How-To-Repeat:
# cd ${PORTSDIR}/converters/libiconv
# make WITH_EXTRA_PATCHES=yes
.. fetch error occure!
>Fix:
Please apply this patch.
and do make WITH_EXTRA_PATCH=yes makesum for create
correct distfile.
Thanks.
Patch attached with submission follows:
--- Makefile.orig 2009-06-16 11:22:13.000000000 +0900
+++ Makefile 2009-06-16 11:24:02.000000000 +0900
@@ -49,7 +49,7 @@
PATCH_SITES+= http://www2d.biglobe.ne.jp/~msyk/software/libiconv/
PATCH_SITES+= ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= nork
-PATCHFILES+= ${DISTNAME}-ja-4.patch.gz
+PATCHFILES+= ${DISTNAME}-ja-1.patch.gz
PATCH_DIST_STRIP+= -p1
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list