Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 03:14:27 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186216: [PATCH] japanese/ja-libskk: switch to USE_GNOME=introspection
Message-ID:  <20140128231427.9E8CD2AB6@hades.panopticon>
Resent-Message-ID: <201401282320.s0SNK0n8036553@freefall.freebsd.org>

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

>Number:         186216
>Category:       ports
>Synopsis:       [PATCH] japanese/ja-libskk: switch to USE_GNOME=introspection
>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:   Tue Jan 28 23:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Switch to USE_GNOME=introspection to depend on gobject-introspection.
Among other things this takes care of environement for g-ir-scanner.
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES

Port maintainer (hiroto.kagotani@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- ja-libskk-1.0.0_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341671)
+++ Makefile	(working copy)
@@ -10,15 +10,13 @@
 MAINTAINER=	hiroto.kagotani@gmail.com
 COMMENT=	Library to deal with Japanese Kana-to-Kanji conversion method
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	gee:${PORTSDIR}/devel/libgee06 \
-		json-glib-1.0:${PORTSDIR}/devel/json-glib
+LIB_DEPENDS=	libgee.so:${PORTSDIR}/devel/libgee06 \
+		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
 
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 USE_GCC=	any
-USE_GNOME=	intltool gnomehack
-USES=		pkgconfig
+USE_GNOME=	intltool gnomehack introspection:build
+USES=		pkgconfig gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	DATADIRNAME=share
 MAN1=		skk.1
--- ja-libskk-1.0.0_1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140128231427.9E8CD2AB6>