From owner-freebsd-current Wed Jul 3 14:23: 6 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC1C37B400; Wed, 3 Jul 2002 14:23:04 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2288643E09; Wed, 3 Jul 2002 14:23:03 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 65395534A; Wed, 3 Jul 2002 23:23:00 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Jeremy Lea Cc: "David O'Brien" , Garance A Drosihn , Sheldon Hearn , Maxim Sobolev , current@FreeBSD.org Subject: Re: gcc 3.1 can't compile XFree86-4-Server References: <200207031426.g63EQo802988@vega.vega.com> <20020703092727.B8178@dragon.nuxi.com> <20020703180748.GJ769@starjuice.net> <20020703205602.A4834@shale.csir.co.za> <20020703131008.A10840@dragon.nuxi.com> <20020703223345.B4834@shale.csir.co.za> From: Dag-Erling Smorgrav Date: 03 Jul 2002 23:23:00 +0200 In-Reply-To: <20020703223345.B4834@shale.csir.co.za> Message-ID: Lines: 30 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeremy Lea writes: > 1. What the patches actually do... > 2. If we can use one shared ${WRKSRC}, since the ports build multiple > copies of all of the libraries, and they use the wrong (unpatched) > versions of the config files in some cases. While you're at it: Index: FreeBSD.cf =================================================================== RCS file: /sec/xfree86/cvs/xc/config/cf/FreeBSD.cf,v retrieving revision 3.116 diff -u -r3.116 FreeBSD.cf --- FreeBSD.cf 4 Jun 2002 22:50:55 -0000 3.116 +++ FreeBSD.cf 3 Jul 2002 21:19:14 -0000 @@ -48,6 +48,7 @@ #define HasSnprintf YES #define HasBSD44Sockets YES #define HasDlopen YES +#define HasSetProcTitle YES #ifndef HasLibCrypt # define HasLibCrypt YES #endif There may be more stuff missing, look through NetBSD.cf and OpenBSD.cf to see what they have that we don't. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message