Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  5 Feb 2010 18:08:42 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@FreeBSD.org
Subject:   [PATCH] devel/glib: remove dependency on Python
Message-ID:  <20100205150842.3F451B84B@hades.panopticon>

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

>Submitter-Id:	current-users
>Originator:	Dmitry Marakasov
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] devel/glib: remove dependency on Python
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 8.0-RELEASE i386
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009
>Description:
I've just noticed that glib20 depends on python, while that's
absolutely needless. Python seem to only be used in and bin/gtester-report
script, which does't even have executable bit set on installation.

However, this will likely require a exp-run, as my testing showed
that while glib and many glib-using ports build perfectly fine,
some (currently, firefox 3.6 not yet added to the ports) lack python
dependency themselves.

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- glib-2.22.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/glib20/Makefile,v
retrieving revision 1.165
diff -u -u -r1.165 Makefile
--- Makefile	7 Jan 2010 11:21:07 -0000	1.165
+++ Makefile	5 Feb 2010 15:02:23 -0000
@@ -37,7 +37,6 @@
 USE_GNOME=	gnomehack pkgconfig ltverhack
 USE_GMAKE=	yes
 MAKE_JOBS_SAFE=	yes
-USE_PYTHON=	yes
 USE_PERL5=	yes
 CONFIGURE_ARGS=	--enable-static --with-libiconv=gnu \
 		--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \
--- glib-2.22.4.patch ends here ---




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