Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2024 12:43:46 GMT
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c026b7502717 - main - devel/p5-IO-Tty: Remove a no-longer-needed patch
Message-ID:  <202404161243.43GChkjd071728@gitrepo.freebsd.org>

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

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

commit c026b7502717e2c04d0ada7ad49443a48eaa8587
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2024-04-16 12:41:29 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2024-04-16 12:43:42 +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@ (mat)
---
 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?202404161243.43GChkjd071728>