From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 14:06:42 2014 Return-Path: Delivered-To: svn-ports-all@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 51BEDDA3; Fri, 3 Oct 2014 14:06:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E44B151; Fri, 3 Oct 2014 14:06:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93E6g9V089536; Fri, 3 Oct 2014 14:06:42 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93E6gkP089535; Fri, 3 Oct 2014 14:06:42 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410031406.s93E6gkP089535@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 3 Oct 2014 14:06:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369903 - head/devel/pcre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 14:06:42 -0000 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 Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Fri Oct 3 13:51:17 2014 (r369902) +++ head/devel/pcre/Makefile Fri Oct 3 14:06:41 2014 (r369903) @@ -3,6 +3,7 @@ PORTNAME= pcre PORTVERSION= 8.35 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ @@ -90,6 +91,8 @@ CONFIGURE_ARGS+= --with-posix-malloc-thr .endif post-patch: + @${REINPLACE_CMD} -e "/^\.rs/d" ${WRKSRC}/doc/*.3 + @${REINPLACE_CMD} -e "s/£//g" ${WRKSRC}/doc/pcre_compile2.3 .if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ ${WRKSRC}/Makefile.in