From owner-svn-ports-head@freebsd.org Sun Feb 12 15:49:36 2017 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 B09A0CDB4AE; Sun, 12 Feb 2017 15:49:36 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 800B0197C; Sun, 12 Feb 2017 15:49:36 +0000 (UTC) (envelope-from rezny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1CFnZMA026046; Sun, 12 Feb 2017 15:49:35 GMT (envelope-from rezny@FreeBSD.org) Received: (from rezny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1CFnZQj026045; Sun, 12 Feb 2017 15:49:35 GMT (envelope-from rezny@FreeBSD.org) Message-Id: <201702121549.v1CFnZQj026045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rezny set sender to rezny@FreeBSD.org using -f From: Matthew Rezny Date: Sun, 12 Feb 2017 15:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433950 - head/graphics/libGL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 12 Feb 2017 15:49:36 -0000 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