diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-06 12:04:05 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-06 12:04:05 +0800 |
commit | 6918af459f1bd9a65c5413acc5a7c662057400cf (patch) | |
tree | 2d4e2f5110d4ac0eea74524fc97abcb77a288e85 /x11/yelp | |
parent | fccbee578e45a36a5524701f5ef96bf1a3953c8d (diff) | |
download | freebsd-ports-gnome-6918af459f1bd9a65c5413acc5a7c662057400cf.tar.gz freebsd-ports-gnome-6918af459f1bd9a65c5413acc5a7c662057400cf.tar.zst freebsd-ports-gnome-6918af459f1bd9a65c5413acc5a7c662057400cf.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
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/Makefile | 1 | ||||
-rw-r--r-- | x11/yelp/files/patch-stylesheets_yelp-custom.xml | 9 |
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"> |