From owner-freebsd-current@FreeBSD.ORG Wed Sep 10 09:41:44 2003 Return-Path: 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 92E2516A4C0; Wed, 10 Sep 2003 09:41:44 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2F143FE0; Wed, 10 Sep 2003 09:41:43 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 7DB36A9E8; Wed, 10 Sep 2003 12:41:42 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id 29930B827; Wed, 10 Sep 2003 12:41:42 -0400 (EDT) Date: Wed, 10 Sep 2003 12:41:41 -0400 From: Michael Edenfield To: netchild@FreeBSD.org Message-ID: <20030910164141.GA36649@wombat.localnet> Mail-Followup-To: netchild@FreeBSD.org, Michael Nottebrock , freebsd-current@freebsd.org References: <3F5F2774.9010408@gmx.net> <20030910165454.7cc2342c.Alexander@Leidinger.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <20030910165454.7cc2342c.Alexander@Leidinger.net> X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: Re: Quo vadis, -CURRENT? (recent changes to cc & compatibility) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2003 16:41:44 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * Alexander Leidinger [030910 10:53]: > In 5-current we have 3 threads libraries and want to be able to install > and use them in parallel. So there has to be a way to specify which one. > This is why we need the ports collection to respect the PTHREAD* > variables. A lot of ports already do this (e.g. the GNOME ones), but not > all. Err, not quite. Tried to build gnome2 lately? :) gnome2 depends on gnomemedia2. gnomemedia2 depends on gstreamer-plugins. gstreamer-plugins fails because ARTSD_FLAGS in several dozen Makefiles includes -pthread. The fix is a pretty simple thing: post-configure:: find ${WRKSRCDIR} -name Makefile | xargs ${SED} -e "s#-pthread#${PTHREAD_LIBS}#g' -i But of course, it's not a problem on 4.x and the ports tree's frozen at the moment, so it will probably be a bit until gnome2 fully compiles. --Mike --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/X1RFCczNhKRsh48RAiJGAJwMrevI6nbE7XeUgkn7KeLyDI67YACeNyHj gJmNtFydFRpSVd4sN1bcF00= =KnAQ -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--