summaryrefslogtreecommitdiff
path: root/www/bluefish/files/patch-src_parsedtd.h
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-01-13 21:26:35 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-01-13 21:26:35 +0000
commit8a8d03df5be351545bf1196a82076be8b7ada2eb (patch)
treec206c6ca23bd76488b5b0a17e80570a41bd9474a /www/bluefish/files/patch-src_parsedtd.h
parentFor mod_access_referer issue: (diff)
Update www/bluefish to version 1.0. This is GTK2 port of the old bluefish 0.7.
Development to this version was tracked in www/bluefish-devel. Retire www/bluefish-devel.
Diffstat (limited to 'www/bluefish/files/patch-src_parsedtd.h')
-rw-r--r--www/bluefish/files/patch-src_parsedtd.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/bluefish/files/patch-src_parsedtd.h b/www/bluefish/files/patch-src_parsedtd.h
deleted file mode 100644
index b1dc1fc0b5c8..000000000000
--- a/www/bluefish/files/patch-src_parsedtd.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/parsedtd.h.orig Sat Nov 17 15:32:46 2001
-+++ src/parsedtd.h Sat Nov 22 14:58:35 2003
-@@ -135,10 +135,8 @@
- #define DTD_HTML_4_01T "!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\""
- #define DTD_XHTML_1_0 "!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0//EN\""
- #define DTD_XHTML_1_0S "!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"DTD/xhtml1-strict.dtd\""
--#define DTD_XHTML_1_0F "!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\"
--\"DTD/xhtml1-frameset.dtd\""
--#define DTD_XHTML_1_0T "!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
--\"DTD/xhtml1-transitional.dtd\""
-+#define DTD_XHTML_1_0F "!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\" \"DTD/xhtml1-frameset.dtd\""
-+#define DTD_XHTML_1_0T "!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"DTD/xhtml1-transitional.dtd\""
- #define DTD_XHTML_1_1 "!DOCTYPE html PUBLIC \"-//IETF//DTD XHTML 1.1//EN\""
-
- extern SGML_doctype HTML_doctypes[];