Bug 240302

Summary: japanese/mozc-server fcitx icon path error
Product: Ports & Packages Reporter: t-matubara
Component: Individual Port(s)Assignee: Hiroki Sato <hrs>
Status: New ---    
Severity: Affects Many People Flags: bugzilla: maintainer-feedback? (hrs)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description t-matubara 2019-09-03 12:38:00 UTC
japanese/fcitx-mozc


icon path NG.

please update

japanese/mozc-server

error file:/usr/local/share/fcitx/inputmethod/mozc.conf

IconName=/usr/local/local/share/mozc/icon/mozc.png  <--NG
IconName=/usr/local/share/fcitx/mozc/icon/mozc.png  <--OK


--- Makefile.orig       2019-09-03 20:20:54.909743000 +0900
+++ Makefile    2019-09-03 21:20:49.269690000 +0900
@@ -4,7 +4,7 @@
 PORTNAME=      mozc
 PORTVERSION=   2.23.2815.102.00
 DISTVERSIONPREFIX=     v
-PORTREVISION=  5
+PORTREVISION=  6
 CATEGORIES=    japanese
 
 MAINTAINER=    hrs@FreeBSD.org
@@ -108,7 +108,7 @@
 .if ${BUILD_MOZC_LIST:Mfcitx_mozc} == "fcitx_mozc"
        ${REINPLACE_CMD} 's,/po/mo},%po}mo,g' \
            ${BUILD_WRKSRC}/unix/fcitx/gen_fcitx_mozc_i18n.sh
-       ${REINPLACE_CMD} "s,/usr,${LOCALBASE:Q}," \
+       ${REINPLACE_CMD} "s,share,share/fcitx," \
            ${BUILD_WRKSRC}/unix/fcitx/mozc.conf
 .endif