Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 02:00:10 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56321: Update port: japanese/ebview
Message-ID:  <20030903020010.70b033e5.tkato@prontomail.com>
Resent-Message-ID: <200309021710.h82HACrN029163@freefall.freebsd.org>

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

>Number:         56321
>Category:       ports
>Synopsis:       Update port: japanese/ebview
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 02 10:10:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build with upgraded gettext package

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/japanese/ebview/Makefile japanese/ebview/Makefile
--- /usr/ports/japanese/ebview/Makefile	Sun May  4 01:43:59 2003
+++ japanese/ebview/Makefile	Wed Sep  3 01:32:51 2003
@@ -28,6 +28,12 @@
 CPPFLAGS=	-I${LOCALBASE}/include
 LDFLAGS=	-L${LOCALBASE}/lib
 
+post-patch:
+.for file in src/dictheading.c
+	cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \
+		&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
+.endfor
+
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



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