ports/170131: [PATCH] japanese/mozc-el failed to compile
Seiji Ariga
freebsd at khaotic.net
Wed Jul 25 12:40:09 UTC 2012
>Number: 170131
>Category: ports
>Synopsis: [PATCH] japanese/mozc-el failed to compile
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 25 12:40:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Seiji Ariga
>Release: reeBSD 9.0-STABLE #0: Thu Jun 21 16:49:18 EDT 2012
>Organization:
>Environment:
FreeBSD host.khaotic.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu Jun 21 16:49:18 EDT 2012 root at host.khaotic.net:/usr/obj/usr/src/sys/HOST amd64
>Description:
ports/170037 aslo shold have taken care of japanese/mozc-el.
>How-To-Repeat:
cd /usr/ports/japanese/mozc-el
make
>Fix:
--- japanese/mozc-server/Makefile.orig 2012-07-22 12:48:40.000000000 -0400
+++ japanese/mozc-server/Makefile 2012-07-22 12:47:22.000000000 -0400
@@ -7,7 +7,7 @@
PORTNAME= mozc
PORTVERSION= 1.5.1090.102
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX?= ja-
@@ -73,9 +73,9 @@
SSL_REINPLACE_STR+= -e "s,%%${V}%%,${${V}},"
.endfor
-.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server"
-GYP_DEFINES="use_libprotobuf=1 enable_gtk_renderer=0"
-.elif ${BUILD_MOZC_LIST:Mmozc_tool} == "mozc_tool"
+.if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server" || \
+ ${BUILD_MOZC_LIST:Mmozc_tool} == "mozc_tool" || \
+ ${BUILD_MOZC_LIST:Mmozc-el} == "mozc-el"
GYP_DEFINES="use_libprotobuf=1 enable_gtk_renderer=0"
.else
GYP_DEFINES="use_libprotobuf=1"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list