Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2000 18:28:56 +0900 (JST)
From:      MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19453: japanese/tgif depends on graphics/tgif-nls
Message-ID:  <200006210928.SAA04298@micro.if.t.u-tokyo.ac.jp>

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

>Number:         19453
>Category:       ports
>Synopsis:       Changing depending port
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 22 18:10:03 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     MITA Yoshio
>Release:        FreeBSD 4.0-20000610-JPSNAP i386
>Organization:
VLSI Design and Education Center, the University of TOKYO
>Environment:
>Description:
japanese/tgif has depend on graphics/tgif, which supports english message
and default paper size is letter, whereas standard paper size in Japan is A4.

After contact with maintainer of graphics/tgif-nls, he agreed adding
-A4PAPER option and Native Language Support message catalogs for 
japanese, russian and french.

Therefore it is better for japanese TGIF users to depend on graphics/tgif-nls.
>How-To-Repeat:
>Fix:
Too simple.

diff -ruN japanese/tgif.current/Makefile japanese/tgif/Makefile
--- japanese/tgif.current/Makefile	Sat Apr 15 07:12:29 2000
+++ japanese/tgif/Makefile	Wed Jun 21 18:22:55 2000
@@ -6,14 +6,14 @@
 #
 
 PORTNAME=	tgif
-PORTVERSION=	4.1.16
+PORTVERSION=	4.1.34
 CATEGORIES=	japanese
 MASTER_SITES=	http://home.jp.FreeBSD.org/~mita/LOCAL_PORTS/
 DISTNAME=	ja-${PORTNAME}-980222
 
 MAINTAINER=	mita@jp.FreeBSD.org
 
-RUN_DEPENDS=	tgif:${PORTSDIR}/graphics/tgif
+RUN_DEPENDS=	tgif:${PORTSDIR}/graphics/tgif-nls
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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