summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorabs <abs>2009-02-13 11:42:01 +0000
committerabs <abs>2009-02-13 11:42:01 +0000
commitf2a05f34079ddc8156f74b99adceab5f7bc7ebfa (patch)
tree5187238d560676ce9154bc8511602002f1439cf2 /editors
parentc9c0f3c19e2ead0876a3c79fc0e028e2fce046bc (diff)
downloadpkgsrc-f2a05f34079ddc8156f74b99adceab5f7bc7ebfa.tar.gz
Remove NCURSES define and check (which had no effect). This package is
not going to build without a real ncurses without a lot of effort No change to generated binary
Diffstat (limited to 'editors')
-rw-r--r--editors/mg/distinfo4
-rw-r--r--editors/mg/patches/patch-ac12
-rw-r--r--editors/mg/patches/patch-ae15
3 files changed, 1 insertions, 30 deletions
diff --git a/editors/mg/distinfo b/editors/mg/distinfo
index bd9862ad073..64c617ca254 100644
--- a/editors/mg/distinfo
+++ b/editors/mg/distinfo
@@ -1,12 +1,10 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/13 11:04:14 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/02/13 11:42:01 abs Exp $
SHA1 (mg-20090107.tar.gz) = 3191c6dea4996347b6d40b34fa4c88a57e5ef42e
RMD160 (mg-20090107.tar.gz) = d35cc894d2be7bfafb1943fefb5529c2dcbc2002
Size (mg-20090107.tar.gz) = 136530 bytes
SHA1 (patch-aa) = 0999dd117883459d73b410e3e7ebd14e6890f611
SHA1 (patch-ab) = a5d9864a49c83c4851266b24bea62534859acccc
-SHA1 (patch-ac) = 26252dd655b70e8ec6aa6d3b24f432ab3f117704
SHA1 (patch-ad) = f71bed38dc38ca107dd8aade779a75b5597aab0d
-SHA1 (patch-ae) = da7cba79351e954e495b1542b74ec5784a771501
SHA1 (patch-af) = e305ea6c7189b51467c5f46fec42d88c0f54c107
SHA1 (patch-ag) = 5d973ea998cca712e39a8b207820aea7e2739316
diff --git a/editors/mg/patches/patch-ac b/editors/mg/patches/patch-ac
deleted file mode 100644
index 146ac0593ea..00000000000
--- a/editors/mg/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2009/02/13 11:04:14 abs Exp $
-
---- configure.orig 2008-12-12 08:40:04.000000000 +0000
-+++ configure
-@@ -187,6 +187,7 @@ if [ ! -r /usr/include/term.h ]; then
- exit 1
- }
- fi
-+ add_inc NCURSES
- fi
-
- note 'base and dirname'
diff --git a/editors/mg/patches/patch-ae b/editors/mg/patches/patch-ae
deleted file mode 100644
index 45e3e41c620..00000000000
--- a/editors/mg/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2009/02/13 11:04:14 abs Exp $
-
---- ttydef.h.orig 2006-04-27 03:28:14.000000000 +0100
-+++ ttydef.h
-@@ -10,7 +10,9 @@
- * enough for windowing systems.
- */
-
--#define STANDOUT_GLITCH /* possible standout glitch */
-+#ifdef NCURSES
-+# define STANDOUT_GLITCH /* possible standout glitch */
-+#endif
- #define TERMCAP /* for possible use in ttyio.c */
-
- #ifdef undef