pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nano If we're including gettext-lib, use it. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e25d33c36fb
branches: trunk
changeset: 473666:6e25d33c36fb
user: tv <tv%pkgsrc.org@localhost>
date: Thu Apr 22 17:14:37 2004 +0000
description:
If we're including gettext-lib, use it. (nano was factoring it out if
"msgfmt" was missing.)
diffstat:
editors/nano/Makefile | 4 ++--
editors/nano/distinfo | 3 ++-
editors/nano/patches/patch-aa | 11 +++++++++++
3 files changed, 15 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 08be32983967 -r 6e25d33c36fb editors/nano/Makefile
--- a/editors/nano/Makefile Thu Apr 22 16:50:02 2004 +0000
+++ b/editors/nano/Makefile Thu Apr 22 17:14:37 2004 +0000
@@ -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 -r 08be32983967 -r 6e25d33c36fb editors/nano/distinfo
--- a/editors/nano/distinfo Thu Apr 22 16:50:02 2004 +0000
+++ b/editors/nano/distinfo Thu Apr 22 17:14:37 2004 +0000
@@ -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 -r 08be32983967 -r 6e25d33c36fb editors/nano/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/nano/patches/patch-aa Thu Apr 22 17:14:37 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index