Bug 172088 - japanese/ibus-mozc can not be compiled.
Summary: japanese/ibus-mozc can not be compiled.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Daichi GOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 12:30 UTC by Kazuyoshi Kamitsukasa
Modified: 2012-09-26 14:00 UTC (History)
0 users

See Also:


Attachments
file.diff (428 bytes, patch)
2012-09-26 12:30 UTC, Kazuyoshi Kamitsukasa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kazuyoshi Kamitsukasa 2012-09-26 12:30:09 UTC
japanese/ibus-mozc can not be compiled.

Fix: Modify japanese/mozc-server/Makefile.

Patch attached with submission follows:
How-To-Repeat: Compile japanese/ibus-mozc.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-26 12:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->daichi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-26 13:53:45 UTC
Author: daichi
Date: Wed Sep 26 12:53:34 2012
New Revision: 304906
URL: http://svn.freebsd.org/changeset/ports/304906

Log:
  build issue fixed
  
  PR:		ports/172088
  Submitted by:	Kazuyoshi Kamitsukasa <jou4.pub@gmail.com>

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Wed Sep 26 12:46:26 2012	(r304905)
+++ head/japanese/mozc-server/Makefile	Wed Sep 26 12:53:34 2012	(r304906)
@@ -7,7 +7,7 @@
 
 PORTNAME=	mozc
 PORTVERSION=	1.6.1187.102
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX?=	ja-
@@ -175,7 +175,7 @@ PLIST_FILES+=	libexec/ibus-engine-mozc \
 PLIST_DIRS+=	${DATADIR_REL}/icons ${DATADIR_REL}
 
 do-build-ibus_mozc:
-	${BUILD_MOZC_CMD} build -c ${BUILD_MODE} -j ${MAKE_JOBS_NUMBER}
+	${BUILD_MOZC_CMD} build -c ${BUILD_MODE} -j ${MAKE_JOBS_NUMBER} \
 		unix/ibus/ibus.gyp:ibus_mozc
 
 do-install-ibus_mozc:
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Daichi GOTO freebsd_committer freebsd_triage 2012-09-26 13:53:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!