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 7AEE37ACD9 for ; Wed, 30 Dec 2015 15:13:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A4A5785F30; Wed, 30 Dec 2015 15:13:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B720C85E66 for ; Wed, 30 Dec 2015 15:13:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fFoSsREMOEzX for ; Wed, 30 Dec 2015 15:13:40 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1BC0385E9A for ; Wed, 30 Dec 2015 15:13:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62083FC53; Wed, 30 Dec 2015 04:37:27 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 30 Dec 2015 04:37:27 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/mail/thunderbird-enigmail To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20151230043727.62083FC53@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: kamil Date: Wed Dec 30 04:37:27 UTC 2015 Modified Files: pkgsrc/mail/thunderbird-enigmail: Makefile.common Log Message: Correct sed(1) usage for NetBSD-6.x in the install stage NetBSD-7.99.25 $ /usr/bin/sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf {847b3a00-7ab1-11d4-8f02-006008948af5} $ /usr/bin/sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q;}' install.rdf {847b3a00-7ab1-11d4-8f02-006008948af5} NetBSD-6.1_STABLE $ /usr/bin/sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf sed: 1: "/.*\(.*\)<\/em:i ...": extra characters at the end of q command $ /usr/bin/sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q;}' install.rdf {847b3a00-7ab1-11d4-8f02-006008948af5} Closes PR pkg/50264 by Hauke Fath Solution suggested by David Holland To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/thunderbird-enigmail/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.