Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 02:54:31 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        lua@FreeBSD.org
Subject:   ports/186215: [PATCH] devel/lua52-lgi: fix gobject-introspection depend
Message-ID:  <20140128225431.0DAF82910@hades.panopticon>
Resent-Message-ID: <201401282310.s0SNA46X033535@freefall.freebsd.org>

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

>Number:         186215
>Category:       ports
>Synopsis:       [PATCH] devel/lua52-lgi: fix gobject-introspection depend
>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:10:04 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:
- Use USE_GNOME=introspection to depend on gobject-introspection.
Among other things this takes care of setting environement for
g-ir-scanner.

Port maintainer (lua@FreeBSD.org) is cc'd.

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

--- lua52-lgi-0.7.2_1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341668)
+++ Makefile	(working copy)
@@ -9,9 +9,6 @@
 MAINTAINER=	lua@FreeBSD.org
 COMMENT=	Lua bindings to libraries using GObject-Introspection
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	pavouk
 GH_COMMIT=	efa920a
@@ -18,6 +15,7 @@
 GH_TAGNAME=	0.7.2
 
 USES=		gmake lua pkgconfig
+USE_GNOME=	introspection:build,run
 MAKE_ARGS+=	PREFIX=${PREFIX} LUA_LIBDIR=${LUA_MODLIBDIR} \
 		LUA_INCDIR=${LUA_INCDIR} LUA_VERSION=${LUA_VER} \
 		CORE=corelgilua${LUA_VER_STR}.so
--- lua52-lgi-0.7.2_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?20140128225431.0DAF82910>