aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-06 04:04:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-06 04:04:05 +0000
commit1e3a056067e5954aee184732be8769eb62ecc02c (patch)
tree29da24c912b2dd6987e724cb90521e5da51cfe81 /x11
parentdba7cf95ed3e611fb03d1f49edadcf69ae7f2ddc (diff)
downloadports-1e3a056067e5954aee184732be8769eb62ecc02c.tar.gz
ports-1e3a056067e5954aee184732be8769eb62ecc02c.zip
Fix the warnings spewed out by Yelp after upgrading to libxml2-2.6.x.
This makes the Yelp XSL customizations Namespace 1.0 compliant. Prodded to fix by: bland Obtained from: Mandrake
Notes
Notes: svn path=/head/; revision=97427
Diffstat (limited to 'x11')
-rw-r--r--x11/yelp/Makefile1
-rw-r--r--x11/yelp/files/patch-stylesheets_yelp-custom.xml9
2 files changed, 10 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 084d64f6bf5b..e966eae4f762 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= yelp
PORTVERSION= 2.4.2
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4
diff --git a/x11/yelp/files/patch-stylesheets_yelp-custom.xml b/x11/yelp/files/patch-stylesheets_yelp-custom.xml
new file mode 100644
index 000000000000..e753d3632e2f
--- /dev/null
+++ b/x11/yelp/files/patch-stylesheets_yelp-custom.xml
@@ -0,0 +1,9 @@
+--- stylesheets/yelp-custom.xsl.orig Mon Jan 5 22:58:54 2004
++++ stylesheets/yelp-custom.xsl Mon Jan 5 22:59:07 2004
+@@ -1,5 +1,6 @@
+ <?xml version='1.0'?>
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
++ xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
+ version='1.0'
+ xmlns="http://www.w3.org/TR/xhtml1/transitional"
+ exclude-result-prefixes="#default">