Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7C0677ABE8 for ; Tue, 1 Mar 2016 20:05:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2EFC485E60; Tue, 1 Mar 2016 20:05:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF6EA85E2B for ; Tue, 1 Mar 2016 20:05:13 +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 6Am-QmPPJIWc for ; Tue, 1 Mar 2016 20:05:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5674285DFE for ; Tue, 1 Mar 2016 20:05:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5109FFBB7; Tue, 1 Mar 2016 20:05:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 1 Mar 2016 20:05:13 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/www/seamonkey To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20160301200513.5109FFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: joerg Date: Tue Mar 1 20:05:13 UTC 2016 Modified Files: pkgsrc/www/seamonkey: distinfo Added Files: pkgsrc/www/seamonkey/patches: patch-mozilla_toolkit_library_libxul.mk patch-mozilla_xpcom_components_Module.h Log Message: Fix build with newer binutils by making the start/end marker of the module list hidden. There really is no point in keeping them global. Ideally, this would be using the normal linker set logic, but that's a more involved change. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 pkgsrc/www/seamonkey/distinfo cvs rdiff -u -r0 -r1.3 \ pkgsrc/www/seamonkey/patches/patch-mozilla_toolkit_library_libxul.mk cvs rdiff -u -r0 -r1.1 \ pkgsrc/www/seamonkey/patches/patch-mozilla_xpcom_components_Module.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.