Update textproc/py-xml to 0.8.4
I'm trying to get Freevo working with Python 2.4 and I came across this bug: https://bugzilla.redhat.com/bugzilla/long_list.cgi?buglist=138493 Maybe this will give this some weight :) -lewiz. -- I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:lewiz@fajita.org | jabber:lewiz@jabber.org | url:www.lewiz.org |-
Dear maintainer, please review the proposed update! Volker
State Changed From-To: open->feedback Forwarded PR to maintainer
Thanks for the note; I never saw the original PR. Also I am new to porting and have been recovering from a disk crash, so I've been slow to produce updates for the PyXML and 4Suite ports. I'd prefer not to accept this patch as-is. We need to remove the long-deprecated --with-xslt option that is currently in the Makefile, and instead add --with-xpath as an option (off by default). I was going to make it something like this: # XSLT support in PyXML is deprecated and broken, and may render PyXML # incompatible with modern versions of 4Suite, so as of PyXML 0.8.4, # this port will not install the PyXML's xml.xslt package (this is the # default when PyXML is installed independently, anyway). Currently, # there is no XSLT support for minidom, but it is possible to convert # a minidom document to a format used by various XSLT processors. # # PyXML's XPath support (xml.xpath) for minidom is functional, however, # and may be installed by setting WITH_XPATH=yes. # .if defined(WITH_XPATH) PYDISTUTILS_BUILDARGS+= --with-xpath PYDISTUTILS_INSTALLARGS+= --with-xpath .else PYDISTUTILS_BUILDARGS+= --without-xpath PYDISTUTILS_INSTALLARGS+= --without-xpath .endif
I have submitted a new version of the port. Please see PR 74974: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/74974 The tarball submitted in that PR may also be picked up at http://skew.org/tmp/py-xml.tgz
State Changed From-To: feedback->closed Superseded by ports/74974 submitted by maintainer