This updates devel/tclxml to version 3.1 which has been out for quite a while. The new version requires two patches: One is to have the configure script search Tcl's private headers in ${TCL_INCLUDEDIR} instead of ${TCL_SRC_DIR}. The explanation can be found in ports/122998. The other one is to fix an annoyance: The upstream seems to have a wrong version number in one of the files which results in a warning message being printed every time the xml package is loaded. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->beech beech@ wants his PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/tclxml, Please note that PR ports/123163 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/123163 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I noticed, while trying to create a port for TclDOM, that more than just a plain update of the existing TclXML port is needed. I created a new patch, which is attached. With that patch, all parts of the TclXML package can be installed. I could not find a good way to compile all parts in one go, so I made two slave ports from the other parts.
State Changed From-To: feedback->open Feedback received
beech 2008-05-05 14:54:25 UTC FreeBSD ports repository Modified files: devel/tclxml Makefile distinfo pkg-descr pkg-plist Added files: devel/tclxml/files patch-configure patch-library-pkgIndex.tcl.in Log: Update to 3.1 PR: ports/123163 Submitted by: Frank Fenor <frank@fenor.de> Approved by: David Yeske <dyeske@gmail.com> (maintainer) Revision Changes Path 1.10 +11 -10 ports/devel/tclxml/Makefile 1.4 +3 -3 ports/devel/tclxml/distinfo 1.1 +15 -0 ports/devel/tclxml/files/patch-configure (new) 1.1 +14 -0 ports/devel/tclxml/files/patch-library-pkgIndex.tcl.in (new) 1.3 +0 -3 ports/devel/tclxml/pkg-descr 1.2 +3 -1 ports/devel/tclxml/pkg-plist _______________________________________________ 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"
beech 2008-05-05 15:03:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/tclxml-libxml2 Makefile pkg-descr pkg-plist devel/tclxml-libxml2/files patch-libxml2-configure Log: tclxml-libxml2 TclXML is an API for parsing XML documents using the Tcl scripting language. It is also a package with several parser implementations. The goal of the TclXML package is to provide an API for Tcl scripts that allows "Plug-and-Play" parser implementations; ie. an application will be able to use different parser implementations without change to the application code. PR: ports/123163 Submitted by: Frank Fenor Revision Changes Path 1.3055 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/tclxml-libxml2/Makefile (new) 1.1 +11 -0 ports/devel/tclxml-libxml2/files/patch-libxml2-configure (new) 1.1 +9 -0 ports/devel/tclxml-libxml2/pkg-descr (new) 1.1 +7 -0 ports/devel/tclxml-libxml2/pkg-plist (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed, Thanks!