summaryrefslogtreecommitdiff
path: root/textproc/libxslt/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-20 10:04:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-20 10:04:07 +0000
commit44df5032a2e923d2648d8c46db80ccd3e084facc (patch)
tree56a6a8643aa08946df4382cd0c94b0742693e887 /textproc/libxslt/files
parentUpdate to 2.4.12. (diff)
Update to 1.0.9.
PR: 32747 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'textproc/libxslt/files')
-rw-r--r--textproc/libxslt/files/patch-breakpoint::Makefile.in14
-rw-r--r--textproc/libxslt/files/patch-libxslt::transform.c16
2 files changed, 0 insertions, 30 deletions
diff --git a/textproc/libxslt/files/patch-breakpoint::Makefile.in b/textproc/libxslt/files/patch-breakpoint::Makefile.in
deleted file mode 100644
index a1a18f808fd7..000000000000
--- a/textproc/libxslt/files/patch-breakpoint::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- breakpoint/Makefile.in 2001/12/06 08:31:12 1.1
-+++ breakpoint/Makefile.in 2001/12/06 08:31:48
-@@ -121,7 +121,7 @@
- dbgmain.c
-
-
--libxsltbreakpoint_la_LIBADD = -lxml2 $(M_LIBS)
-+libxsltbreakpoint_la_LIBADD = $(LIBXML_LIBS) $(M_LIBS)
- libxsltbreakpoint_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@
-
- man_MANS = #breakpoint.4
diff --git a/textproc/libxslt/files/patch-libxslt::transform.c b/textproc/libxslt/files/patch-libxslt::transform.c
deleted file mode 100644
index 28c33664dbda..000000000000
--- a/textproc/libxslt/files/patch-libxslt::transform.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- libxslt/transform.c.orig Sat Nov 10 13:35:49 2001
-+++ libxslt/transform.c Mon Dec 3 00:03:39 2001
-@@ -3474,12 +3474,10 @@
- if (tmp == root) {
- ctxt->type = XSLT_OUTPUT_HTML;
- res->type = XML_HTML_DOCUMENT_NODE;
-- if (((doctypePublic != NULL) || (doctypeSystem != NULL)))
-+ if (((doctypePublic != NULL) || (doctypeSystem != NULL))) {
- res->intSubset = xmlCreateIntSubset(res, root->name,
- doctypePublic,
- doctypeSystem);
-- if (((doctypePublic != NULL) || (doctypeSystem != NULL))) {
-- res = htmlNewDoc(doctypeSystem, doctypePublic);
- #ifdef XSLT_GENERATE_HTML_DOCTYPE
- } else if (version != NULL) {
- xsltGetHTMLIDs(version, &doctypePublic,