From owner-cvs-ports@FreeBSD.ORG Thu Feb 26 12:33:54 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A24916A4CE; Thu, 26 Feb 2004 12:33:54 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8FC43D1D; Thu, 26 Feb 2004 12:33:54 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (4bbcd79411afb46ed3c602e57a5fa6d5@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i1QKXpB1011592; Thu, 26 Feb 2004 12:33:52 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2ED3966D66; Thu, 26 Feb 2004 12:33:51 -0800 (PST) Date: Thu, 26 Feb 2004 12:33:51 -0800 From: Kris Kennaway To: Peter Schultz Message-ID: <20040226203351.GB5915@xor.obsecurity.org> References: <200402251000.i1PA0nGn056196@repoman.freebsd.org> <403E0B90.9040106@bis.midco.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i9LlY+UWpKt15+FH" Content-Disposition: inline In-Reply-To: <403E0B90.9040106@bis.midco.net> User-Agent: Mutt/1.4.1i cc: jkoshy@FreeBSD.org cc: Kris Kennaway cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/graphics/xaos Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2004 20:33:54 -0000 --i9LlY+UWpKt15+FH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 26, 2004 at 09:06:56AM -0600, Peter Schultz wrote: > Kris Kennaway wrote: > >kris 2004/02/25 02:00:49 PST > > > > FreeBSD ports repository > > > > Modified files: > > graphics/xaos Makefile=20 > > Log: > > BROKEN on 5.x !i386 and !amd64: Does not compile > > =20 > > Revision Changes Path > > 1.20 +7 -1 ports/graphics/xaos/Makefile > > >=20 > Well, I don't have a patch for the broken build, but I do have one to=20 > enable thread support. I'm not sure if the Makefile is as complete as=20 > it should be with my patch, but it does work. >=20 > I could definitely tell there was a performance increase by enabling=20 > multi-threading. Xaos rocks! Mmmmmm, eye candy. >=20 > Pete... > *** /usr/ports/graphics/xaos/Makefile Thu Feb 26 08:44:54 2004 > --- Makefile Thu Feb 26 08:44:20 2004 > *************** > *** 30,35 **** > --- 30,39 ---- > CONFIGURE_ARGS=3D --with-svga-driver=3Dno > .endif > =20 > + .if defined(WITH_THREADS) > + CONFIGURE_ARGS+=3D --with-pthread=3Dyes > + .endif > +=20 And does this do the right thing with PTHREAD_{CFLAGS,LIBS} on 4.x and 5.x? Kris --i9LlY+UWpKt15+FH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPlguWry0BWjoQKURAgwxAKD04MKt86qq0ZPb8cOYTi5IWgv6xgCgjpuh fd2dJaLaOTeCAPUbxMVtWbI= =IuV9 -----END PGP SIGNATURE----- --i9LlY+UWpKt15+FH--