Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  3 Jul 2014 04:12:09 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] games/gnome-games: switch to USES=libtool, fix introspection usage
Message-ID:  <20140703001209.866101CDA4@hades.panopticon>

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

>Submitter-Id:	current-users
>Originator:	Dmitry Marakasov
>Organization:	
>Confidential:	no
>Synopsis:	[PATCH] games/gnome-games: switch to USES=libtool, fix introspection usage
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 10.0-RELEASE-p6 amd64
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE-p6 FreeBSD 10.0-RELEASE-p6 #0 r267978: Sat Jun 28 05:38:07 MSK
>Description:
- Switch to USES=libtool
- Fix introspection usage

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

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

--- gnome-games-2.32.1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 360330)
+++ Makefile	(working copy)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gnome-games
 PORTVERSION=	2.32.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	games gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -12,7 +12,6 @@
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Game applications package for the GNOME 2 Desktop Environment
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
 LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile \
 		libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
 		libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
@@ -24,8 +23,10 @@
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 USE_GL=		gl
-USES=		desktop-file-utils pathfix gettext gmake pkgconfig tar:bzip2
-USE_GNOME=	gnomeprefix intlhack librsvg2 pygnomedesktop gnomedocutils
+USES=		desktop-file-utils pathfix gettext gmake libtool:keepla \
+		pkgconfig tar:bzip2
+USE_GNOME=	gnomeprefix intlhack librsvg2 pygnomedesktop gnomedocutils \
+		introspection:build
 USE_GSTREAMER=	vorbis ogg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sound=gstreamer \
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 360330)
+++ pkg-plist	(working copy)
@@ -127,6 +127,7 @@
 lib/gnome-games/libgames-support-gi.la
 lib/gnome-games/libgames-support-gi.so
 lib/gnome-games/libgames-support-gi.so.0
+lib/gnome-games/libgames-support-gi.so.0.0.0
 %%PYTHON_SITELIBDIR%%/glchess/__init__.py
 %%PYTHON_SITELIBDIR%%/glchess/__init__.pyc
 %%PYTHON_SITELIBDIR%%/glchess/__init__.pyo
--- gnome-games-2.32.1.patch ends here ---




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