From owner-svn-ports-all@freebsd.org Thu Jul 18 18:49:34 2019 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 F1815AEA90; Thu, 18 Jul 2019 18:49:34 +0000 (UTC) (envelope-from tijl@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 C08096D0D9; Thu, 18 Jul 2019 18:49:34 +0000 (UTC) (envelope-from tijl@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 5C4BDC366; Thu, 18 Jul 2019 18:49:34 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6IInYKL026293; Thu, 18 Jul 2019 18:49:34 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6IInYmi026290; Thu, 18 Jul 2019 18:49:34 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201907181849.x6IInYmi026290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Jul 2019 18:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506870 - in head/devel/automake: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/devel/automake: . files X-SVN-Commit-Revision: 506870 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C08096D0D9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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, 18 Jul 2019 18:49:35 -0000 Author: tijl Date: Thu Jul 18 18:49:33 2019 New Revision: 506870 URL: https://svnweb.freebsd.org/changeset/ports/506870 Log: Add patch with upstream commit a348d830659fffd2cfc42994524783b07e69b4b5: Don't use '\n' in sed substitution. FreeBSD sed interprets it as a regular 'n', not as a newline. PR: 239285 Submitted by: Ting-Wei Lan Added: head/devel/automake/files/patch-bug31222 (contents, props changed) Modified: head/devel/automake/Makefile Modified: head/devel/automake/Makefile ============================================================================== --- head/devel/automake/Makefile Thu Jul 18 18:12:22 2019 (r506869) +++ head/devel/automake/Makefile Thu Jul 18 18:49:33 2019 (r506870) @@ -3,7 +3,7 @@ PORTNAME= automake PORTVERSION= 1.16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU Added: head/devel/automake/files/patch-bug31222 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/automake/files/patch-bug31222 Thu Jul 18 18:49:33 2019 (r506870) @@ -0,0 +1,31 @@ +From a348d830659fffd2cfc42994524783b07e69b4b5 Mon Sep 17 00:00:00 2001 +From: Mathieu Lirzin +Date: Sun, 8 Jul 2018 23:41:42 +0200 +Subject: [PATCH] python: Don't use '\n' in sed substitution + +This change fixes automake bug#31222. + +On macOS, 'sed' interprets '\n' in the substitution text as the letter 'n' +instead of as a newline. + +* lib/am/python.am [?FIRST?] (am__pep3147_tweak): Use a space instead of '\n'. +* NEWS: Update. +--- + NEWS | 8 ++++++++ + lib/am/python.am | 2 +- + 2 files changed, 9 insertions(+), 1 deletion(-) + +--- lib/am/python.am.orig 2018-02-26 20:38:27 UTC ++++ lib/am/python.am +@@ -97,7 +97,7 @@ endif %?INSTALL% + if %?INSTALL% + + ?FIRST?am__pep3147_tweak = \ +-?FIRST? sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc\n&.*.pyo|' ++?FIRST? sed -e 's|\.py$$||' -e 's|[^/]*$$|&.*.pyc &.*.pyo|' + + .PHONY uninstall-am: uninstall-%DIR%PYTHON + uninstall-%DIR%PYTHON: +-- +2.22.0 +