summaryrefslogtreecommitdiff
path: root/x11/rxvt-devel/files/patch-src__init.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-01-17 10:27:46 +0000
committerRene Ladan <rene@FreeBSD.org>2015-01-17 10:27:46 +0000
commit96098408b6bcadcb32958ff7c2da4e2fdf4215c8 (patch)
tree68c4c57daefa22ab05f2d69a654a4ba877e418b7 /x11/rxvt-devel/files/patch-src__init.c
parentUpdate to 4.3.7 (diff)
Remove expired ports:
2015-01-13 x11/rxvt-devel: No longer developed nor maintained and deprecated by x11/xvt and x11/rxvt-unicode 2015-01-15 comms/spandsp-devel: Use newer comms/spandsp 2015-01-16 multimedia/universal-media-server: "RC script broken, especially prestart target"
Notes
Notes: svn path=/head/; revision=377217
Diffstat (limited to 'x11/rxvt-devel/files/patch-src__init.c')
-rw-r--r--x11/rxvt-devel/files/patch-src__init.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/rxvt-devel/files/patch-src__init.c b/x11/rxvt-devel/files/patch-src__init.c
deleted file mode 100644
index 262158bd0e6b..000000000000
--- a/x11/rxvt-devel/files/patch-src__init.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/init.c.orig Wed Dec 4 03:21:17 2002
-+++ src/init.c Mon Oct 10 00:30:31 2005
-@@ -1531,6 +1531,9 @@
- # ifdef VEOL2
- tio->c_cc[VEOL2] = VDISABLE;
- # endif
-+# ifdef VERASE2
-+ tio->c_cc[VERASE2] = CERASE2;
-+# endif
- # ifdef VSWTC
- tio->c_cc[VSWTC] = VDISABLE;
- # endif
-@@ -1650,6 +1653,9 @@
- FOO(VEOL, "VEOL");
- # ifdef VEOL2
- FOO(VEOL2, "VEOL2");
-+# endif
-+# ifdef VERASE2
-+ FOO(VERASE2, "VERASE2");
- # endif
- # ifdef VSWTC
- FOO(VSWTC, "VSWTC");