[PATCH] net/libproxy: restrict Python dependency to 2.5+

Greg Larkin glarkin at freebsd.org
Thu Jul 29 19:39:40 UTC 2010


>Submitter-Id:	current-users
>Originator:	Greg Larkin
>Organization:	The FreeBSD Project
>Confidential:	no 
>Synopsis:	[PATCH] net/libproxy: restrict Python dependency to 2.5+
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 7.0-RELEASE i386
>Environment:
System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
libproxy's configure script requires Python 2.5+, so change the USE_PYTHON
variable to reflect this.

This was noticed in a tinderbox build with the following options set:

PYTHON_VERSION=python2.4
PYTHON_DEFAULT_VERSION=python2.4

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

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

--- libproxy-0.2.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/libproxy/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	16 May 2010 21:00:04 -0000	1.3
+++ Makefile	29 Jul 2010 19:15:45 -0000
@@ -27,7 +27,7 @@
 
 .if !defined(LIBPROXY_SLAVE)
 USE_LDCONFIG=	yes
-USE_PYTHON=	yes
+USE_PYTHON=	2.5+
 
 post-build:
 	${PYTHON_CMD} -Qold ${PYTHON_LIBDIR}/compileall.py \
--- libproxy-0.2.3_1.patch ends here ---



More information about the freebsd-gnome mailing list