From glarkin@sourcehosting.net  Thu Jul 29 19:17:39 2010
Return-Path: <glarkin@sourcehosting.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 67BD01065679
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jul 2010 19:17:39 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11])
	by mx1.freebsd.org (Postfix) with ESMTP id 436248FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Jul 2010 19:17:39 +0000 (UTC)
Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv)
	by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD))
	(envelope-from <glarkin@sourcehosting.net>)
	id 1OeYbk-000JPA-H7; Thu, 29 Jul 2010 15:17:37 -0400
Received: from fbsd70.entropy.prv (fbsd70.entropy.prv [192.168.1.14])
	by cube.entropy.prv (Postfix) with ESMTP
	id E739643112A7; Thu, 29 Jul 2010 15:17:32 -0400 (EDT)
Received: from fbsd70.entropy.prv (localhost [127.0.0.1])
	by fbsd70.entropy.prv (8.14.2/8.14.2) with ESMTP id o6TJHVnE012902;
	Thu, 29 Jul 2010 15:17:31 -0400 (EDT)
	(envelope-from glarkin@fbsd70.entropy.prv)
Received: (from glarkin@localhost)
	by fbsd70.entropy.prv (8.14.2/8.14.2/Submit) id o6TJHVLM012901;
	Thu, 29 Jul 2010 15:17:31 -0400 (EDT)
	(envelope-from glarkin)
Message-Id: <201007291917.o6TJHVLM012901@fbsd70.entropy.prv>
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+
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149080
>Category:       ports
>Synopsis:       [PATCH] net/libproxy: restrict Python dependency to 2.5+
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 29 19:20:03 UTC 2010
>Closed-Date:    Thu Jul 29 20:30:34 UTC 2010
>Last-Modified:  Thu Jul 29 20:40:02 UTC 2010
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 29 19:20:35 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149080 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Thu Jul 29 20:30:17 UTC 2010 
State-Changed-Why:  
Committed thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149080 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149080: commit references a PR
Date: Thu, 29 Jul 2010 20:30:22 +0000 (UTC)

 kwm         2010-07-29 20:30:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/libproxy         Makefile 
   Log:
   This port needs python 2.5 or higher.
   
   PR:             ports/149080
   Submitted by:   glarkin@
   
   Revision  Changes    Path
   1.4       +1 -1      ports/net/libproxy/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
