pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ispell-spanish Use 'echo y' instead of 'yes' ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9606acccdbba
branches: trunk
changeset: 480535:9606acccdbba
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Sep 12 21:47:46 2004 +0000
description:
Use 'echo y' instead of 'yes' to accept a question asked by the installation
script. 'yes' is not available on some systems, like IRIX, so this fixes
the build in them. Closes PR pkg/26929 by Georg Schwarz.
diffstat:
textproc/ispell-spanish/distinfo | 4 ++--
textproc/ispell-spanish/patches/patch-aa | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 5a63fbc65959 -r 9606acccdbba textproc/ispell-spanish/distinfo
--- a/textproc/ispell-spanish/distinfo Sun Sep 12 21:37:27 2004 +0000
+++ b/textproc/ispell-spanish/distinfo Sun Sep 12 21:47:46 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $
+$NetBSD: distinfo,v 1.2 2004/09/12 21:47:46 jmmv Exp $
SHA1 (espa~nol-1.7.tar.gz) = de8a2f2dbab0d3658aecd7ef109e91773da23dd7
Size (espa~nol-1.7.tar.gz) = 424599 bytes
-SHA1 (patch-aa) = 569ee4831cd95c4ef126440283d15f29f5e37d8e
+SHA1 (patch-aa) = b22c5d15f67753fc929d300ec5b59b479ad40852
diff -r 5a63fbc65959 -r 9606acccdbba textproc/ispell-spanish/patches/patch-aa
--- a/textproc/ispell-spanish/patches/patch-aa Sun Sep 12 21:37:27 2004 +0000
+++ b/textproc/ispell-spanish/patches/patch-aa Sun Sep 12 21:47:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $
+$NetBSD: patch-aa,v 1.2 2004/09/12 21:47:46 jmmv Exp $
--- Makefile.orig Fri Apr 9 12:32:26 1999
+++ Makefile Fri Jul 19 23:36:04 2002
@@ -17,7 +17,7 @@
- ./posti $(LANGUAGE)
+ cp $(LANGUAGE).aff $(INST_LANGUAGE).aff
+ cp $(LANGUAGE).hash $(INST_LANGUAGE).hash
-+ yes | ./posti $(INST_LANGUAGE)
++ echo y | ./posti $(INST_LANGUAGE)
$(LANGUAGE)-alt.aff: $(LANGUAGE)-alt.7bit $(FIX8BIT)
$(FIX8BIT) -8 < $(LANGUAGE)-alt.7bit > $(LANGUAGE)-alt.aff
Home |
Main Index |
Thread Index |
Old Index