From owner-freebsd-current@FreeBSD.ORG Sun Sep 21 07:55:31 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 D337616A4B3 for ; Sun, 21 Sep 2003 07:55:31 -0700 (PDT) Received: from svr7.m-online.net (svr7.m-online.net [62.245.150.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B0143FEC for ; Sun, 21 Sep 2003 07:55:30 -0700 (PDT) (envelope-from h@schmalzbauer.de) Received: from schmalzbauer.de (ppp-62-245-161-177.mnet-online.de [62.245.161.177]) by svr7.m-online.net (Postfix) with ESMTP id 9C4077F328; Sun, 21 Sep 2003 16:55:26 +0200 (CEST) Message-ID: <3F6DBBD8.8050203@schmalzbauer.de> Date: Sun, 21 Sep 2003 16:55:20 +0200 From: Harald Schmalzbauer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20030920 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Scot W. Hetzel" References: <1064101768.13585.4.camel@localhost.localdomain> <003201c37fd6$e2e0fb70$13fd2fd8@Admin02> In-Reply-To: <003201c37fd6$e2e0fb70$13fd2fd8@Admin02> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: Dan Naumov Subject: Re: Getting -pthread support back into local source tree 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: Sun, 21 Sep 2003 14:55:31 -0000 Scot W. Hetzel wrote: > From: "Dan Naumov" > >>Seeing as -pthread support has been removed from -CURRENT breaking >>_LOTS_ of ports, is it possible to "get it back" into a local source >>tree ? If so, how ? Thanks in advance. >> > > All you need to do is add: > > CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS} \ > PTHREAD_CFLAGS=${PTHREAD_CFLAGS} > > To the port that is broken by having -pthread support removed, then compile > the port. > > If it still fails to compile, then you'll need to add a sed command to the > port that replaces -pthread with ${PTHREAD_LIBS} and -DTHREAD_SAFE with > ${PTHREAD_LIBS} in the configure script or the Makefiles. Well, that'd fit my skills, but what is for example with the jdk13? I have no idea how to fix this one. Thanks, -Harry > > After you have it working, send-pr your patch to gnats and the port > maintainer. This is the only way to get these problems fixed, if the port > maintainer doesn't have time to fix the port to work on -CURRENT. > > Scot > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >