pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/34156 (textproc/dict-[server|client]: fails to build on 3.0.1)



On Mon, Aug 07, 2006 at 01:34:54PM +0000, cube%NetBSD.org@localhost wrote:
> Synopsis: textproc/dict-[server|client]: fails to build on 3.0.1
> State-Changed-From-To: open->closed
> State-Changed-By: cube%netbsd.org@localhost
> State-Changed-When: Mon, 07 Aug 2006 13:34:53 +0000
> State-Changed-Why:
> This is really a bug in which(1).  Said bug was fixed in -current last
> week.  I'll make sure it is pulled-up in -3 branch.  Unfortunately, it's
> very unlikely that 3.0.x ever sees that change.  However, the diff (between
> rev. 1.17 and 1.18 of usr.bin/whereis/whereis.c) applies cleanly on a -3-0
> tree, so you can patch it easily.
 
  Okay, logically than you have to remove partially patch
   www/textproc/dict-server/patches/patch-al (origin)

<!--
$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.
-->

 or, you can patch it  for YACC and for LEX.


-- 
Auster Vl.



Home | Main Index | Thread Index | Old Index