pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/seamonkey Remove chatzilla option
details: https://anonhg.NetBSD.org/pkgsrc/rev/97dd00732957
branches: trunk
changeset: 365362:97dd00732957
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri Jul 14 13:22:07 2017 +0000
description:
Remove chatzilla option
* chatzilla is not shipped with seamonkey anymore
diffstat:
www/seamonkey/options.mk | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (31 lines):
diff -r 3081d63f1ab6 -r 97dd00732957 www/seamonkey/options.mk
--- a/www/seamonkey/options.mk Fri Jul 14 13:08:31 2017 +0000
+++ b/www/seamonkey/options.mk Fri Jul 14 13:22:07 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.37 2017/07/11 14:44:28 ryoon Exp $
+# $NetBSD: options.mk,v 1.38 2017/07/14 13:22:07 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.seamonkey
PKG_OPTIONS_REQUIRED_GROUPS= gtk
PKG_OPTIONS_GROUP.gtk= gtk2 gtk3
PKG_SUPPORTED_OPTIONS= alsa dbus debug mozilla-jemalloc
-PKG_SUPPORTED_OPTIONS+= mozilla-lightning webrtc mozilla-chatzilla pulseaudio
+PKG_SUPPORTED_OPTIONS+= mozilla-lightning webrtc pulseaudio
PLIST_VARS+= debug gnome jemalloc
@@ -54,13 +54,6 @@
CONFIGURE_ARGS+= --disable-dbus
.endif
-.if !empty(PKG_OPTIONS:Mmozilla-chatzilla)
-PLIST_SRC+= PLIST.chatzilla
-CONFIGURE_ARGS+= --enable-extensions=default,irc
-XPI_FILES+= ${WRKSRC}/${OBJDIR}/dist/xpi-stage/chatzilla*.xpi
-XPI_FILES+= ${WRKSRC}/${OBJDIR}/dist/xpi-stage/quitter*.xpi
-.endif
-
.if !empty(PKG_OPTIONS:Mmozilla-jemalloc)
PLIST.jemalloc= yes
CONFIGURE_ARGS+= --enable-jemalloc
Home |
Main Index |
Thread Index |
Old Index