From owner-svn-ports-head@freebsd.org Sun Dec 18 13:51:14 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE28AC86F66; Sun, 18 Dec 2016 13:51:14 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64A3D1982; Sun, 18 Dec 2016 13:51:14 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by mail-lf0-x241.google.com with SMTP id p100so5211791lfg.2; Sun, 18 Dec 2016 05:51:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=THZ2EYiLOhHN3VLk3usmNi8oyJ91DkrsrSXIG7fvLq8=; b=q3u3LQKlr2RGLG8qpHsIHx2sPSiqXHMo7UrxJ8oASiGqftQW7sY6nv9QGrl4HMjvMF HJEOLMHFjaf4AxDm1IqP1LthgNgruQwFsLkRKGFSd6cqImehZdptz3mj3VQ2SGGIF4RF t5Gh8MdDiHHfzJb/79WqGIEfJE3ieeH2+kMt1bu1ZL8DW5ub2o/Zv+ar2qqU835rs4Eo LxRO2FCIkw52DOEUubqhMW7DNXO+Jd/7mUQtygFhYHqGssHktP1ITWmMYVg1IplHIglo EyB3ax9I2Fn5p15v35oTZ/RrH46pHvoMwtsHiMwHt+yl2bc7WV1sjfQY2E5Yt2AazzfO /50w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=THZ2EYiLOhHN3VLk3usmNi8oyJ91DkrsrSXIG7fvLq8=; b=dOjfsIer+IZvuIm2WWeNKyEV9oXThlHsuCnXHuSQkJgUbvr6hdCvvs0uR2CU8ILvXg psYKipwSnYh9MMCrjFLrcbLIM6Nfji1H+qFBxSlfbCf52Un8c22L6q7YP34NhDxkq++c fOA0oajatZ9bbFcOlXfwdam7v7yeZjKoRMunF7n7TTrae8iF5n84NEBLWMYmcxnIyZDx 3g2pQB4Hey7iOn0cVtAZyD4hbVjJumz/ZmqnatnT80e1ZIb/T6kmbpLoMS5YvOTMyvGa y4Cbv7Z0zMMNUcjUuiWxDXXPShvI128aLvmKloas3RFtQP1Ymi7mt1DzRnRC8zKyfjuZ +OAw== X-Gm-Message-State: AKaTC01vW4h2Jk8fleFneck+87x3eXzgJViCzuWmOwd3nZNMm3sriZkCxechuIqPpHDlw2n8fwZ0i2Y7C4hiQg== X-Received: by 10.25.152.142 with SMTP id a136mr3313033lfe.113.1482069072281; Sun, 18 Dec 2016 05:51:12 -0800 (PST) MIME-Version: 1.0 Sender: bsdkaffee@gmail.com Received: by 10.25.228.196 with HTTP; Sun, 18 Dec 2016 05:51:11 -0800 (PST) In-Reply-To: <864m224cq1.fsf@FreeBSD.org> References: <201612161531.uBGFVOI4055900@repo.freebsd.org> <8660miveyx.fsf@FreeBSD.org> <864m224cq1.fsf@FreeBSD.org> From: "Jason E. Hale" Date: Sun, 18 Dec 2016 08:51:11 -0500 X-Google-Sender-Auth: 44me7a-cJQoZPnrlwXgaAjNEh1A Message-ID: Subject: Re: svn commit: r428683 - in head/security: pinentry pinentry-qt4 pinentry/files To: Raphael Kubo da Costa Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 13:51:15 -0000 On Sat, Dec 17, 2016 at 1:44 PM, Raphael Kubo da Costa wrote: > > Ah, this is only broken on non-standard configurations (I build with > WITHOUT_GNU_GREP_COMPAT=yes), which means the grep call above will fail > because the | won't be recognized as a special character. I'll see if I > can send a patch upstream. FYI, for the time being, I've patched the configure script to use extended regex which should fix the problem. (r428848)