pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/epiphany disable the "enchant" option (which was o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f78c2a24e74f
branches: trunk
changeset: 554011:f78c2a24e74f
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Feb 06 17:29:42 2009 +0000
description:
disable the "enchant" option (which was on per default unfortunately) -
with that the browser crashes immediately if a page is loaded
bump PKGREVISION
diffstat:
www/epiphany/Makefile | 3 ++-
www/epiphany/options.mk | 7 ++++---
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r ca14def68d5b -r f78c2a24e74f www/epiphany/Makefile
--- a/www/epiphany/Makefile Fri Feb 06 17:27:10 2009 +0000
+++ b/www/epiphany/Makefile Fri Feb 06 17:29:42 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.92 2009/01/18 16:53:30 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2009/02/06 17:29:42 drochner Exp $
#
DISTNAME= epiphany-2.24.3
+PKGREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/epiphany/2.24/}
EXTRACT_SUFX= .tar.bz2
diff -r ca14def68d5b -r f78c2a24e74f www/epiphany/options.mk
--- a/www/epiphany/options.mk Fri Feb 06 17:27:10 2009 +0000
+++ b/www/epiphany/options.mk Fri Feb 06 17:29:42 2009 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.4 2008/12/21 11:37:15 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2009/02/06 17:29:42 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.epiphany
-PKG_SUPPORTED_OPTIONS= avahi enchant
+PKG_SUPPORTED_OPTIONS= avahi
+# browser crashes with enchant
PKG_OPTIONS_OPTIONAL_GROUPS= engine
PKG_OPTIONS_GROUP.engine= firefox webkit
-PKG_SUGGESTED_OPTIONS= avahi enchant firefox
+PKG_SUGGESTED_OPTIONS= avahi firefox
PLIST_VARS= gecko
.include "../../mk/bsd.options.mk"
Home |
Main Index |
Thread Index |
Old Index