FreeBSD Bugzilla – Attachment 56667 Details for
Bug 85557
Update port: textproc/p5-XML-LibXSLT to 1.58
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.35 KB, created by
skv
on 2005-09-01 09:30:18 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
skv
Created:
2005-09-01 09:30:18 UTC
Size:
2.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-XML-LibXSLT/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- Makefile 6 Jun 2005 18:08:01 -0000 1.11 >+++ Makefile 17 Aug 2005 17:11:15 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= XML-LibXSLT >-PORTVERSION= 1.57 >-PORTREVISION= 1 >+PORTVERSION= 1.58 > CATEGORIES= textproc perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= XML >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/textproc/p5-XML-LibXSLT/distinfo,v >retrieving revision 1.6 >diff -u -r1.6 distinfo >--- distinfo 11 May 2004 13:43:25 -0000 1.6 >+++ distinfo 17 Aug 2005 17:11:20 -0000 >@@ -1,2 +1,2 @@ >-MD5 (XML-LibXSLT-1.57.tar.gz) = 9b831bc5a97444103f345105f0f6fced >-SIZE (XML-LibXSLT-1.57.tar.gz) = 25275 >+MD5 (XML-LibXSLT-1.58.tar.gz) = c7b707002fed5c3572d81f92c453a5ce >+SIZE (XML-LibXSLT-1.58.tar.gz) = 30810 >Index: files/patch-LibXSLT.xs >=================================================================== >RCS file: files/patch-LibXSLT.xs >diff -N files/patch-LibXSLT.xs >--- files/patch-LibXSLT.xs 6 Jun 2005 18:08:02 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,33 +0,0 @@ >---- LibXSLT.xs.orig Mon Mar 1 18:42:43 2004 >-+++ LibXSLT.xs Mon Apr 11 08:07:33 2005 >-@@ -772,6 +772,7 @@ >- xmlDocPtr real_dom; >- xmlDocPtr doc; >- STRLEN len; >-+ xsltTransformContextPtr ctxt; >- CODE: >- if (sv_doc == NULL) { >- XSRETURN_UNDEF; >-@@ -806,10 +807,21 @@ >- (xmlInputOpenCallback) LibXSLT_input_open, >- (xmlInputReadCallback) LibXSLT_input_read, >- (xmlInputCloseCallback) LibXSLT_input_close); >-- real_dom = xsltApplyStylesheet(self, doc, xslt_params); >-+ >-+ ctxt = xsltNewTransformContext(self, doc); >-+ if (ctxt == NULL) >-+ return; >-+ >-+ xsltSetCtxtParseOptions(ctxt, 0); >-+ >-+ if (xsltGetXIncludeDefault()) >-+ ctxt->xinclude = 1; >-+ >-+ real_dom = xsltApplyStylesheetUser(self, doc, xslt_params, NULL, NULL, ctxt); >- >- xmlCleanupInputCallbacks(); >- xmlRegisterDefaultInputCallbacks(); >-+ xsltFreeTransformContext(ctxt); >- >- if (real_dom == NULL) { >- if (SvTRUE(ERRSV)) {
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 85557
: 56667