Received: by mail.netbsd.org (Postfix, from userid 605) id A418284DA6; Fri, 14 Jul 2017 13:22:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3706684DA4 for ; Fri, 14 Jul 2017 13:22:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BqNQ8Fx2DCDM for ; Fri, 14 Jul 2017 13:22:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9183C84CE2 for ; Fri, 14 Jul 2017 13:22:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8FCD7FACB; Fri, 14 Jul 2017 13:22:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1500038527142900" MIME-Version: 1.0 Date: Fri, 14 Jul 2017 13:22:07 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/seamonkey To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170714132207.8FCD7FACB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1500038527142900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1500038527142900 Content-Disposition: inline Content-Length: 1225 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1500038527142900--