Bug 186215 - [PATCH] devel/lua-lgi: fix gobject-introspection depend
Summary: [PATCH] devel/lua-lgi: fix gobject-introspection depend
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: lua
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 23:10 UTC by Dmitry Marakasov
Modified: 2014-03-07 11:30 UTC (History)
1 user (show)

See Also:


Attachments
lua52-lgi-0.7.2_1.patch (665 bytes, patch)
2014-01-28 23:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-01-28 23:10:04 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-02 14:26:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lua

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2014-03-07 11:28:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-07 11:28:17 UTC
Author: amdmi3
Date: Fri Mar  7 11:28:09 2014
New Revision: 347364
URL: http://svnweb.freebsd.org/changeset/ports/347364
QAT: https://qat.redports.org/buildarchive/r347364/

Log:
  - Use USE_GNOME=introspection to depend on gobject-introspection.
  
  PR:		186215
  Submitted by:	amdmi3
  Approved by:	maintaniner timeout

Modified:
  head/devel/lua-lgi/Makefile

Modified: head/devel/lua-lgi/Makefile
==============================================================================
--- head/devel/lua-lgi/Makefile	Fri Mar  7 11:27:00 2014	(r347363)
+++ head/devel/lua-lgi/Makefile	Fri Mar  7 11:28:09 2014	(r347364)
@@ -9,15 +9,13 @@ PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 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
 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
_______________________________________________
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"