Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 20:45:11 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 02f8c386e7d9 - 2024Q2 - devel/p5-IO-Tty: Remove a no-longer-needed patch
Message-ID:  <202405062045.446KjBOs082417@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02f8c386e7d9629fcedcb7c57baff5fcda36668f

commit 02f8c386e7d9629fcedcb7c57baff5fcda36668f
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2024-04-16 12:41:29 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405062045.446KjBOs082417>