summaryrefslogtreecommitdiff
path: root/editors/nano
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-22 17:14:37 +0000
committertv <tv@pkgsrc.org>2004-04-22 17:14:37 +0000
commita6e4fd78ea7fd7b1fc8ffe33a79f564088d6c12b (patch)
tree9ba8c549224101a627caae1ea26178a30aaaf787 /editors/nano
parent31a9fe10a0888085d949e8b6040456a29311ae7a (diff)
downloadpkgsrc-a6e4fd78ea7fd7b1fc8ffe33a79f564088d6c12b.tar.gz
If we're including gettext-lib, use it. (nano was factoring it out if
"msgfmt" was missing.)
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/Makefile4
-rw-r--r--editors/nano/distinfo3
-rw-r--r--editors/nano/patches/patch-aa11
3 files changed, 15 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index e5faa57072f..21adf7531d6 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2004/02/12 14:34:06 minskim Exp $
+# $NetBSD: Makefile,v 1.20 2004/04/22 17:14:37 tv Exp $
DISTNAME= nano-1.0.9
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index a6b89f34898..5e5cf8d168c 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.7 2002/12/26 15:14:42 shell Exp $
+$NetBSD: distinfo,v 1.8 2004/04/22 17:14:37 tv Exp $
SHA1 (nano-1.0.9.tar.gz) = 750cb7a22b0ffa490714420a7ab18259e9310543
Size (nano-1.0.9.tar.gz) = 451822 bytes
+SHA1 (patch-aa) = bf1d59fe2711f9d1e8aec55bd707dcf5594c1132
diff --git a/editors/nano/patches/patch-aa b/editors/nano/patches/patch-aa
new file mode 100644
index 00000000000..799d558e1b0
--- /dev/null
+++ b/editors/nano/patches/patch-aa
@@ -0,0 +1,11 @@
+--- 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