From owner-svn-ports-head@freebsd.org Wed Sep 16 14:40:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 134149CD2F0; Wed, 16 Sep 2015 14:40:26 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE2E611A1; Wed, 16 Sep 2015 14:40:25 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8GEePHE033593; Wed, 16 Sep 2015 14:40:25 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8GEePbv033590; Wed, 16 Sep 2015 14:40:25 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201509161440.t8GEePbv033590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 16 Sep 2015 14:40:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397067 - in head: . Mk/Uses textproc textproc/py-xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2015 14:40:26 -0000 Author: rm Date: Wed Sep 16 14:40:24 2015 New Revision: 397067 URL: https://svnweb.freebsd.org/changeset/ports/397067 Log: textproc/py-xml: remove port This package has been included into python standard library since python 2.2 or 2.0, but some of our ports used apis not available in stock python xml package. Now all the issue are fixed and we can finally remove this port. It is dead upstream and because of it's invasive nature it may break innocent ports while installed (there were known issues for Eric and Docutils), so it was removed in most distributions years ago. There is comprehensive summary on reasons why PyXML was removed at Fedora Project [1]. The same reasons are also applicable to our tree. [1] https://fedoraproject.org/wiki/Features/RemovePyXML Deleted: head/textproc/py-xml/ Modified: head/MOVED head/Mk/Uses/python.mk head/textproc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Sep 16 13:24:35 2015 (r397066) +++ head/MOVED Wed Sep 16 14:40:24 2015 (r397067) @@ -7869,3 +7869,4 @@ japanese/marumoji-fonts|japanese/font-ma www/asp-php||2015-09-13|Unmaintained upstream, generate unsupported php textproc/py-xmltools||2015-09-15|Remove port marked broken for six months: fetch failed security/krb5-111|security/krb5-112|2015-09-15|krb5-1.11 EOLed by MIT in December 2014 +textproc/py-xml||2015-09-16|Remove: this package is available in standard python library since 2.2 Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Wed Sep 16 13:24:35 2015 (r397066) +++ head/Mk/Uses/python.mk Wed Sep 16 14:40:24 2015 (r397067) @@ -538,7 +538,6 @@ CMAKE_ARGS+= -DPython_ADDITIONAL_VERSION PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy -PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml # dependencies .if defined(_PYTHON_BUILD_DEP) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Sep 16 13:24:35 2015 (r397066) +++ head/textproc/Makefile Wed Sep 16 14:40:24 2015 (r397067) @@ -1282,7 +1282,6 @@ SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt - SUBDIR += py-xml SUBDIR += py-xmltv SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales