Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 21:27:44 +0900 (JST)
From:      NIIMI Satoshi <sa2c@sa2c.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87516: PATCH japanese/scim-anthy: add dependency for japanese/kasumi
Message-ID:  <20051016122744.338C21145B@berkeley.local>
Resent-Message-ID: <200510161230.j9GCUIHr029020@freefall.freebsd.org>

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

>Number:         87516
>Category:       ports
>Synopsis:       PATCH japanese/scim-anthy: add dependency for japanese/kasumi
>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:   Sun Oct 16 12:30:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD berkeley.local 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: Wed Oct 12 06:06:13 JST 2005 root@berkeley.local:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Upstream developers highly recommend to install japanese/kasumi with
scim-anthy.

scim-anthy/NEWS:
* Show dictionary menu on the panel by default.
  It uses kasumi (http://kasumi.sourceforge.jp/).
  It's very important package for scim-anthy.
  Distributors, please install also kasumi when install scim-anthy.

	
>How-To-Repeat:
	
>Fix:

	

--- scim-anthy.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/scim-anthy/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	15 Oct 2005 13:21:14 -0000	1.12
+++ Makefile	16 Oct 2005 12:17:55 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	scim-anthy
 PORTVERSION=	0.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=scim-imengine/16945
@@ -17,7 +17,8 @@
 
 BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
 LIB_DEPENDS=	anthy.1:${PORTSDIR}/japanese/anthy
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${BUILD_DEPENDS} \
+		kasumi:${PORTSDIR}/japanese/kasumi
 
 USE_GNOME=	lthack
 USE_X_PREFIX=	yes
--- scim-anthy.diff ends here ---


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



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