Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2009 06:40:00 GMT
From:      Takeshi Taguchi <taguchi@iij.ad.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/135618: converter/libiconv broken
Message-ID:  <200906160640.n5G6e0Yr015322@www.freebsd.org>
Resent-Message-ID: <200906160650.n5G6o1d0003455@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906160640.n5G6e0Yr015322>