pkgsrc/www/kazehakase/options.mk
wiz 04f1e729c1 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)
2007-10-27 13:03:50 +00:00

16 lines
402 B
Makefile

# $NetBSD: options.mk,v 1.3 2007/10/27 13:03:50 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.kazehakase
PKG_SUPPORTED_OPTIONS= gnutls
PKG_SUGGESTED_OPTIONS+= gnutls
.include "../../www/seamonkey/gecko-options.mk"
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgnutls)
. include "../../security/gnutls/buildlink3.mk"
CONFIGURE_ARGS+= --enable-ssl
.else
CONFIGURE_ARGS+= --disable-ssl
.endif