diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-12 21:47:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-12 21:47:46 +0000 |
commit | f40b4279b954c733a956748f8b7ebb09ff22b71e (patch) | |
tree | 24b663b3c9d74521bd7d4b90cfe2ad7c5c42622b | |
parent | f21465a52a4472d9528672379cc7b70aaecc9c9a (diff) | |
download | pkgsrc-f40b4279b954c733a956748f8b7ebb09ff22b71e.tar.gz |
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.
-rw-r--r-- | textproc/ispell-spanish/distinfo | 4 | ||||
-rw-r--r-- | textproc/ispell-spanish/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ispell-spanish/distinfo b/textproc/ispell-spanish/distinfo index 2d7a38c8034..b63c77c3a99 100644 --- a/textproc/ispell-spanish/distinfo +++ b/textproc/ispell-spanish/distinfo @@ -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 --git a/textproc/ispell-spanish/patches/patch-aa b/textproc/ispell-spanish/patches/patch-aa index 3fb3c5f479e..c13d1b2c4ab 100644 --- a/textproc/ispell-spanish/patches/patch-aa +++ b/textproc/ispell-spanish/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/07/22 11:31:46 agc Exp $ - ./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 |