From owner-svn-ports-head@FreeBSD.ORG Fri Oct 3 14:16:10 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4746A26D; Fri, 3 Oct 2014 14:16:10 +0000 (UTC) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E202E250; Fri, 3 Oct 2014 14:16:09 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wp4so896995obc.38 for ; Fri, 03 Oct 2014 07:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=xjVbC+Im4kyggroxyJJw0nRwg13irQqd1SeW+tRXXHM=; b=uOKeGnanD9xV8idkDrAKJIxb9OW89vqqbRfhK3Iq4xrXPavjPR1xEychBqEhLewiL8 8/6r63r/L6ETR2d8aqj9WBw8D1a35XxrylQi8omlx8JNRI8QqIfx6ACxGTQ821/I2AnH vpiIoBWUvetVEzDM4dKvwS8NoBVbG54QT8d2ThAreRj3U1ifFwI5px8sD0Yeop+4VPvG wceSPWicrH8XTx+pQQ6lmVisN8SPJwoHH15p4OG8ni36hCHF0/r/kUYRNeTdF2R5F7iR 5R5cQfvWn6SpHjXicJdHfgkfAGDDjbWZadKm922yzg17Q5qIk0Ye5aHsF2Pzt+38BVJC KeEw== MIME-Version: 1.0 X-Received: by 10.182.220.226 with SMTP id pz2mr3732221obc.76.1412345769246; Fri, 03 Oct 2014 07:16:09 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.19.133 with HTTP; Fri, 3 Oct 2014 07:16:09 -0700 (PDT) In-Reply-To: <201410031406.s93E6gkP089535@svn.freebsd.org> References: <201410031406.s93E6gkP089535@svn.freebsd.org> Date: Fri, 3 Oct 2014 16:16:09 +0200 X-Google-Sender-Auth: fGot6PUaTIAnjjUroZTB-RLHRLU Message-ID: Subject: Re: svn commit: r369903 - head/devel/pcre From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 03 Oct 2014 14:16:10 -0000 2014-10-03 16:06 GMT+02:00 Baptiste Daroussin : > Author: bapt > Date: Fri Oct 3 14:06:41 2014 > New Revision: 369903 > URL: https://svnweb.freebsd.org/changeset/ports/369903 > QAT: https://qat.redports.org/buildarchive/r369903/ > > Log: > Fix rendering with mandoc > > Modified: > head/devel/pcre/Makefile > > [..] > post-patch: > + @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 > + @${REINPLACE_CMD} -e "s/=C2=A3//g" ${WRKSRC}/doc/pcre_compile2.3 > So mandoc can't display the pound sign? :( Ren=C3=A9