ports/169364: [PATCH] japanese/mozc-server: Fix the BROKEN flag

Masaki TAGAWA masaki at club.kyutech.ac.jp
Sun Jun 24 07:10:11 UTC 2012


>Number:         169364
>Category:       ports
>Synopsis:       [PATCH] japanese/mozc-server: Fix the BROKEN flag
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 24 07:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Masaki TAGAWA
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
Kyushu Institute of Technology
>Environment:
System: FreeBSD rosetta.club.kyutech.ac.jp 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- Fix the BROKEN flag
  - Add LIB_DEPENDS
    - devel/glib20
    - x11-toolkits/gtk20
- Minor Makefile code fixes to make portlint happier
- Checked on Redports.org[1]
- Cc'd this port's maintainer: Daichi GOTO

[1] http://redports.org/buildarchive/20120624065004-2762/
>How-To-Repeat:
Reported on http://portsmon.freebsd.org/portoverview.py?category=japanese&portname=mozc-server
>Fix:

	

--- patch-mozc-server begins here ---
--- /usr/ports/japanese/mozc-server.org/Makefile	2012-06-10 18:37:13.000000000 +0900
+++ /usr/ports/japanese/mozc-server/Makefile	2012-06-24 15:58:55.799520885 +0900
@@ -7,7 +7,7 @@
 
 PORTNAME=	mozc
 PORTVERSION=	1.5.1090.102
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX?=	ja-
@@ -19,11 +19,11 @@
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
 		gtest.0:${PORTSDIR}/devel/googletest \
 		protobuf.7:${PORTSDIR}/devel/protobuf \
-		zinnia.0:${PORTSDIR}/japanese/zinnia
+		zinnia.0:${PORTSDIR}/japanese/zinnia \
+		glib-2.0:${PORTSDIR}/devel/glib20 \
+		gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
 
-BROKEN=		does not build
-
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_ICONV=	yes
@@ -58,7 +58,7 @@
 BUILD_MODE=	Release
 .endif
 
-LOCALBASE_REPLACE_FILES= \
+LOCALBASE_REPLACE_FILES=	\
 		gyp/common.gypi \
 		unix/ibus/gen_mozc_xml.py \
 		unix/ibus/mozc.xml \
--- patch-mozc-server ends here ---


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



More information about the freebsd-ports-bugs mailing list