diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-26 11:39:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-26 11:39:00 +0000 |
commit | 869d5fbb4f238df979588bdef5b2512f47161b8d (patch) | |
tree | 49888fd7f8f2ec84ac70fcd02976177be3a08288 /textproc/dict-server | |
parent | cae1eb7cb360fe9824b3c83af03c633bcdc9463f (diff) | |
download | pkgsrc-869d5fbb4f238df979588bdef5b2512f47161b8d.tar.gz |
Removed a badly written configure test to make dict-client work.
Diffstat (limited to 'textproc/dict-server')
-rw-r--r-- | textproc/dict-server/distinfo | 3 | ||||
-rw-r--r-- | textproc/dict-server/patches/patch-al | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/textproc/dict-server/distinfo b/textproc/dict-server/distinfo index 24a1bb376e9..673c758a38d 100644 --- a/textproc/dict-server/distinfo +++ b/textproc/dict-server/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2006/01/02 10:55:24 joerg Exp $ +$NetBSD: distinfo,v 1.15 2006/06/26 11:39:00 rillig Exp $ SHA1 (dictd-1.9.15.tar.gz) = 081ea97a4a6a936855af30d9c2a31f5733985822 RMD160 (dictd-1.9.15.tar.gz) = 4cdef7132855d4ef949ba7ceacbea16881e3ef5d @@ -12,3 +12,4 @@ SHA1 (patch-ah) = d3453553e15858054bce4943a0316d485938806a SHA1 (patch-ai) = 21b2c9ace814e005139c64c4b6890e8b7e249f29 SHA1 (patch-aj) = 76527be1d4ff89aeec72606d9575a99e6a8e2d3b SHA1 (patch-ak) = ab11363903da1f173add59a132b347db9241345f +SHA1 (patch-al) = 6925dbf41b2d099bb635aa08498cddb52b441759 diff --git a/textproc/dict-server/patches/patch-al b/textproc/dict-server/patches/patch-al new file mode 100644 index 00000000000..b1622deb101 --- /dev/null +++ b/textproc/dict-server/patches/patch-al @@ -0,0 +1,16 @@ +$NetBSD: patch-al,v 1.6 2006/06/26 11:39:01 rillig 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 +@@ -3166,7 +3166,7 @@ fi + done + test -n "$YACC" || YACC="yacc" + +-if ! which `echo $YACC | cut -f 1 -d ' '` >/dev/null 2>&1; then ++if false && ! which `echo $YACC | cut -f 1 -d ' '` >/dev/null 2>&1; then + { { 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. |