From owner-svn-ports-all@freebsd.org Thu Feb 20 19:08:31 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ABD62242563; Thu, 20 Feb 2020 19:08:31 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NkdW46Plz4P5y; Thu, 20 Feb 2020 19:08:31 +0000 (UTC) (envelope-from kevans@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86F7426680; Thu, 20 Feb 2020 19:08:31 +0000 (UTC) (envelope-from kevans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01KJ8V9O022786; Thu, 20 Feb 2020 19:08:31 GMT (envelope-from kevans@FreeBSD.org) Received: (from kevans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01KJ8VHp022785; Thu, 20 Feb 2020 19:08:31 GMT (envelope-from kevans@FreeBSD.org) Message-Id: <202002201908.01KJ8VHp022785@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevans set sender to kevans@FreeBSD.org using -f From: Kyle Evans Date: Thu, 20 Feb 2020 19:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r526585 - branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets X-SVN-Group: ports-branches X-SVN-Commit-Author: kevans X-SVN-Commit-Paths: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets X-SVN-Commit-Revision: 526585 X-SVN-Commit-Repository: ports 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.29 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: Thu, 20 Feb 2020 19:08:31 -0000 Author: kevans Date: Thu Feb 20 19:08:31 2020 New Revision: 526585 URL: https://svnweb.freebsd.org/changeset/ports/526585 Log: MFH: r526580 x11-toolkits/p5-Alien-wxWidgets: remove extraneous escapes post-patch phase of this port uses sed to replace 'wx-config with '${WX_CONFIG:T}. Previously it escaped the ', but this is not necessary in this context. Remove the extraneous escape so that it doesn't get passed through to sed(1) as an escape of an ordinary character. This is important as the patch in bug #229925 will make such escapes an error to ease transition into a world where some escaped-ordinaries will be granted a special meaning. PR: 240450 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months) Differential Revision: https://reviews.freebsd.org/D23702 Approved by: ports-secteam (implicit, future build fix) Modified: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile ============================================================================== --- branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Thu Feb 20 19:07:24 2020 (r526584) +++ branches/2020Q1/x11-toolkits/p5-Alien-wxWidgets/Makefile Thu Feb 20 19:08:31 2020 (r526585) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --wxWidgets-build=0 --wxWidgets-unicod post-patch: @${REINPLACE_CMD} -e 's/wx-config/${WX_CONFIG:T}/' ${WRKSRC}/Build.PL - @${REINPLACE_CMD} -e "s/\'wx-config/\'${WX_CONFIG:T}/" -e "s/lc_r/lpthread/" \ + @${REINPLACE_CMD} -e "s/'wx-config/'${WX_CONFIG:T}/" -e "s/lc_r/lpthread/" \ ${WRKSRC}/inc/My/Build/Any_wx_config.pm post-install: