pkgsrc/mail/thunderbird-enigmail
kamil 057459249f Correct sed(1) usage for NetBSD-6.x in the install stage
NetBSD-7.99.25
$ /usr/bin/sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf
{847b3a00-7ab1-11d4-8f02-006008948af5}
$ /usr/bin/sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q;}' install.rdf
{847b3a00-7ab1-11d4-8f02-006008948af5}

NetBSD-6.1_STABLE
$ /usr/bin/sed -n '/.*<em:id>\(.*\)<\/em:id>.*/{s//\1/p;q}' install.rdf
sed: 1: "/.*<em:id>\(.*\)<\/em:i ...": extra characters at the end of q command
$ /usr/bin/sed -n '/.*<em:id>\(.*\)<\/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
2015-12-30 04:37:27 +00:00
..
patches
DESCR
distinfo Add SHA512 digests for distfiles for mail category 2015-11-03 23:27:00 +00:00
Makefile Update GnuPG dependency to gnupg2 and depend on pinentry-gtk2 2015-12-12 01:28:15 +00:00
Makefile.common Correct sed(1) usage for NetBSD-6.x in the install stage 2015-12-30 04:37:27 +00:00
PLIST There are other operating systems than NetBSD. 2015-09-01 20:49:53 +00:00