Bug 123163 - Update port: devel/tclxml to version 3.1
Summary: Update port: devel/tclxml to version 3.1
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 09:10 UTC by Frank
Modified: 2008-05-05 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (3.72 KB, patch)
2008-04-28 09:10 UTC, Frank
no flags Details | Diff
ports-devel-tclxml-all.patch (6.94 KB, patch)
2008-04-28 21:57 UTC, Frank
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2008-04-28 09:10:03 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-28 09:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-28 09:10:10 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-28 09:10:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Frank 2008-04-28 21:57:38 UTC
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. 
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2008-05-01 06:34:50 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-05-05 15:54:30 UTC
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"
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-05-05 16:03:10 UTC
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"
Comment 8 Beech Rintoul freebsd_committer freebsd_triage 2008-05-05 16:03:45 UTC
State Changed
From-To: open->closed

Committed, Thanks!