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

Greg Larkin glarkin at FreeBSD.org
Thu Jul 29 19:20:04 UTC 2010


>Number:         149080
>Category:       ports
>Synopsis:       [PATCH] net/libproxy: restrict Python dependency to 2.5+
>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:   Thu Jul 29 19:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
The FreeBSD Project
>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 ---

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



More information about the freebsd-ports-bugs mailing list