FreeBSD Bugzilla – Attachment 100212 Details for
Bug 139469
[PATCH] devel/tclxml: update to 3.2. Take maintainership.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tclxml-3.2.patch
tclxml-3.2.patch (text/plain), 5.51 KB, created by
Sylvio César Teixeira Amorim
on 2009-10-10 05:00:16 UTC
(
hide
)
Description:
tclxml-3.2.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-10-10 05:00:16 UTC
Size:
5.51 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/tclxml/Makefile,v >retrieving revision 1.14 >diff -u -u -r1.14 Makefile >--- Makefile 22 Aug 2009 00:18:38 -0000 1.14 >+++ Makefile 10 Oct 2009 03:57:17 -0000 >@@ -6,24 +6,27 @@ > # > > PORTNAME= tclxml >-PORTVERSION= 3.1 >-PORTREVISION= 1 >+PORTVERSION= 3.2 > CATEGORIES= devel tcl > MASTER_SITES= SF/tclxml/TclXML/${PORTVERSION} > >-MAINTAINER?= ports@FreeBSD.org >+MAINTAINER= scjamorim@bsd.com.br > COMMENT= API for parsing XML documents using Tcl > >+BUILD_DEPENDS= ${LOCALBASE}/bin/xslt-config:${PORTSDIR}/textproc/libxslt > RUN_DEPENDS?= dtplite:${PORTSDIR}/devel/tcllib > >-PORTDOCS= README.html html.xsl nroff.xsl tclxml.html tclxml.xml \ >- README.xml man.macros tcldoc-1.0.dtd tclxml.n txt.xsl >+PORTDOCS= README.xml html.xsl man.macros nroff.xsl tcldoc-1.0.dtd \ >+ tcldom.html tcldom.xml tclxml.css tclxml.html tclxml.xml \ >+ tclxslt.html tclxslt.xml transform.tcl txt.xsl > > USE_TCL= 82+ >+XML_CONFIG?= ${LOCALBASE}/bin/xml2-config > GNU_CONFIGURE= yes > USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} > CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ >- --with-tclinclude=${TCL_INCLUDEDIR} >+ --with-tclinclude=${TCL_INCLUDEDIR} \ >+ XML_CONFIG="${XML_CONFIG}" > PLIST= ${PKGDIR}${PKGNAMESUFFIX}/pkg-plist > PATCHDIR= ${PKGDIR}${PKGNAMESUFFIX}/files/ > PLIST_SUB= VER=${PORTVERSION} >@@ -33,7 +36,7 @@ > pre-install: > > .if !defined(NOPORTDOCS) >- @${INSTALL} -d ${DOCSDIR} >+ @${INSTALL} -d ${DOCSDIR} > @cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} > .endif > >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/devel/tclxml/distinfo,v >retrieving revision 1.4 >diff -u -u -r1.4 distinfo >--- distinfo 5 May 2008 14:54:25 -0000 1.4 >+++ distinfo 10 Oct 2009 03:57:17 -0000 >@@ -1,3 +1,3 @@ >-MD5 (tclxml-3.1.tar.gz) = 35de63a4ceba7a6fdb85dd1a62f2e881 >-SHA256 (tclxml-3.1.tar.gz) = 9b017f29c7a06fa1a57d1658bd1d3867297c26013604bdcc4d7b0ca2333552c9 >-SIZE (tclxml-3.1.tar.gz) = 489568 >+MD5 (tclxml-3.2.tar.gz) = 9d1605246c899eff7db591bca3c23200 >+SHA256 (tclxml-3.2.tar.gz) = f4116b6680b249ce74b856a121762361ca09e6256f0c8ad578d1c661b822cb39 >+SIZE (tclxml-3.2.tar.gz) = 757594 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/devel/tclxml/pkg-plist,v >retrieving revision 1.2 >diff -u -u -r1.2 pkg-plist >--- pkg-plist 5 May 2008 14:54:25 -0000 1.2 >+++ pkg-plist 10 Oct 2009 03:57:17 -0000 >@@ -1,17 +1,28 @@ >-include/tclxml/tclxml.h >-include/tclxml/tclxmlDecls.h >-lib/TclxmlConfig.sh >+include/tclxml/docObj.h >+include/tclxml/tcldom-libxml2.h >+include/tclxml/tcldom.h >+include/tclxml/tclxml-libxml2.h >+include/tclxml/tclxslt.h > lib/Tclxml%%VER%%/libTclxml%%VER%%.so > lib/Tclxml%%VER%%/libTclxmlstub%%VER%%.a > lib/Tclxml%%VER%%/pkgIndex.tcl >+lib/Tclxml%%VER%%/process.tcl >+lib/Tclxml%%VER%%/resources.tcl > lib/Tclxml%%VER%%/sgml-8.0.tcl > lib/Tclxml%%VER%%/sgml-8.1.tcl > lib/Tclxml%%VER%%/sgmlparser.tcl >+lib/Tclxml%%VER%%/tcldom-libxml2.tcl > lib/Tclxml%%VER%%/tclparser-8.0.tcl > lib/Tclxml%%VER%%/tclparser-8.1.tcl >-lib/Tclxml%%VER%%/xml__tcl.tcl >+lib/Tclxml%%VER%%/tclxslt-libxslt.tcl >+lib/Tclxml%%VER%%/utilities.tcl > lib/Tclxml%%VER%%/xml-8.0.tcl > lib/Tclxml%%VER%%/xml-8.1.tcl >+lib/Tclxml%%VER%%/xml__tcl.tcl >+lib/Tclxml%%VER%%/xmldep.tcl >+lib/Tclxml%%VER%%/xmlswitch.tcl > lib/Tclxml%%VER%%/xpath.tcl >+lib/Tclxml%%VER%%/xsltcache.tcl >+lib/TclxmlConfig.sh > @dirrm lib/Tclxml%%VER%% > @dirrm include/tclxml >Index: files/patch-configure >=================================================================== >RCS file: /home/ncvs/ports/devel/tclxml/files/patch-configure,v >retrieving revision 1.1 >diff -u -u -r1.1 patch-configure >--- files/patch-configure 5 May 2008 14:54:25 -0000 1.1 >+++ files/patch-configure 10 Oct 2009 03:57:17 -0000 >@@ -1,15 +1,11 @@ >-Due to the portbuildmechanism, the original TCL_SRC_DIR is not available >-at buildtime of this port, but the private headers that we are actually >-looking for can also be found in the include directory. >- >---- configure.orig 2005-11-04 07:26:33.000000000 +0100 >-+++ configure 2008-04-27 23:30:44.000000000 +0200 >-@@ -3183,7 +3183,7 @@ >+--- configure.orig 2008-12-02 08:55:06.000000000 -0200 >++++ configure 2009-10-09 19:10:25.000000000 -0300 >+@@ -6770,6 +6770,8 @@ > > TCL_INCLUDES=-I\"${INCLUDE_DIR_NATIVE}\" > >-- > + TCL_SRC_DIR=${with_tclinclude} >++ >+ > > >- echo $ac_n "checking for Tcl private include files""... $ac_c" 1>&6 >Index: files/patch-library-pkgIndex.tcl.in >=================================================================== >RCS file: files/patch-library-pkgIndex.tcl.in >diff -N files/patch-library-pkgIndex.tcl.in >--- files/patch-library-pkgIndex.tcl.in 5 May 2008 14:54:25 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,14 +0,0 @@ >-No clue what went wrong here.. >-This patch just avoids the warning message, it would work without it aswell. >- >---- library/pkgIndex.tcl.in.orig 2008-04-27 23:48:07.000000000 +0200 >-+++ library/pkgIndex.tcl.in 2008-04-27 23:48:13.000000000 +0200 >-@@ -4,7 +4,7 @@ >- >- package ifneeded xml::c @VERSION@ [list load [file join $dir @Tclxml_LIB_FILE@]] >- package ifneeded xml::tcl @VERSION@ [list source [file join $dir xml__tcl.tcl]] >--package ifneeded sgmlparser 1.1 [list source [file join $dir sgmlparser.tcl]] >-+package ifneeded sgmlparser 1.0 [list source [file join $dir sgmlparser.tcl]] >- package ifneeded xpath 1.0 [list source [file join $dir xpath.tcl]] >- package ifneeded xmldep 1.0 [list source [file join $dir xmldep.tcl]] >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 139469
: 100212