diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 20:28:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 20:28:12 +0000 |
commit | a7fa142aed31e60b679c8a8e900aa53f88472746 (patch) | |
tree | 22038c742bc7ce1c80b66b5d3c58a488913d9ec3 /www/kazehakase/files | |
parent | eb41f7c0f32bd71b44bc2a2da0a244bec4da8af9 (diff) | |
download | ports-a7fa142aed31e60b679c8a8e900aa53f88472746.tar.gz ports-a7fa142aed31e60b679c8a8e900aa53f88472746.zip |
Notes
Diffstat (limited to 'www/kazehakase/files')
-rw-r--r-- | www/kazehakase/files/patch-configure | 10 | ||||
-rw-r--r-- | www/kazehakase/files/patch-etc::bookmarkbar.xml | 16 | ||||
-rw-r--r-- | www/kazehakase/files/patch-src::mozilla::Makefile.in | 10 |
3 files changed, 6 insertions, 30 deletions
diff --git a/www/kazehakase/files/patch-configure b/www/kazehakase/files/patch-configure deleted file mode 100644 index a9320fd857a0..000000000000 --- a/www/kazehakase/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Aug 30 22:51:37 2004 -+++ configure Mon Aug 30 22:51:51 2004 -@@ -19396,6 +19396,7 @@ - 1.8a2) MOZILLA_SNAPSHOT=16 ;; - 1.8a3) MOZILLA_SNAPSHOT=16 ;; - trunk) MOZILLA_SNAPSHOT=16 ;; -+ 0.9.3) MOZILLA_SNAPSHOT=15 ;; - *) { { echo "$as_me:$LINENO: error: - ***************************************************************************** - Kazehakase can be built using Mozilla 1.4, 1.5a, 1.5b, 1.5, 1.5.1 or diff --git a/www/kazehakase/files/patch-etc::bookmarkbar.xml b/www/kazehakase/files/patch-etc::bookmarkbar.xml index 50b0bb367960..0f5c3153377f 100644 --- a/www/kazehakase/files/patch-etc::bookmarkbar.xml +++ b/www/kazehakase/files/patch-etc::bookmarkbar.xml @@ -1,27 +1,23 @@ ---- etc/bookmarkbar.xml.orig Thu Jun 10 03:35:09 2004 -+++ etc/bookmarkbar.xml Fri Aug 27 11:34:25 2004 -@@ -10,6 +10,24 @@ +--- etc/bookmarkbar.xml.orig Wed Sep 15 06:08:15 2004 ++++ etc/bookmarkbar.xml Tue Sep 28 11:51:13 2004 +@@ -10,6 +10,20 @@ </bookmark> <separator/> <folder> + <title>FreeBSD News</title> + <info> -+ <metadata owner="http://kazehakase.sourceforge.jp/"> -+ <location>http://www.freebsd.org/news/news.rdf</location> -+ <update_interval>60</update_interval> ++ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freebsd.org/news/news.rdf"> + </metadata> + </info> + </folder> + <folder> + <title>FreshPorts</title> + <info> -+ <metadata owner="http://kazehakase.sourceforge.jp/"> -+ <location>http://www.freshports.org/news.php</location> -+ <update_interval>60</update_interval> ++ <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://www.freshports.org/news.php"> + </metadata> + </info> + </folder> + <folder> <title>Yahoo!News</title> <info> - <metadata owner="http://kazehakase.sourceforge.jp/"> + <metadata owner="http://kazehakase.sourceforge.jp/" kz:location="http://rss.news.yahoo.com/rss/topstories"> diff --git a/www/kazehakase/files/patch-src::mozilla::Makefile.in b/www/kazehakase/files/patch-src::mozilla::Makefile.in deleted file mode 100644 index eed965bf6162..000000000000 --- a/www/kazehakase/files/patch-src::mozilla::Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/mozilla/Makefile.in.orig Mon Aug 30 22:37:31 2004 -+++ src/mozilla/Makefile.in Mon Aug 30 22:38:03 2004 -@@ -147,6 +147,7 @@ - -I$(MOZILLA_INCLUDE_ROOT)/necko2 \ - -I$(MOZILLA_INCLUDE_ROOT)/nkcache \ - -I$(MOZILLA_INCLUDE_ROOT)/oji \ -+ -I$(MOZILLA_INCLUDE_ROOT)/passwordmgr \ - -I$(MOZILLA_INCLUDE_ROOT)/pref \ - -I$(MOZILLA_INCLUDE_ROOT)/progressDlg \ - -I$(MOZILLA_INCLUDE_ROOT)/sidebar \ |