45:11 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 446KjBrW082419; Mon, 6 May 2024 20:45:11 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 446KjBOs082417; Mon, 6 May 2024 20:45:11 GMT (envelope-from git) Date: Mon, 6 May 2024 20:45:11 GMT Message-Id: <202405062045.446KjBOs082417@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Joe Marcus Clarke Subject: git: 02f8c386e7d9 - 2024Q2 - devel/p5-IO-Tty: Remove a no-longer-needed patch List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: marcus X-Git-Repository: ports X-Git-Refname: refs/heads/2024Q2 X-Git-Reftype: branch X-Git-Commit: 02f8c386e7d9629fcedcb7c57baff5fcda36668f Auto-Submitted: auto-generated The branch 2024Q2 has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=02f8c386e7d9629fcedcb7c57baff5fcda36668f commit 02f8c386e7d9629fcedcb7c57baff5fcda36668f Author: Joe Marcus Clarke AuthorDate: 2024-04-16 12:41:29 +0000 Commit: Joe Marcus Clarke CommitDate: 2024-05-06 20:44:26 +0000 devel/p5-IO-Tty: Remove a no-longer-needed patch This fixes runtime where no tty functions could be used. PR: 276535 Approved by: perl@ two-week timeout (cherry picked from commit c026b7502717e2c04d0ada7ad49443a48eaa8587) --- devel/p5-IO-Tty/Makefile | 1 + devel/p5-IO-Tty/files/patch-Makefile.PL | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile index e97f0bb32d4d..8a41e735a74e 100644 --- a/devel/p5-IO-Tty/Makefile +++ b/devel/p5-IO-Tty/Makefile @@ -1,5 +1,6 @@ PORTNAME= IO-Tty PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-IO-Tty/files/patch-Makefile.PL b/devel/p5-IO-Tty/files/patch-Makefile.PL deleted file mode 100644 index a8901338a67e..000000000000 --- a/devel/p5-IO-Tty/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig 2021-01-22 08:02:35 UTC -+++ Makefile.PL -@@ -146,7 +146,7 @@ char $f (); - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ - char $f (); --char (*f) (); -+char f; - - #ifdef F77_DUMMY_MAIN - # ifdef __cplusplus