svn commit: r433950 - head/graphics/libGL

Matthew Rezny rezny at FreeBSD.org
Sun Feb 12 15:49:36 UTC 2017


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


More information about the svn-ports-all mailing list