Date: Sun, 12 Feb 2017 15:49:35 +0000 (UTC) From: Matthew Rezny <rezny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433950 - head/graphics/libGL Message-ID: <201702121549.v1CFnZQj026045@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rezny Date: Sun Feb 12 15:49:35 2017 New Revision: 433950 URL: https://svnweb.freebsd.org/changeset/ports/433950 Log: Add one sed command, courtesy of madpilot, to replicate a section of changes that were over-eagerly trimmed from patch-configure in the last commit. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9555 Modified: head/graphics/libGL/Makefile.targets Modified: head/graphics/libGL/Makefile.targets ============================================================================== --- head/graphics/libGL/Makefile.targets Sun Feb 12 14:27:49 2017 (r433949) +++ head/graphics/libGL/Makefile.targets Sun Feb 12 15:49:35 2017 (r433950) @@ -17,7 +17,7 @@ post-patch: .endif .endif # Sed on 9.x and dragonfly don't support \< or \> - @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' \ + @${REINPLACE_CMD} -e 's|\\>//|[[:>:]]//|' -e 's|\\S\*//|[:graph:]* //|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702121549.v1CFnZQj026045>