summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-04-18 21:25:01 +0000
committerdholland <dholland@pkgsrc.org>2015-04-18 21:25:01 +0000
commita6b2903fdc9d8efd4a692d8ec3c61d40ca3bec01 (patch)
treeda49b5253836ead85aea64a541c93b69cdd5bcb2
parentb81952ef1a57d19bd43557331058fcfd56e0002c (diff)
downloadpkgsrc-a6b2903fdc9d8efd4a692d8ec3c61d40ca3bec01.tar.gz
PR 49757: remove kazehakase
tnn wrote: : As the software seems to be ... : : 1) completely abandoned by upstream for several years : 2) hasn't worked in pkgsrc for at least as long : 3) has been removed from all linux distributions I can find : : ... the only reasonable choice of action is to remove it.
-rw-r--r--www/kazehakase/DESCR8
-rw-r--r--www/kazehakase/Makefile48
-rw-r--r--www/kazehakase/PLIST71
-rw-r--r--www/kazehakase/distinfo25
-rw-r--r--www/kazehakase/options.mk16
-rw-r--r--www/kazehakase/patches/patch-aa21
-rw-r--r--www/kazehakase/patches/patch-ab13
-rw-r--r--www/kazehakase/patches/patch-ac12
-rw-r--r--www/kazehakase/patches/patch-ad13
-rw-r--r--www/kazehakase/patches/patch-configure.ac12
-rw-r--r--www/kazehakase/patches/patch-ext_ruby_Makefile.am14
-rw-r--r--www/kazehakase/patches/patch-ext_ruby_Makefile.in14
-rw-r--r--www/kazehakase/patches/patch-module_embed_gecko_Makefile.am12
-rw-r--r--www/kazehakase/patches/patch-module_embed_gecko_Makefile.in12
-rw-r--r--www/kazehakase/patches/patch-module_embed_ie_Makefile.am14
-rw-r--r--www/kazehakase/patches/patch-module_embed_ie_Makefile.in14
-rw-r--r--www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.am12
-rw-r--r--www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.in12
-rw-r--r--www/kazehakase/patches/patch-module_embed_per-process_Makefile.am12
-rw-r--r--www/kazehakase/patches/patch-module_embed_per-process_Makefile.in12
-rw-r--r--www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.am12
-rw-r--r--www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.in12
-rw-r--r--www/kazehakase/patches/patch-module_search_Makefile.am14
-rw-r--r--www/kazehakase/patches/patch-module_search_Makefile.in14
-rw-r--r--www/kazehakase/patches/patch-src_kz-app.c14
25 files changed, 0 insertions, 433 deletions
diff --git a/www/kazehakase/DESCR b/www/kazehakase/DESCR
deleted file mode 100644
index 3f22032d59f..00000000000
--- a/www/kazehakase/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Kazehakase is a GTK+2-based web browser with plans to add support
-for switching between various rendering engines such as Dillo,
-Gecko, GtkHTML, Gtk+ WebCore or w3m. Currently, however, only
-supporting Mozilla's Gecko engine.
-
-It provides tabbed windows and RSS support, drag-and-drop of browser
-tabs, a bookmark editor, remote and smart bookmarks, mouse gestures,
-a search window, find as you type, a cookie and a password manager.
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile
deleted file mode 100644
index 9ab76ce1e4c..00000000000
--- a/www/kazehakase/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# $NetBSD: Makefile,v 1.68 2015/04/06 08:17:39 adam Exp $
-
-DISTNAME= kazehakase-0.5.8
-PKGREVISION= 34
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/43802/}
-
-MAINTAINER= tonnerre@NetBSD.org
-HOMEPAGE= http://kazehakase.sourceforge.jp/
-COMMENT= Web browser with multiple layout engines support
-
-GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= no
-USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-
-# needed for kazehakase-0.5 and gtk2-2.20 -- remove on next update!
-BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
-BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
-BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
-BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
-
-.include "options.mk"
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-
-PKG_SYSCONFSUBDIR= kazehakase
-EGDIR= ${PREFIX}/share/examples/kazehakase
-EGFILES= bookmarkbar.xml bookmarks.xml kz-ui-beginner.xml \
- kz-ui-bookmarks.xml kz-ui-expert.xml kz-ui-medium.xml \
- kzrc proxyrc smartbookmarks.xml
-.for f in ${EGFILES}
-CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
-.endfor
-
-MAKE_DIRS+= ${PKG_SYSCONFDIR}/mozilla
-CONF_FILES+= ${EGDIR}/mozilla/encodings.xml ${PKG_SYSCONFDIR}/mozilla/encodings.xml
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../www/webkit1-gtk/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/kazehakase/PLIST b/www/kazehakase/PLIST
deleted file mode 100644
index 23de68c5e36..00000000000
--- a/www/kazehakase/PLIST
+++ /dev/null
@@ -1,71 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2010/02/13 13:36:08 tnn Exp $
-bin/kazehakase
-bin/kz-embed-process
-lib/kazehakase/embed/per_process.la
-lib/kazehakase/embed/webkit_gtk.la
-lib/kazehakase/libkazehakase.la
-man/man1/kazehakase.1
-share/applications/kazehakase.desktop
-share/examples/kazehakase/bookmarkbar.xml
-share/examples/kazehakase/bookmarks.xml
-share/examples/kazehakase/kz-ui-beginner.xml
-share/examples/kazehakase/kz-ui-bookmarks.xml
-share/examples/kazehakase/kz-ui-expert.xml
-share/examples/kazehakase/kz-ui-medium.xml
-share/examples/kazehakase/kzrc
-share/examples/kazehakase/mozilla/encodings.xml
-share/examples/kazehakase/proxyrc
-share/examples/kazehakase/smartbookmarks.xml
-share/kazehakase/icons/autoscroll.xpm
-share/kazehakase/icons/kz-anchor.png
-share/kazehakase/icons/kz-book-search.png
-share/kazehakase/icons/kz-bookmark.png
-share/kazehakase/icons/kz-closebackward.png
-share/kazehakase/icons/kz-closeforward.png
-share/kazehakase/icons/kz-closewindow.png
-share/kazehakase/icons/kz-copyimagelocation.png
-share/kazehakase/icons/kz-copyurl.png
-share/kazehakase/icons/kz-epiphany.png
-share/kazehakase/icons/kz-firefox.png
-share/kazehakase/icons/kz-folder-open.png
-share/kazehakase/icons/kz-folder-search.png
-share/kazehakase/icons/kz-folder.png
-share/kazehakase/icons/kz-font-decrease.png
-share/kazehakase/icons/kz-font-increase.png
-share/kazehakase/icons/kz-galeon.png
-share/kazehakase/icons/kz-google.png
-share/kazehakase/icons/kz-gray.png
-share/kazehakase/icons/kz-green.png
-share/kazehakase/icons/kz-history.png
-share/kazehakase/icons/kz-konqueror.png
-share/kazehakase/icons/kz-logo-bg.png
-share/kazehakase/icons/kz-logo.png
-share/kazehakase/icons/kz-mozilla.png
-share/kazehakase/icons/kz-netscape.png
-share/kazehakase/icons/kz-newwindow.png
-share/kazehakase/icons/kz-openimagewindow.png
-share/kazehakase/icons/kz-openlinkwindow.png
-share/kazehakase/icons/kz-openselectedlink.png
-share/kazehakase/icons/kz-red.png
-share/kazehakase/icons/kz-remote-bookmark.png
-share/kazehakase/icons/kz-rss-feed.png
-share/kazehakase/icons/kz-savelink.png
-share/kazehakase/icons/kz-scrap-bookmark.png
-share/kazehakase/icons/kz-search.png
-share/kazehakase/icons/kz-separator.png
-share/kazehakase/icons/kz-smart-bookmark.png
-share/kazehakase/icons/kz-tab-next.png
-share/kazehakase/icons/kz-tab-prev.png
-share/kazehakase/icons/kz-view-source.png
-share/kazehakase/icons/kz-yellow.png
-share/kazehakase/kz-no-thumbnail.png
-share/kazehakase/search-result.css
-share/kazehakase/search-result.js
-share/locale/cs/LC_MESSAGES/kazehakase.mo
-share/locale/de/LC_MESSAGES/kazehakase.mo
-share/locale/fr/LC_MESSAGES/kazehakase.mo
-share/locale/ja/LC_MESSAGES/kazehakase.mo
-share/locale/nl/LC_MESSAGES/kazehakase.mo
-share/locale/ru/LC_MESSAGES/kazehakase.mo
-share/pixmaps/kazehakase-icon.png
-@pkgdir lib/kazehakase/search
diff --git a/www/kazehakase/distinfo b/www/kazehakase/distinfo
deleted file mode 100644
index 5583a6ed8ea..00000000000
--- a/www/kazehakase/distinfo
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: distinfo,v 1.12 2012/02/03 02:46:39 sbd Exp $
-
-SHA1 (kazehakase-0.5.8.tar.gz) = a64fdfa1b772239ae236d398e3b840577cf27148
-RMD160 (kazehakase-0.5.8.tar.gz) = 52a6e1d85a43d5f2350fc58166675c31901b5794
-Size (kazehakase-0.5.8.tar.gz) = 1433099 bytes
-SHA1 (patch-aa) = 97ae79bfe947c6182c0c3b08ef20970a390e4b82
-SHA1 (patch-ab) = 98b87e58dede6ce214a64ff4ac87b006da78b84e
-SHA1 (patch-ac) = bc590d79fc8290d6ba9052d2b78d1c13add45e95
-SHA1 (patch-ad) = a411b2919162ff4b6af72ee2ecdffca54ec25f58
-SHA1 (patch-configure.ac) = 1033e221a5b6d9cd382d38eb76ac806c2a4b13a2
-SHA1 (patch-ext_ruby_Makefile.am) = b003abb402d2ff9f075fd3ae46561429ffe9e5a3
-SHA1 (patch-ext_ruby_Makefile.in) = 6319469c2571dca7ac761969d32feebc53df6db1
-SHA1 (patch-module_embed_gecko_Makefile.am) = ca4282d4996919f1c8e519df57338935b8d75095
-SHA1 (patch-module_embed_gecko_Makefile.in) = 6932bcf3ca976024517e37eccd97d2362b9706f3
-SHA1 (patch-module_embed_ie_Makefile.am) = bdccaf74c494b716c88aeda4d15f49552eec34a1
-SHA1 (patch-module_embed_ie_Makefile.in) = 41c0897ca8b4a1001e328d217fbff90da414cf7b
-SHA1 (patch-module_embed_moz-web-view_Makefile.am) = 8e6a177292b3c3239b8cdea7152863544aadbbf3
-SHA1 (patch-module_embed_moz-web-view_Makefile.in) = 18bafccbee69fd10a5b97cfbb15224e2f6e9ddb8
-SHA1 (patch-module_embed_per-process_Makefile.am) = 23606aad02d80b055364cb0af2554c618e7b003c
-SHA1 (patch-module_embed_per-process_Makefile.in) = a330e7012771acd89e9a4783e67a2061824d8328
-SHA1 (patch-module_embed_webkit-gtk_Makefile.am) = 17a2be7baa41e48f8c785a55ede597a1729ae190
-SHA1 (patch-module_embed_webkit-gtk_Makefile.in) = 8c4c6b3350d080c7715d6fda76279542329ec338
-SHA1 (patch-module_search_Makefile.am) = a2d7aa066c3da6d10c332136af020e415a687291
-SHA1 (patch-module_search_Makefile.in) = a7592a36fcf828f274294ac34dca92ffb19fa048
-SHA1 (patch-src_kz-app.c) = a6147dba1882cd8743a51390498ec80e0576e272
diff --git a/www/kazehakase/options.mk b/www/kazehakase/options.mk
deleted file mode 100644
index fd77506492b..00000000000
--- a/www/kazehakase/options.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2009/08/06 12:21:37 tnn Exp $
-#
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.kazehakase
-PKG_SUPPORTED_OPTIONS= gnutls
-PKG_SUGGESTED_OPTIONS+= gnutls
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgnutls)
-. include "../../security/gnutls/buildlink3.mk"
-. include "../../security/gnutls/libgnutls-config.mk"
-#CONFIGURE_ARGS+= --enable-ssl
-.else
-CONFIGURE_ARGS+= --disable-ssl
-.endif
diff --git a/www/kazehakase/patches/patch-aa b/www/kazehakase/patches/patch-aa
deleted file mode 100644
index 1c808839b8f..00000000000
--- a/www/kazehakase/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2009/10/30 20:34:43 tnn Exp $
-
---- configure.orig 2009-09-29 05:44:00.000000000 +0200
-+++ configure
-@@ -21427,7 +21427,7 @@ KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -D
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DSYSDATADIR=\\\"\"\$(datadir)\"\\\""
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DLOCALEDIR=\\\"\"\$(localedir)\"\\\""
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DKZ_DATADIR=\\\"\"\$(datadir)/\$(PACKAGE)\"\\\""
--KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DKZ_SYSCONFDIR=\\\"\"\$(sysconfdir)/\$(PACKAGE)\"\\\""
-+KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DKZ_SYSCONFDIR=\\\"\"\$(sysconfdir)\"\\\""
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DKZ_LIBDIR=\\\"\"\$(kzlibdir)\"\\\""
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DKZ_EXTDIR=\\\"\"\$(extdir)\"\\\""
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DKZ_RUBY_EXTDIR=\\\"\"\$(extrubydir)\"\\\""
-@@ -24225,7 +24227,6 @@ _LT_EOF
- sed \
- -i'' \
- -e "s/EXTRA_DISTFILES = /EXTRA_DISTFILES = rgettext.mk.in /
-- s/^itlocaledir = /itlocaledir = \$(datadir)\/locale\n#itlocaledir = /
- / \$(GENPOT)/r po/rgettext.mk
- " \
- po/Makefile
diff --git a/www/kazehakase/patches/patch-ab b/www/kazehakase/patches/patch-ab
deleted file mode 100644
index 0d96bfb3253..00000000000
--- a/www/kazehakase/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2009/10/30 20:34:43 tnn Exp $
-
---- etc/Makefile.in.orig 2009-10-30 21:13:42.000000000 +0100
-+++ etc/Makefile.in
-@@ -350,7 +350,7 @@ top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- SUBDIRS = mozilla
--kzetcdir = $(sysconfdir)/$(PACKAGE)
-+kzetcdir = @datadir@/examples/@PACKAGE_TARNAME@
- kzetc_DATA = \
- kz-ui-beginner.xml \
- kz-ui-medium.xml \
diff --git a/www/kazehakase/patches/patch-ac b/www/kazehakase/patches/patch-ac
deleted file mode 100644
index bbb28e8c540..00000000000
--- a/www/kazehakase/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2009/10/30 20:34:43 tnn Exp $
-
---- src/net/kz-http.c.orig 2009-09-29 05:38:19.000000000 +0200
-+++ src/net/kz-http.c
-@@ -25,7 +25,6 @@
- # include "config.h"
- #endif /* HAVE_CONFIG_H */
-
--#include <features.h>
- #define __USE_XOPEN
- #include <time.h>
- #include "gnet.h"
diff --git a/www/kazehakase/patches/patch-ad b/www/kazehakase/patches/patch-ad
deleted file mode 100644
index d9ac95f6f1e..00000000000
--- a/www/kazehakase/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.5 2009/10/30 20:34:43 tnn Exp $
-
---- etc/mozilla/Makefile.in.orig 2009-10-30 21:13:42.000000000 +0100
-+++ etc/mozilla/Makefile.in
-@@ -306,7 +306,7 @@ target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--kzetcmozdir = $(sysconfdir)/$(PACKAGE)/mozilla
-+kzetcmozdir = @datadir@/examples/@PACKAGE_TARNAME@/mozilla
- kzetcmoz_DATA = \
- encodings.xml
-
diff --git a/www/kazehakase/patches/patch-configure.ac b/www/kazehakase/patches/patch-configure.ac
deleted file mode 100644
index 8511d3bbf65..00000000000
--- a/www/kazehakase/patches/patch-configure.ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-configure.ac,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- configure.ac.orig 2009-09-29 03:41:32.000000000 +0000
-+++ configure.ac
-@@ -602,7 +602,6 @@ GENHTML_OPTIONS="--title 'Kazehakase Cod
-
- KAZEHAKASE_CFLAGS="$GTK_CFLAGS $LIBGNUTLS_CFLAGS $GIO_CFLAGS $DBUS_GLIB_CFLAGS"
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
--KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DG_DISABLE_DEPRECATED"
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DSYSDATADIR=\\\"\"\$(datadir)\"\\\""
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DLOCALEDIR=\\\"\"\$(localedir)\"\\\""
- KAZEHAKASE_CFLAGS="$KAZEHAKASE_CFLAGS -DKZ_DATADIR=\\\"\"\$(datadir)/\$(PACKAGE)\"\\\""
diff --git a/www/kazehakase/patches/patch-ext_ruby_Makefile.am b/www/kazehakase/patches/patch-ext_ruby_Makefile.am
deleted file mode 100644
index 4750e247cd9..00000000000
--- a/www/kazehakase/patches/patch-ext_ruby_Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ext_ruby_Makefile.am,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- ext/ruby/Makefile.am.orig 2009-09-29 03:38:20.000000000 +0000
-+++ ext/ruby/Makefile.am
-@@ -4,8 +4,7 @@ ext_LTLIBRARIES = ruby.la
-
- AM_CPPFLAGS = \
- -DGTK_DISABLE_DEPRECATED=1 \
-- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1
-+ -DGDK_DISABLE_DEPRECATED=1
-
- INCLUDES = \
- $(MOZILLA_COMPONENT_CFLAGS) \
diff --git a/www/kazehakase/patches/patch-ext_ruby_Makefile.in b/www/kazehakase/patches/patch-ext_ruby_Makefile.in
deleted file mode 100644
index f855b31105c..00000000000
--- a/www/kazehakase/patches/patch-ext_ruby_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ext_ruby_Makefile.in,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- ext/ruby/Makefile.in.orig 2009-09-29 03:43:57.000000000 +0000
-+++ ext/ruby/Makefile.in
-@@ -109,8 +109,7 @@ AMTAR = @AMTAR@
- AM_CFLAGS = @AM_CFLAGS@
- AM_CPPFLAGS = \
- -DGTK_DISABLE_DEPRECATED=1 \
-- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1
-+ -DGDK_DISABLE_DEPRECATED=1
-
- AM_CXXFLAGS = @AM_CXXFLAGS@
- AM_LDFLAGS = @AM_LDFLAGS@
diff --git a/www/kazehakase/patches/patch-module_embed_gecko_Makefile.am b/www/kazehakase/patches/patch-module_embed_gecko_Makefile.am
deleted file mode 100644
index 7641546d03d..00000000000
--- a/www/kazehakase/patches/patch-module_embed_gecko_Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_gecko_Makefile.am,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/gecko/Makefile.am.orig 2009-09-29 03:38:19.000000000 +0000
-+++ module/embed/gecko/Makefile.am
-@@ -112,7 +112,6 @@ AM_CXXFLAGS = \
- -DMOZILLA_PREFIX=\"$(MOZILLA_PREFIX)\" \
- -DGECKO_VERSION=\"$(GECKO_VERSION)\" \
- -DG_LOG_DOMAIN=\"Kazehakase-Gecko\" \
-- -DG_DISABLE_DEPRECATED=1 \
- $(GTK_CFLAGS) \
- $(COVERAGE_CFLAGS)
-
diff --git a/www/kazehakase/patches/patch-module_embed_gecko_Makefile.in b/www/kazehakase/patches/patch-module_embed_gecko_Makefile.in
deleted file mode 100644
index ee55ba1ac0a..00000000000
--- a/www/kazehakase/patches/patch-module_embed_gecko_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_gecko_Makefile.in,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/gecko/Makefile.in.orig 2009-09-29 03:43:57.000000000 +0000
-+++ module/embed/gecko/Makefile.in
-@@ -175,7 +175,6 @@ AM_CPPFLAGS = \
- -DMOZILLA_PREFIX=\"$(MOZILLA_PREFIX)\" \
- -DGECKO_VERSION=\"$(GECKO_VERSION)\" \
- -DG_LOG_DOMAIN=\"Kazehakase-Gecko\" \
-- -DG_DISABLE_DEPRECATED=1 \
- $(GTK_CFLAGS) \
- $(COVERAGE_CFLAGS)
-
diff --git a/www/kazehakase/patches/patch-module_embed_ie_Makefile.am b/www/kazehakase/patches/patch-module_embed_ie_Makefile.am
deleted file mode 100644
index 6cebbfb8e1e..00000000000
--- a/www/kazehakase/patches/patch-module_embed_ie_Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-module_embed_ie_Makefile.am,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/ie/Makefile.am.orig 2009-09-29 03:38:19.000000000 +0000
-+++ module/embed/ie/Makefile.am
-@@ -18,8 +18,7 @@ INCLUDES = \
- ie_la_CPPFLAGS= \
- -DG_LOG_DOMAIN=\"Kazehakase-IE\" \
- -DGTK_DISABLE_DEPRECATED=1 \
-- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1
-+ -DGDK_DISABLE_DEPRECATED=1
-
- ie_la_LDFLAGS = \
- -avoid-version \
diff --git a/www/kazehakase/patches/patch-module_embed_ie_Makefile.in b/www/kazehakase/patches/patch-module_embed_ie_Makefile.in
deleted file mode 100644
index 1faa6dab14d..00000000000
--- a/www/kazehakase/patches/patch-module_embed_ie_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-module_embed_ie_Makefile.in,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/ie/Makefile.in.orig 2009-09-29 03:43:57.000000000 +0000
-+++ module/embed/ie/Makefile.in
-@@ -343,8 +343,7 @@ INCLUDES = \
- ie_la_CPPFLAGS = \
- -DG_LOG_DOMAIN=\"Kazehakase-IE\" \
- -DGTK_DISABLE_DEPRECATED=1 \
-- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1
-+ -DGDK_DISABLE_DEPRECATED=1
-
- ie_la_LDFLAGS = \
- -avoid-version \
diff --git a/www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.am b/www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.am
deleted file mode 100644
index 289e316db5b..00000000000
--- a/www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_moz-web-view_Makefile.am,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/moz-web-view/Makefile.am.orig 2009-09-29 03:38:19.000000000 +0000
-+++ module/embed/moz-web-view/Makefile.am
-@@ -16,7 +16,6 @@ INCLUDES = \
- moz_web_view_la_CPPFLAGS= \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1 \
- -DG_LOG_DOMAIN=\"Kazehakase-MozWebView\"
-
- moz_web_view_la_LDFLAGS = \
diff --git a/www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.in b/www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.in
deleted file mode 100644
index c9e50e59460..00000000000
--- a/www/kazehakase/patches/patch-module_embed_moz-web-view_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_moz-web-view_Makefile.in,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/moz-web-view/Makefile.in.orig 2009-09-29 03:43:58.000000000 +0000
-+++ module/embed/moz-web-view/Makefile.in
-@@ -342,7 +342,6 @@ INCLUDES = \
- moz_web_view_la_CPPFLAGS = \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1 \
- -DG_LOG_DOMAIN=\"Kazehakase-MozWebView\"
-
- moz_web_view_la_LDFLAGS = \
diff --git a/www/kazehakase/patches/patch-module_embed_per-process_Makefile.am b/www/kazehakase/patches/patch-module_embed_per-process_Makefile.am
deleted file mode 100644
index 9ab1ea4e16d..00000000000
--- a/www/kazehakase/patches/patch-module_embed_per-process_Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_per-process_Makefile.am,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/per-process/Makefile.am.orig 2009-09-29 03:40:53.000000000 +0000
-+++ module/embed/per-process/Makefile.am
-@@ -33,7 +33,6 @@ INCLUDES = \
- per_process_la_CPPFLAGS= \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1 \
- -DG_LOG_DOMAIN=\"Kazehakase-PerProcess\"
-
- per_process_la_LDFLAGS = \
diff --git a/www/kazehakase/patches/patch-module_embed_per-process_Makefile.in b/www/kazehakase/patches/patch-module_embed_per-process_Makefile.in
deleted file mode 100644
index 6734fc5457e..00000000000
--- a/www/kazehakase/patches/patch-module_embed_per-process_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_per-process_Makefile.in,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/per-process/Makefile.in.orig 2009-09-29 03:43:58.000000000 +0000
-+++ module/embed/per-process/Makefile.in
-@@ -360,7 +360,6 @@ INCLUDES = \
- per_process_la_CPPFLAGS = \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1 \
- -DG_LOG_DOMAIN=\"Kazehakase-PerProcess\"
-
- per_process_la_LDFLAGS = \
diff --git a/www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.am b/www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.am
deleted file mode 100644
index 5ab85805845..00000000000
--- a/www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_webkit-gtk_Makefile.am,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/webkit-gtk/Makefile.am.orig 2009-09-29 03:38:19.000000000 +0000
-+++ module/embed/webkit-gtk/Makefile.am
-@@ -16,7 +16,6 @@ INCLUDES = \
- webkit_gtk_la_CPPFLAGS= \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1 \
- -DG_LOG_DOMAIN=\"Kazehakase-WebKit/GTK+\"
-
- webkit_gtk_la_LDFLAGS = \
diff --git a/www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.in b/www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.in
deleted file mode 100644
index 4690f25354b..00000000000
--- a/www/kazehakase/patches/patch-module_embed_webkit-gtk_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-module_embed_webkit-gtk_Makefile.in,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/embed/webkit-gtk/Makefile.in.orig 2009-09-29 03:43:58.000000000 +0000
-+++ module/embed/webkit-gtk/Makefile.in
-@@ -341,7 +341,6 @@ INCLUDES = \
- webkit_gtk_la_CPPFLAGS = \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1 \
- -DG_LOG_DOMAIN=\"Kazehakase-WebKit/GTK+\"
-
- webkit_gtk_la_LDFLAGS = \
diff --git a/www/kazehakase/patches/patch-module_search_Makefile.am b/www/kazehakase/patches/patch-module_search_Makefile.am
deleted file mode 100644
index 0445a24719f..00000000000
--- a/www/kazehakase/patches/patch-module_search_Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-module_search_Makefile.am,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/search/Makefile.am.orig 2009-09-29 03:38:19.000000000 +0000
-+++ module/search/Makefile.am
-@@ -2,8 +2,7 @@ CLEANFILES = *~ *.bak
-
- AM_CPPFLAGS = \
- -DGTK_DISABLE_DEPRECATED=1 \
-- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1
-+ -DGDK_DISABLE_DEPRECATED=1
-
- INCLUDES = $(GLIB_CFLAGS) \
- $(GTK_CFLAGS) \
diff --git a/www/kazehakase/patches/patch-module_search_Makefile.in b/www/kazehakase/patches/patch-module_search_Makefile.in
deleted file mode 100644
index 85af23a21ec..00000000000
--- a/www/kazehakase/patches/patch-module_search_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-module_search_Makefile.in,v 1.1 2012/02/03 02:46:39 sbd Exp $
-
---- module/search/Makefile.in.orig 2009-09-29 03:43:58.000000000 +0000
-+++ module/search/Makefile.in
-@@ -116,8 +116,7 @@ AMTAR = @AMTAR@
- AM_CFLAGS = @AM_CFLAGS@
- AM_CPPFLAGS = \
- -DGTK_DISABLE_DEPRECATED=1 \
-- -DGDK_DISABLE_DEPRECATED=1 \
-- -DG_DISABLE_DEPRECATED=1
-+ -DGDK_DISABLE_DEPRECATED=1
-
- AM_CXXFLAGS = @AM_CXXFLAGS@
- AM_LDFLAGS = @AM_LDFLAGS@
diff --git a/www/kazehakase/patches/patch-src_kz-app.c b/www/kazehakase/patches/patch-src_kz-app.c
deleted file mode 100644
index 5cd70311f65..00000000000
--- a/www/kazehakase/patches/patch-src_kz-app.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_kz-app.c,v 1.1 2011/12/12 19:10:37 joerg Exp $
-
---- src/kz-app.c.orig 2011-12-12 17:41:34.000000000 +0000
-+++ src/kz-app.c
-@@ -494,7 +494,9 @@ kz_app_init (KzApp *app)
-
- #ifdef USE_SSL
- /* initialize gnutls. this function should be called once. */
-+#if GNUTLS_VERSION_NUMBER <= 0x020b00
- gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
-+#endif
- gnutls_global_init();
- #endif
-