diff options
-rw-r--r-- | mail/mutt/Makefile | 5 | ||||
-rw-r--r-- | mail/mutt/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/mutt/patches/patch-ai | 12 |
3 files changed, 17 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index c103494f388..93b1c224d56 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2000/11/02 03:15:14 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2000/11/02 06:57:32 itojun Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -12,8 +12,9 @@ HOMEPAGE= http://www.mutt.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext +USE_LIBINTL= yes GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+= --with-exec-shell=/bin/ksh \ diff --git a/mail/mutt/files/patch-sum b/mail/mutt/files/patch-sum index 9a170a1e640..62985a2f02c 100644 --- a/mail/mutt/files/patch-sum +++ b/mail/mutt/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.9 2000/07/28 09:32:48 wiz Exp $ +$NetBSD: patch-sum,v 1.10 2000/11/02 06:57:32 itojun Exp $ MD5 (patch-aa) = 7d2e9e14bd302e841ed1f2b47f0dfa58 MD5 (patch-ab) = e7f615cb63a40130edefe8a51aca3593 @@ -8,3 +8,4 @@ MD5 (patch-ae) = 9f7427c1b9477c19e11a748c889174a6 MD5 (patch-af) = b530bbcd85e85ae7233be82d698a374f MD5 (patch-ag) = 53602ef8fd94e9ce0ce7f03b61c85495 MD5 (patch-ah) = 9626fd08270eba43d1b2cca49b94ddc6 +MD5 (patch-ai) = 5f95158e1b743d37a9e3d4f37bf0a117 diff --git a/mail/mutt/patches/patch-ai b/mail/mutt/patches/patch-ai new file mode 100644 index 00000000000..1cb215b12a2 --- /dev/null +++ b/mail/mutt/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1 2000/11/02 06:57:32 itojun Exp $ + +--- po/Makefile.in.in- Thu Nov 2 15:53:03 2000 ++++ po/Makefile.in.in Thu Nov 2 15:53:20 2000 +@@ -126,6 +126,3 @@ + cat=`basename $$cat`; \ +- case "$$cat" in \ +- *.gmo) destdir=$(gnulocaledir);; \ +- *) destdir=$(localedir);; \ +- esac; \ ++ destdir=$(gnulocaledir); \ + lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ |