From owner-freebsd-ports Sat Jun 29 13: 3:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D7137B400 for ; Sat, 29 Jun 2002 13:03:17 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E8D43E09 for ; Sat, 29 Jun 2002 13:03:16 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 388D53198DE; Sat, 29 Jun 2002 15:03:20 -0500 (CDT) Date: Sat, 29 Jun 2002 15:03:20 -0500 From: "David W. Chapman Jr." To: Steve Kargl Cc: freebsd-ports@freebsd.org Subject: Re: Ports collection and FreeBSD-current Message-ID: <20020629200320.GB63252@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: "David W. Chapman Jr." , Steve Kargl , freebsd-ports@freebsd.org References: <20020629114442.A84248@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020629114442.A84248@troutmask.apl.washington.edu> X-Operating-System: FreeBSD 4.6-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 header file. */ > -/* #undef HAVE_ERRNO_H */ > +#define HAVE_ERRNO_H > > /* Define if you have the header file. */ > -/* #undef HAVE_FLOAT_H */ > +#define HAVE_FLOAT_H > > /* Define if you have the header file. */ > /* #undef HAVE_LIBC_H */ > > /* Define if you have the header file. */ > -/* #undef HAVE_LIMITS_H */ > +#define HAVE_LIMITS_H > > /* Define if you have the header file. */ > -/* #undef HAVE_LOCALE_H */ > +#define HAVE_LOCALE_H > > /* Define if you have the header file. */ > /* #undef HAVE_MALLOC_H */ > > /* Define if you have the header file. */ > -/* #undef HAVE_MATH_H */ > +#define HAVE_MATH_H > > /* Define if you have the header file. */ > /* #undef HAVE_SGTTY_H */ > > /* Define if you have the header file. */ > -/* #undef HAVE_STDLIB_H */ > +#define HAVE_STDLIB_H > > /* Define if you have the header file. */ > -/* #undef HAVE_STRING_H */ > +#define HAVE_STRING_H > > /* Define if you have the header file. */ > /* #undef HAVE_SYS_BSDTYPES_H */ > @@ -176,7 +176,7 @@ > /* #undef HAVE_TERMIOS_H */ > > /* Define if you have the header file. */ > -/* #undef HAVE_TIME_H */ > +#define HAVE_TIME_H > > /* Define if you have the 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. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message