pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/kazehakase Switch to "seamonkey" backend from "moz...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49d11dbf61d8
branches:  trunk
changeset: 518946:49d11dbf61d8
user:      salo <salo%pkgsrc.org@localhost>
date:      Sun Sep 24 16:26:54 2006 +0000

description:
Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox".

Our package is too old to make use of it, add BROKEN for now.

diffstat:

 www/kazehakase/Makefile   |   4 ++--
 www/kazehakase/options.mk |  10 ++++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r 5e7a91262431 -r 49d11dbf61d8 www/kazehakase/Makefile
--- a/www/kazehakase/Makefile   Sun Sep 24 16:25:51 2006 +0000
+++ b/www/kazehakase/Makefile   Sun Sep 24 16:26:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/07/07 15:49:34 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/09/24 16:26:54 salo Exp $
 #
 
 DISTNAME=      kazehakase-0.3.3
@@ -36,5 +36,5 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
-.include "../../www/mozilla/gecko-depends.mk"
+.include "../../www/seamonkey/gecko-depends.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5e7a91262431 -r 49d11dbf61d8 www/kazehakase/options.mk
--- a/www/kazehakase/options.mk Sun Sep 24 16:25:51 2006 +0000
+++ b/www/kazehakase/options.mk Sun Sep 24 16:26:54 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2006/01/04 23:59:40 reed Exp $
+# $NetBSD: options.mk,v 1.2 2006/09/24 16:26:54 salo Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.kazehakase
 PKG_SUPPORTED_OPTIONS= gnutls
 PKG_SUGGESTED_OPTIONS+=        gnutls
 
-.include "../../www/mozilla/gecko-options.mk"
+.include "../../www/seamonkey/gecko-options.mk"
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgnutls)
@@ -14,3 +14,9 @@
 .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



Home | Main Index | Thread Index | Old Index