summaryrefslogtreecommitdiff
path: root/editors/joe
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2011-04-11 21:16:10 +0000
committerroy <roy@pkgsrc.org>2011-04-11 21:16:10 +0000
commitb975374d1afec5e0a80ba2c55057c26c89005f95 (patch)
tree24008a779639a32b59a50c95e38ec23268a25ce2 /editors/joe
parent33e44fab83243acb1acf54ec31969d0837a6fdd8 (diff)
downloadpkgsrc-b975374d1afec5e0a80ba2c55057c26c89005f95.tar.gz
Remove patch-ac as it was incorrect.
Diffstat (limited to 'editors/joe')
-rw-r--r--editors/joe/distinfo3
-rw-r--r--editors/joe/patches/patch-ac24
2 files changed, 1 insertions, 26 deletions
diff --git a/editors/joe/distinfo b/editors/joe/distinfo
index 8814d2790ab..032f3618bf2 100644
--- a/editors/joe/distinfo
+++ b/editors/joe/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.17 2011/04/01 13:12:24 wiz Exp $
+$NetBSD: distinfo,v 1.18 2011/04/11 21:16:10 roy Exp $
SHA1 (joe-3.7.tar.gz) = 54398578886d4a3d325aece52c308a939d31101d
RMD160 (joe-3.7.tar.gz) = 7e2c72a750c6aac4732cf4369bceee5333460f15
Size (joe-3.7.tar.gz) = 696036 bytes
SHA1 (patch-aa) = 18bf5044cf546c0080df5387719715735389f8cc
SHA1 (patch-ab) = bd416192e0273b596db6ecc280ad743efd9ed421
-SHA1 (patch-ac) = 8062acd877404f4a5f6a8cd7f93f49b7b06965d2
SHA1 (patch-main.c) = d5b8fee6e814ccbc3df048dcd2d31be5cb5f4225
diff --git a/editors/joe/patches/patch-ac b/editors/joe/patches/patch-ac
deleted file mode 100644
index def4f703cb4..00000000000
--- a/editors/joe/patches/patch-ac
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2011/03/29 21:38:26 roy Exp $
-
---- termcap.c 2011-03-29 22:25:48.000000000 +0100
-+++ termcap.c 2011-03-29 22:30:35.000000000 +0100
-@@ -8,16 +8,9 @@
- #include "types.h"
-
- #ifdef TERMINFO
--
--#ifdef HAVE_CURSES_H
--#include <curses.h>
--#endif
--/* curses has to come before term.h on SGI */
--#ifdef HAVE_TERM_H
--/* term.h is a disaster: it #defines 'tab' */
--#include <term.h>
--#endif
--
-+/* Even though we may configure and test for terminfo and curses
-+ * we actually only use termcap */
-+#include <termcap.h>
- #endif
-
- int dopadding = 0;