Date: Thu, 29 Jul 2010 15:17:31 -0400 (EDT) From: Greg Larkin <glarkin@freebsd.org> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org Subject: [PATCH] net/libproxy: restrict Python dependency to 2.5+ Message-ID: <201007291917.o6TJHVLM012901@fbsd70.entropy.prv>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007291917.o6TJHVLM012901>