summaryrefslogtreecommitdiff
path: root/editors/nano/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-21 03:39:04 +0000
committerxtraeme <xtraeme>2004-10-21 03:39:04 +0000
commitd6a67760c594d9bc29c19494b7c024c443df82ae (patch)
tree6028ef0bc7541b74198da778ee6c88fcbda70978 /editors/nano/patches
parent416c6f1a9ee6a692e665e06b063b9f058fe951d1 (diff)
downloadpkgsrc-d6a67760c594d9bc29c19494b7c024c443df82ae.tar.gz
Update editors/nano to 1.2.4.
Too many changes to list here, because our pkgsrc version was really old! please take a look at the NEWS/ChangeLog file. Another change: Georg Schwarz reported in PR pkg/26671 that nano requires glib to build in his system (IRIX 5.3) and I know what's happening there... nano.h checks for the functions snprintf()/vsnprint(), if they aren't available, the glib functions are used instead, so put the glib dependency if MACHINE_PLATFORM = IRIX 5.3 and closing PR. No idea about IRIX 6.x, sorry.
Diffstat (limited to 'editors/nano/patches')
-rw-r--r--editors/nano/patches/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/nano/patches/patch-aa b/editors/nano/patches/patch-aa
deleted file mode 100644
index ae76e34076f..00000000000
--- a/editors/nano/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2004/05/07 12:06:47 cjep Exp $
---- configure.orig Wed Apr 21 13:47:39 2004
-+++ configure Wed Apr 21 13:47:59 2004
-@@ -3704,7 +3704,7 @@
- else
- echo "$ac_t""no" 1>&6
- fi
-- if test "$MSGFMT" != "no"; then
-+ if true; then
- for ac_func in dcgettext
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6