From nobody@FreeBSD.org  Thu Aug 18 12:48:35 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8B1441065676
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Aug 2011 12:48:35 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7A1AB8FC25
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Aug 2011 12:48:35 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7ICmZkR066751
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 18 Aug 2011 12:48:35 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p7ICmZWU066750;
	Thu, 18 Aug 2011 12:48:35 GMT
	(envelope-from nobody)
Message-Id: <201108181248.p7ICmZWU066750@red.freebsd.org>
Date: Thu, 18 Aug 2011 12:48:35 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] devel/boost-pyste: eliminate py-elementtree dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: churanov.port.maintainer@gmail.com

>Number:         159869
>Category:       ports
>Synopsis:       [PATCH] devel/boost-pyste: eliminate py-elementtree dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 18 12:50:05 UTC 2011
>Closed-Date:    Fri Aug 19 13:18:27 UTC 2011
>Last-Modified:  Fri Aug 19 13:20:10 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-BETA1
>Organization:
>Environment:
9.0-BETA1 i386
>Description:
This port have dependency on devel/py-elementtree. At the same time USE_PYTHON= 2.5+ is defined. elementtree is a part of python since 2.5, so this dependency isn't needed. Removing it.
See: http://docs.python.org/library/xml.etree.elementtree.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa boost-pyste.orig/Makefile boost-pyste/Makefile
--- boost-pyste.orig/Makefile	2011-02-25 10:50:34.000000000 +0300
+++ boost-pyste/Makefile	2011-08-18 16:45:51.000000000 +0400
@@ -31,11 +31,9 @@
 		PYTHON_LIB_PATH="${PYTHON_LIBDIR}"
 
 RUN_DEPENDS+=	${LOCALBASE}/lib/libboost_python.so.${BOOST_SHARED_LIB_VER}:${PORTSDIR}/devel/boost-python-libs
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree
 
 RUN_DEPENDS+=	gccxml:${PORTSDIR}/devel/gccxml
 BUILD_DEPENDS+=	${BJAM}:${PORTSDIR}/devel/boost-jam
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree
 
 post-patch: customize-boost-build
 


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 18 12:50:15 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: churanov.port.maintainer@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159869: [PATCH] devel/boost-pyste: eliminate py-elementtree dependency
Date: Thu, 18 Aug 2011 12:50:13 UT

 Maintainer of devel/boost-pyste,
 
 Please note that PR ports/159869 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159869
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Alexander Churanov <alexanderchuranov@gmail.com>
To: bug-followup@freebsd.org
Cc: churanov.port.maintainer@gmail.com
Subject: Re: ports/159869: [PATCH] devel/boost-pyste: eliminate py-elementtree dependency
Date: Fri, 19 Aug 2011 13:24:37 +0400

 I approve the patch.
 
 Alexander Churanov,
 maintainer of devel/boost-*
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Fri Aug 19 10:03:39 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159869 
State-Changed-From-To: feedback->open 
State-Changed-By: crees 
State-Changed-When: Fri Aug 19 10:15:59 UTC 2011 
State-Changed-Why:  
Maintainer has approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159869 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Fri Aug 19 13:18:25 UTC 2011 
State-Changed-Why:  
Committed. Thank you for yet another excellent contribution. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159869: commit references a PR
Date: Fri, 19 Aug 2011 13:18:14 +0000 (UTC)

 crees       2011-08-19 13:18:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/boost-pyste    Makefile 
   Log:
   Remove irrelevant dependency on devel/py-elementtree
   
   PR:             ports/159869
   Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
   Approved by:    Alexander Churanov (maintainer)
   
   Revision  Changes    Path
   1.4       +0 -2      ports/devel/boost-pyste/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:
