diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-19 14:12:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-19 14:12:05 +0000 |
commit | 1ce68a08618989c530d9df85f3e274d4c2450fbb (patch) | |
tree | 0976128728d6f660a0581942efc9da84bf3cee64 /textproc | |
parent | 43948ca29472ed385f9c3b26fcc77275a68fd525 (diff) | |
download | pkgsrc-1ce68a08618989c530d9df85f3e274d4c2450fbb.tar.gz |
Patch out another unportable "if ! which ..." line.
From Sergey Svishchev.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dict-server/distinfo | 4 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-al | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/textproc/dict-server/distinfo b/textproc/dict-server/distinfo index 61766c3cd26..9b0c8a63e65 100644 --- a/textproc/dict-server/distinfo +++ b/textproc/dict-server/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2006/07/16 22:37:49 seb Exp $ +$NetBSD: distinfo,v 1.17 2007/05/19 14:12:05 wiz Exp $ SHA1 (dictd-1.9.15.tar.gz) = 081ea97a4a6a936855af30d9c2a31f5733985822 RMD160 (dictd-1.9.15.tar.gz) = 4cdef7132855d4ef949ba7ceacbea16881e3ef5d @@ -12,4 +12,4 @@ SHA1 (patch-ah) = d3453553e15858054bce4943a0316d485938806a SHA1 (patch-ai) = 21b2c9ace814e005139c64c4b6890e8b7e249f29 SHA1 (patch-aj) = 76527be1d4ff89aeec72606d9575a99e6a8e2d3b SHA1 (patch-ak) = ab11363903da1f173add59a132b347db9241345f -SHA1 (patch-al) = 6925dbf41b2d099bb635aa08498cddb52b441759 +SHA1 (patch-al) = bb4e4757b17825fdc06534c7a70426e3c47fd945 diff --git a/textproc/dict-server/patches/patch-al b/textproc/dict-server/patches/patch-al index b1622deb101..3a1ebeb101e 100644 --- a/textproc/dict-server/patches/patch-al +++ b/textproc/dict-server/patches/patch-al @@ -1,10 +1,10 @@ -$NetBSD: patch-al,v 1.6 2006/06/26 11:39:01 rillig Exp $ +$NetBSD: patch-al,v 1.7 2007/05/19 14:12:05 wiz Exp $ Self-written configure tests are generally not of high quality. This one fails to work on NetBSD 3.0. ---- configure.orig 2006-06-26 13:34:22.000000000 +0200 -+++ configure 2006-06-26 13:36:17.000000000 +0200 +--- configure.orig 2004-12-23 19:23:26.000000000 +0000 ++++ configure @@ -3166,7 +3166,7 @@ fi done test -n "$YACC" || YACC="yacc" @@ -14,3 +14,12 @@ fails to work on NetBSD 3.0. { { echo "$as_me:$LINENO: error: 'yacc' is missing on your system. You can get \`bison' from any GNU archive site." >&5 echo "$as_me: error: 'yacc' is missing on your system. +@@ -3445,7 +3445,7 @@ _ACEOF + fi + + fi +-if ! which `echo $LEX | cut -f 1 -d ' '` >/dev/null 2>&1; then ++if false && ! which `echo $LEX | cut -f 1 -d ' '` >/dev/null 2>&1; then + { { echo "$as_me:$LINENO: error: 'lex' is missing on your system. + You can get \`flex' from any GNU archive site." >&5 + echo "$as_me: error: 'lex' is missing on your system. |