Bug 74568 - Update textproc/py-xml to 0.8.4
Summary: Update textproc/py-xml to 0.8.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-30 23:30 UTC by Marcus Grando
Modified: 2004-12-13 07:29 UTC (History)
1 user (show)

See Also:


Attachments
py-xml.patch (1.93 KB, patch)
2004-11-30 23:30 UTC, Marcus Grando
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus Grando 2004-11-30 23:30:28 UTC
Update textproc/py-xml to 0.8.4
Comment 1 Lewis Thompson 2004-12-03 00:49:11 UTC
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 |-
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-12-09 09:30:29 UTC
Dear maintainer, please review the proposed update!

Volker
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-12-09 09:30:45 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer
Comment 4 mike 2004-12-09 10:50:18 UTC
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
Comment 5 mike 2004-12-12 10:32:36 UTC
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
Comment 6 Volker Stolz freebsd_committer freebsd_triage 2004-12-13 07:29:21 UTC
State Changed
From-To: feedback->closed

Superseded by ports/74974 submitted by maintainer