Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Feb 2004 20:26:20 +0900 (JST)
From:      Yousuke HARADA <harada@lab.ss.titech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62253: i18n patch of Dillo
Message-ID:  <200402021126.i12BQKqa088434@ariel.local>
Resent-Message-ID: <200402021130.i12BUITo030718@freefall.freebsd.org>

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

>Number:         62253
>Category:       ports
>Synopsis:       i18n patch of Dillo
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 02 03:30:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yousuke HARADA <harada@lab.ss.titech.ac.jp>
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Tokyo Institute of Technology
>Environment:
System: FreeBSD ariel.local 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sat Jan 24 02:56:50 JST 2004 harada@ariel.local:/usr/src/sys/i386/compile/ARIEL i386


>Description:
This is i18n patch of Dillo.
Automatic charset recognition, Gettextize, and many more enhancements.
Please refer the following URI.

http://teki.jpn.ph/pc/software/index-e.shtml

>How-To-Repeat:
>Fix:
Patch for www/dillo is below.
Make www/dillo with WITH_I18N_PATCH=yes.

diff -ur dillo.orig/Makefile dillo/Makefile
--- dillo.orig/Makefile	Mon Feb  2 19:55:48 2004
+++ dillo/Makefile	Mon Feb  2 20:03:48 2004
@@ -16,6 +16,13 @@
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		png.5:${PORTSDIR}/graphics/png
 
+.if defined(WITH_I18N_PATCH)
+PATCH_SITES=	http://teki.jpn.ph/pc/software/
+PATCHFILES=	dillo-0.7.3-i18n-misc-20031219.diff.bz2
+PATCH_DIST_STRIP=	-p1
+PKGNAMESUFFIX=	-i18n
+.endif
+
 USE_BZIP2=	yes
 USE_GNOME=	gnometarget gtk12
 USE_REINPLACE=	yes
diff -ur dillo.orig/distinfo dillo/distinfo
--- dillo.orig/distinfo	Mon Feb  2 19:55:48 2004
+++ dillo/distinfo	Mon Feb  2 19:56:03 2004
@@ -1,2 +1,2 @@
 MD5 (dillo-0.7.3.tar.bz2) = 896f4d8c752b86376bfb445740f01470
+MD5 (dillo-0.7.3-i18n-misc-20031219.diff.bz2) = 78f3532d22c5152851accaa168bd5f13

>Release-Note:
>Audit-Trail:
>Unformatted:



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