diff options
author | tv <tv> | 2004-04-22 17:14:37 +0000 |
---|---|---|
committer | tv <tv> | 2004-04-22 17:14:37 +0000 |
commit | cd18e0568f8de6447af982591eeebf40246c0e53 (patch) | |
tree | 9ba8c549224101a627caae1ea26178a30aaaf787 /editors | |
parent | dabd98e64e326c258cf1a156e92607edb099e5d7 (diff) | |
download | pkgsrc-cd18e0568f8de6447af982591eeebf40246c0e53.tar.gz |
If we're including gettext-lib, use it. (nano was factoring it out if
"msgfmt" was missing.)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/distinfo | 3 | ||||
-rw-r--r-- | editors/nano/patches/patch-aa | 11 |
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 |