summaryrefslogtreecommitdiff
path: root/www/kazehakase/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2007-10-27 13:03:50 +0000
committerwiz <wiz>2007-10-27 13:03:50 +0000
commitc47d0473d3dc9a0dc02284aa57fb05f814d10f3f (patch)
tree5f355e4ae6244fa672aa9a38c615bab934d0a64b /www/kazehakase/options.mk
parentfecb86c77b9c8d3956388b529fa138dae74f3a51 (diff)
downloadpkgsrc-c47d0473d3dc9a0dc02284aa57fb05f814d10f3f.tar.gz
Update to 0.4.9; fixes build with gtk2+-2.12.0.
# Kazehakase-0.4.9 Release * required GTK+ >= 2.12.0. * removed some deprecated function usages. * added default user-agent strting to rv:#{MOZILLA_VERSION} to support full Gmail UI. Last update on September 29, 2007 14:19 # Kazehakse-0.4.8 Release * Minor bug fix * Follow Glib 2.13.3 or later (Kouhei SUTOU) * Fix bug about download progress bar at sidebar (Kouhei SUTOU, Thanks to Nobuyuki Tasaka) Last update on August 30, 2007 01:11 # Kazehakase-0.4.7 Release * Fixed minor bugs * Supported newest GRegex(Kouhei SUTOU) Last update on October 02, 2007 17:30 # Kazehakase-0.4.6 Release Niku memo: Tochigi Wagyu (beef produced at Tochigi in Japan) is very tasty! We can eat it plain with a bit salt. * Improved Gtk+ WebCore support (Hiroyuki Ikezoe) * Improved IE backend (Takuro Ashie) * Added preference UI for selecting layout engine (Kouhei Sutou) * Fixed a bug that session saving doesn't work (Ɓukasz Krotowski) * Fixed a bug that creating thumbnail may cause segmentation fault (Kouhei Sutou) * Supported making libkazehakase.dll (Takuro Ashie, Kouhei Sutou) * Omitted optional port specification in HTTP (Kouhei Sutou) * Updated Czhech messages (Miroslav Kure) Last update on July 09, 2007 23:07 # Kazehakase-0.4.5 Release * Modularization rendering engines * Adaptation to latest GTK+-WebCore * Compiling with VC++ on windows (But there is no available rendering engine) Last update on September 25, 2007 10:35 # Kazehakase-0.4.4.1 Release fixed compile error on 0.4.4 Last update on June 17, 2007 15:42 # Kazehakase-0.4.4 Release * Modularize for history searching (Hiroyuki IKEZOE) * Drop to support of Rast * XSM support (Hiroyuki IKEZOE) * Suspend favicon auto searching because of Debian Bug Report #400533 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=400533 (Hiroyuki IKEZOE)
Diffstat (limited to 'www/kazehakase/options.mk')
-rw-r--r--www/kazehakase/options.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/kazehakase/options.mk b/www/kazehakase/options.mk
index ba219162a94..adbd596b084 100644
--- a/www/kazehakase/options.mk
+++ b/www/kazehakase/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/09/24 16:26:54 salo Exp $
+# $NetBSD: options.mk,v 1.3 2007/10/27 13:03:50 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.kazehakase
@@ -14,9 +14,3 @@ CONFIGURE_ARGS+= --enable-ssl
.else
CONFIGURE_ARGS+= --disable-ssl
.endif
-
-# Remove after upgrade to 0.3.4 or higher!
-#
-.if !empty(PKG_OPTIONS:Mseamonkey)
-BROKEN= seamonkey backend is currently not supported
-.endif