pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/seamonkey



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jul 14 13:22:07 UTC 2017

Modified Files:
        pkgsrc/www/seamonkey: options.mk

Log Message:
Remove chatzilla option

* chatzilla is not shipped with seamonkey anymore


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/seamonkey/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/seamonkey/options.mk
diff -u pkgsrc/www/seamonkey/options.mk:1.37 pkgsrc/www/seamonkey/options.mk:1.38
--- pkgsrc/www/seamonkey/options.mk:1.37        Tue Jul 11 14:44:28 2017
+++ pkgsrc/www/seamonkey/options.mk     Fri Jul 14 13:22:07 2017
@@ -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+=        --enable-dbus
 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