[PATCH] devel/glib: remove dependency on Python

Dmitry Marakasov amdmi3 at amdmi3.ru
Fri Feb 5 15:08:46 UTC 2010


>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 at 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 ---



More information about the freebsd-gnome mailing list