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:   ports/143578: [PATCH] devel/glib: remove dependency on Python
Message-ID:  <20100205150842.3F451B84B@hades.panopticon>
Resent-Message-ID: <201002051510.o15FA1lN021193@freefall.freebsd.org>

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

>Number:         143578
>Category:       ports
>Synopsis:       [PATCH] devel/glib: remove dependency on Python
>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:   Fri Feb 05 15:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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