Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 08:32:17 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63422: Update port: japanese/uim (fix a path for skk-jisyo)
Message-ID:  <86vfltxvr2.wl%fuyuki@nigredo.org>
Resent-Message-ID: <200402262340.i1QNeJq0040235@freefall.freebsd.org>

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

>Number:         63422
>Category:       ports
>Synopsis:       Update port: japanese/uim (fix a path for skk-jisyo)
>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:   Thu Feb 26 15:40:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE i386

>Description:
The path for skk-jisyo is wrongly hardcoded.

>How-To-Repeat:

>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/japanese/uim/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	8 Feb 2004 15:28:10 -0000	1.13
+++ Makefile	26 Feb 2004 23:26:17 -0000
@@ -15,6 +15,7 @@
 
 LIB_DEPENDS=	anthy.0:${PORTSDIR}/japanese/anthy
 
+USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
 USE_PERL5_BUILD=yes
 INSTALLS_SHLIB=	yes
@@ -44,6 +45,9 @@
 .else
 PLIST_SUB+=	GNOME="@comment "
 .endif
+
+post-patch:
+	${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' ${WRKSRC}/scm/skk.scm
 
 .if !defined(NOPORTDOCS)
 post-install:
cvs diff: Diffing files

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86vfltxvr2.wl%fuyuki>