pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/kazehakase Update to 0.4.9; fixes build with gtk2+...
details: https://anonhg.NetBSD.org/pkgsrc/rev/43057d289521
branches: trunk
changeset: 534594:43057d289521
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Oct 27 13:03:50 2007 +0000
description:
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:
www/kazehakase/Makefile | 8 ++++----
www/kazehakase/PLIST | 6 +++++-
www/kazehakase/distinfo | 16 +++++++---------
www/kazehakase/options.mk | 8 +-------
www/kazehakase/patches/patch-ab | 12 ++++++------
www/kazehakase/patches/patch-ad | 12 ++++++------
www/kazehakase/patches/patch-af | 24 ++++++++++++------------
www/kazehakase/patches/patch-ah | 13 -------------
www/kazehakase/patches/patch-al | 13 -------------
9 files changed, 41 insertions(+), 71 deletions(-)
diffs (190 lines):
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/Makefile
--- a/www/kazehakase/Makefile Sat Oct 27 12:40:46 2007 +0000
+++ b/www/kazehakase/Makefile Sat Oct 27 13:03:50 2007 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2007/05/12 14:05:55 ghen Exp $
+# $NetBSD: Makefile,v 1.23 2007/10/27 13:03:50 wiz Exp $
#
-DISTNAME= kazehakase-0.4.3
-PKGREVISION= 1
+DISTNAME= kazehakase-0.4.9
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/22887/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=kazehakase/27353/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://kazehakase.sourceforge.jp/
@@ -35,6 +34,7 @@
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../www/seamonkey/gecko-depends.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/PLIST
--- a/www/kazehakase/PLIST Sat Oct 27 12:40:46 2007 +0000
+++ b/www/kazehakase/PLIST Sat Oct 27 13:03:50 2007 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2007/01/24 16:29:11 reed Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/10/27 13:03:50 wiz Exp $
bin/kazehakase
+lib/kazehakase/embed/gecko.la
lib/kazehakase/libkazehakase.la
man/man1/kazehakase.1
share/applications/kazehakase.desktop
@@ -69,4 +70,7 @@
@dirrm share/examples/kazehakase/mozilla
@dirrm share/examples/kazehakase
@comment in xdg-dirs: @dirrm share/applications
+@exec ${MKDIR} %D/lib/kazehakase/search
+@dirrm lib/kazehakase/search
+@dirrm lib/kazehakase/embed
@dirrm lib/kazehakase
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/distinfo
--- a/www/kazehakase/distinfo Sat Oct 27 12:40:46 2007 +0000
+++ b/www/kazehakase/distinfo Sat Oct 27 13:03:50 2007 +0000
@@ -1,11 +1,9 @@
-$NetBSD: distinfo,v 1.4 2007/01/24 16:29:11 reed Exp $
+$NetBSD: distinfo,v 1.5 2007/10/27 13:03:50 wiz Exp $
-SHA1 (kazehakase-0.4.3.tar.gz) = ac0ba94422095f70a36c58d27d6cf2f195b934f0
-RMD160 (kazehakase-0.4.3.tar.gz) = 4ded4c65eaab511f240810adb0fa0b2ce622481e
-Size (kazehakase-0.4.3.tar.gz) = 1347357 bytes
-SHA1 (patch-ab) = 0b2510e311467f580a3ae913b3dc15f89ab482a9
-SHA1 (patch-ad) = a547a9968ec5ee2fca9764f33a9a84d261d74f7c
-SHA1 (patch-af) = 5d1c631e4ec151619b0553516391d4ee30a85a01
-SHA1 (patch-ah) = 8db5e7fb4ed55d733b418ffecd9b8d35dc9af6f4
+SHA1 (kazehakase-0.4.9.tar.gz) = 8f0e4c3a8f9c4565a9f03b483247896ee1cd880c
+RMD160 (kazehakase-0.4.9.tar.gz) = a37c5dd081f2faf535ffdbf031e3d320bf15aef7
+Size (kazehakase-0.4.9.tar.gz) = 1364165 bytes
+SHA1 (patch-ab) = 7e0a07503f8c9db3af5ba03b1e0c8671fa965404
+SHA1 (patch-ad) = bd35a10ac9142cb9792639790ae61cd07d5dfce6
+SHA1 (patch-af) = 22e7e43cd8285daa25d918a88656eb7b5c9e7202
SHA1 (patch-aj) = 1f51cc6fc451606435df08ca0e425e9625ae41b8
-SHA1 (patch-al) = 2c2c31c8b6c653009df6c8e06769d8dd8dab6dc2
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/options.mk
--- a/www/kazehakase/options.mk Sat Oct 27 12:40:46 2007 +0000
+++ b/www/kazehakase/options.mk Sat Oct 27 13:03:50 2007 +0000
@@ -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 @@
.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
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/patches/patch-ab
--- a/www/kazehakase/patches/patch-ab Sat Oct 27 12:40:46 2007 +0000
+++ b/www/kazehakase/patches/patch-ab Sat Oct 27 13:03:50 2007 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.3 2007/01/24 16:29:11 reed Exp $
+$NetBSD: patch-ab,v 1.4 2007/10/27 13:03:51 wiz Exp $
-+++ etc/Makefile.in.orig 2006-11-28 09:27:07.000000000 -0600
---- etc/Makefile.in 2007-01-23 20:15:33.000000000 -0600
-@@ -202,7 +202,7 @@
-
+--- etc/Makefile.in.orig 2007-09-29 04:59:15.000000000 +0000
++++ etc/Makefile.in
+@@ -279,7 +279,7 @@ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
SUBDIRS = mozilla
-
-kzetcdir = $(sysconfdir)/$(PACKAGE)
+kzetcdir = @datadir@/examples/@PACKAGE_TARNAME@
kzetc_DATA = \
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/patches/patch-ad
--- a/www/kazehakase/patches/patch-ad Sat Oct 27 12:40:46 2007 +0000
+++ b/www/kazehakase/patches/patch-ad Sat Oct 27 13:03:50 2007 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ad,v 1.3 2007/01/24 16:29:11 reed Exp $
+$NetBSD: patch-ad,v 1.4 2007/10/27 13:03:51 wiz Exp $
---- etc/mozilla/Makefile.in.orig 2006-11-28 09:27:07.000000000 -0600
-+++ etc/mozilla/Makefile.in 2007-01-23 20:14:52.000000000 -0600
-@@ -200,7 +200,7 @@
- sysconfdir = @sysconfdir@
+--- etc/mozilla/Makefile.in.orig 2007-09-29 04:59:15.000000000 +0000
++++ etc/mozilla/Makefile.in
+@@ -263,7 +263,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
-
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
-kzetcmozdir = $(sysconfdir)/$(PACKAGE)/mozilla
+kzetcmozdir = @datadir@/examples/@PACKAGE_TARNAME@/mozilla
kzetcmoz_DATA = \
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/patches/patch-af
--- a/www/kazehakase/patches/patch-af Sat Oct 27 12:40:46 2007 +0000
+++ b/www/kazehakase/patches/patch-af Sat Oct 27 13:03:50 2007 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-af,v 1.3 2007/01/24 16:29:11 reed Exp $
+$NetBSD: patch-af,v 1.4 2007/10/27 13:03:51 wiz Exp $
---- src/Makefile.in.orig 2006-11-28 09:27:07.000000000 -0600
-+++ src/Makefile.in 2007-01-23 20:13:26.000000000 -0600
-@@ -51,7 +51,7 @@
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DDATADIR=\""$(datadir)"\" \
- -DEXTDIR=\""$(extdir)"\" \
-- -DKZ_SYSCONFDIR=\""$(sysconfdir)/$(PACKAGE)"\" \
-+ -DKZ_SYSCONFDIR=\""$(sysconfdir)"\" \
- -DKZ_DATADIR=\""$(datadir)/$(PACKAGE)"\" \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
+--- src/Makefile.in.orig 2007-09-29 04:59:16.000000000 +0000
++++ src/Makefile.in
+@@ -145,7 +145,7 @@ AM_CPPFLAGS = \
+ -DKZ_LIBDIR=\""$(kzlibdir)"\" \
+ -DKZ_EXTDIR=\""$(extdir)"\" \
+ -DKZ_RUBY_EXTDIR=\""$(extrubydir)"\" \
+- -DKZ_SYSCONFDIR=\""$(sysconfdir)/$(PACKAGE)"\" \
++ -DKZ_SYSCONFDIR=\""$(sysconfdir)"\" \
+ -DKZ_DATADIR=\""$(datadir)/$(PACKAGE)"\" \
+ -DKZ_SEARCH_MODULEDIR=\""$(searchdir)"\" \
+ -DKZ_EMBED_MODULEDIR=\""$(embeddir)"\" \
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/patches/patch-ah
--- a/www/kazehakase/patches/patch-ah Sat Oct 27 12:40:46 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.3 2007/01/24 16:29:11 reed Exp $
-
---- src/actions/Makefile.in.orig 2006-11-28 09:27:07.000000000 -0600
-+++ src/actions/Makefile.in 2007-01-23 20:12:28.000000000 -0600
-@@ -48,7 +48,7 @@
-
- AM_CPPFLAGS = \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
-- -DKZ_SYSCONFDIR=\""$(sysconfdir)/$(PACKAGE)"\" \
-+ -DKZ_SYSCONFDIR=\""$(sysconfdir)"\" \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
- -DG_LOG_DOMAIN=\"Kazehakase-Actions\" \
diff -r 69b2d5e22b1a -r 43057d289521 www/kazehakase/patches/patch-al
--- a/www/kazehakase/patches/patch-al Sat Oct 27 12:40:46 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.2 2005/09/17 22:40:36 reed Exp $
-
---- src/prefs_ui/Makefile.in.orig 2005-08-28 23:22:18.000000000 +0000
-+++ src/prefs_ui/Makefile.in
-@@ -83,7 +83,7 @@ AM_CPPFLAGS = \
- -DLOCALEDIR=\""$(localedir)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DDATADIR=\""$(datadir)"\" \
-- -DKZ_SYSCONFDIR=\""$(sysconfdir)/$(PACKAGE)"\" \
-+ -DKZ_SYSCONFDIR=\""$(sysconfdir)"\" \
- -DKZ_DATADIR=\""$(datadir)/$(PACKAGE)"\" \
- -DGTK_DISABLE_DEPRECATED=1 \
- -DGDK_DISABLE_DEPRECATED=1 \
Home |
Main Index |
Thread Index |
Old Index