Received: by mail.netbsd.org (Postfix, from userid 605) id 3227084F36; Tue, 19 Jun 2018 01:30:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32B9484F1E for ; Tue, 19 Jun 2018 01:30:27 +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 tZpKyIXRMhYd for ; Tue, 19 Jun 2018 01:30:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5DAB984CD3 for ; Tue, 19 Jun 2018 01:30:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56685FBEC; Tue, 19 Jun 2018 01:30:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152937182657200" MIME-Version: 1.0 Date: Tue, 19 Jun 2018 01:30:26 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www/seamonkey To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180619013026.56685FBEC@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. --_----------=_152937182657200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Jun 19 01:30:26 UTC 2018 Modified Files: pkgsrc/www/seamonkey: PLIST Log Message: seamonkey: x86-specific PLIST entries. We include firefox52/mozilla-common.mk so we don't need extra logic. Somewhat blind commit. Reported in PR pkg/53379. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/www/seamonkey/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152937182657200 Content-Disposition: inline Content-Length: 850 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/seamonkey/PLIST diff -u pkgsrc/www/seamonkey/PLIST:1.60 pkgsrc/www/seamonkey/PLIST:1.61 --- pkgsrc/www/seamonkey/PLIST:1.60 Sat Mar 3 22:14:41 2018 +++ pkgsrc/www/seamonkey/PLIST Tue Jun 19 01:30:26 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.60 2018/03/03 22:14:41 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.61 2018/06/19 01:30:26 maya Exp $ bin/seamonkey lib/seamonkey/application.ini lib/seamonkey/blocklist.xml @@ -4596,8 +4596,8 @@ lib/seamonkey/isp/rss.rdf lib/seamonkey/libldap60.so lib/seamonkey/libldif60.so lib/seamonkey/liblgpllibs.so -lib/seamonkey/libmozavcodec.so -lib/seamonkey/libmozavutil.so +${PLIST.avx86}lib/seamonkey/libmozavcodec.so +${PLIST.avx86}lib/seamonkey/libmozavutil.so ${PLIST.gtk3}lib/seamonkey/libmozgtk.so lib/seamonkey/libmozsqlite3.so lib/seamonkey/libprldap60.so --_----------=_152937182657200--