Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 15:03:20 -0500
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Ports collection and FreeBSD-current
Message-ID:  <20020629200320.GB63252@leviathan.inethouston.net>
In-Reply-To: <20020629114442.A84248@troutmask.apl.washington.edu>
References:  <20020629114442.A84248@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 29, 2002 at 11:44:42AM -0700, Steve Kargl wrote:
> Something is really broken in the ports collection
> and FreeBSD-current.  It seems that any port that
> uses a GNU configure script is broken.  A typical failure
> seems to be the generation of a bad config.h file.
> For example, make in ports/math/gnuplot shows

sed was broken on -current a short while ago(few days, maybe a week 
or so), I would rebuild sed and install it and see if that fixes your 
problem.



>  /* Define if you have the <errno.h> header file.  */
> -/* #undef HAVE_ERRNO_H */
> +#define HAVE_ERRNO_H
>  
>  /* Define if you have the <float.h> header file.  */
> -/* #undef HAVE_FLOAT_H */
> +#define HAVE_FLOAT_H
>  
>  /* Define if you have the <libc.h> header file.  */
>  /* #undef HAVE_LIBC_H */
>  
>  /* Define if you have the <limits.h> header file.  */
> -/* #undef HAVE_LIMITS_H */
> +#define HAVE_LIMITS_H
>  
>  /* Define if you have the <locale.h> header file.  */
> -/* #undef HAVE_LOCALE_H */
> +#define HAVE_LOCALE_H
>  
>  /* Define if you have the <malloc.h> header file.  */
>  /* #undef HAVE_MALLOC_H */
>  
>  /* Define if you have the <math.h> header file.  */
> -/* #undef HAVE_MATH_H */
> +#define HAVE_MATH_H
>  
>  /* Define if you have the <sgtty.h> header file.  */
>  /* #undef HAVE_SGTTY_H */
>  
>  /* Define if you have the <stdlib.h> header file.  */
> -/* #undef HAVE_STDLIB_H */
> +#define HAVE_STDLIB_H
>  
>  /* Define if you have the <string.h> header file.  */
> -/* #undef HAVE_STRING_H */
> +#define HAVE_STRING_H
>  
>  /* Define if you have the <sys/bsdtypes.h> header file.  */
>  /* #undef HAVE_SYS_BSDTYPES_H */
> @@ -176,7 +176,7 @@
>  /* #undef HAVE_TERMIOS_H */
>  
>  /* Define if you have the <time.h> header file.  */
> -/* #undef HAVE_TIME_H */
> +#define HAVE_TIME_H
>  
>  /* Define if you have the <unistd.h> header file.  */
>  #define HAVE_UNISTD_H 1
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-ports" in the body of the message

-- 
David W. Chapman Jr.
dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020629200320.GB63252>