[packages/screen] remove comment/tty/ncursesw patches

atler atler at pld-linux.org
Fri Feb 4 14:17:11 CET 2022


commit 188c8f365f6221ecf8082430d131fce57805da3e
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Feb 4 14:12:43 2022 +0100

    remove comment/tty/ncursesw patches
    
    comment/tty dropped from spec in b81ee7b
    ncursesw patch never included in spec

 screen-comment.patch  | 11 -----------
 screen-ncursesw.patch | 20 --------------------
 screen-tty.patch      | 15 ---------------
 3 files changed, 46 deletions(-)
---
diff --git a/screen-comment.patch b/screen-comment.patch
deleted file mode 100644
index 318beeb..0000000
--- a/screen-comment.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.in	2008-06-29 18:04:35.759505981 +0200
-+++ config.h.in-new	2008-06-29 18:04:58.139746984 +0200
-@@ -564,7 +564,7 @@
-  * If you are on a SYS V machine that restricts filename length to 14 
-  * characters, you may need to enforce that by setting NAME_MAX to 14
-  */
--#undef NAME_MAX		/* KEEP_UNDEF_HERE override system value */
-+#undef NAME_MAX		// KEEP_UNDEF_HERE override system value
- #undef NAME_MAX
- 
- /*
diff --git a/screen-ncursesw.patch b/screen-ncursesw.patch
deleted file mode 100644
index 5bab009..0000000
--- a/screen-ncursesw.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- screen-4.0.3/configure.in~	2011-02-14 10:17:32.341272254 +0100
-+++ screen-4.0.3/configure.in	2011-02-15 18:50:46.405665123 +0100
-@@ -644,6 +644,8 @@
- tgetent((char *)0, (char *)0);
- #endif
- ],,
-+LIBS="-ltinfow $olibs"
-+AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
- LIBS="-ltinfo $olibs"
- AC_CHECKING(libtinfo)
- AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
-@@ -656,7 +658,7 @@
- LIBS="-ltermlib $olibs"
- AC_CHECKING(libtermlib)
- AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
--AC_MSG_ERROR(!!! no tgetent - no screen)))))))
-+AC_MSG_ERROR(!!! no tgetent - no screen))))))))
- 
- AC_TRY_RUN([
- 
diff --git a/screen-tty.patch b/screen-tty.patch
deleted file mode 100644
index 5199ead..0000000
--- a/screen-tty.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -urN screen-3.9.15.org/config.h.in screen-3.9.15/config.h.in
---- screen-3.9.15.org/config.h.in	Tue Mar 25 19:06:38 2003
-+++ screen-3.9.15/config.h.in	Tue Mar 25 19:07:21 2003
-@@ -103,8 +103,9 @@
-  * filesystem so screen should not even attempt to set mode or group  
-  * even if running as root (e.g. on TiVo).
-  */
--#undef PTYMODE
--#undef PTYGROUP
-+
-+#define PTYMODE 0620
-+#define PTYGROUP 5 /* RedHat Linux tty */
- #undef PTYROFS
- 
- /*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/screen.git/commitdiff/188c8f365f6221ecf8082430d131fce57805da3e



More information about the pld-cvs-commit mailing list