Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2005 14:49:41 +0100 (CET)
From:      Dirk Gouders <gouders@et.bocholt.fh-ge.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88843: Installation Problem with ja-edict-19990714_2
Message-ID:  <200511111349.jABDnfuZ070789@musashi.et.bocholt.fh-gelsenkirchen.de>
Resent-Message-ID: <200511111350.jABDoFOH046698@freefall.freebsd.org>

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

>Number:         88843
>Category:       ports
>Synopsis:       Installation Problem with ja-edict-19990714_2
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 11 13:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Gouders
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
FH Gelsenkirchen, Abt. Bocholt
>Environment:
System: FreeBSD musashi.et.bocholt.fh-gelsenkirchen.de 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	After installation of ja-edict-19990714_2 xjdic's configuration
    file /usr/local/share/dict/edict/.xjdicrc still refers to 4jword2
    but should refer to 4jword3_edict.euc.
>How-To-Repeat:
    Install the port and try to run xjdic
>Fix:

    Here is a patch that solves the problem:
    
--- Makefile~   Fri Nov  4 18:16:20 2005
+++ Makefile    Fri Nov 11 14:37:55 2005
@@ -149,7 +149,7 @@
        # @${ECHO_CMD} dicfile findic >> ${DATADIR}/.xjdicrc
        # @${ECHO_CMD} dicfile mktdic >> ${DATADIR}/.xjdicrc
        @${ECHO_CMD} dicfile compverb >> ${DATADIR}/.xjdicrc
-       @${ECHO_CMD} dicfile 4jword2 >> ${DATADIR}/.xjdicrc
+       @${ECHO_CMD} dicfile 4jword3_edict.euc >> ${DATADIR}/.xjdicrc
        # @${ECHO_CMD} dicfile concrete.doc >> ${DATADIR}/.xjdicrc
        # @${ECHO_CMD} dicfile lingdic >> ${DATADIR}/.xjdicrc
        @${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DATADIR}/.xjdicrc
>Release-Note:
>Audit-Trail:
>Unformatted:



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