Re: Getting -pthread support back into local source tree

From: Harald Schmalzbauer <h_at_schmalzbauer.de>
Date: Sun, 21 Sep 2003 16:55:20 +0200
Scot W. Hetzel wrote:
> From: "Dan Naumov" <dan.naumov_at_ofw.fi>
> 
>>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_at_freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
> 
> 
Received on Sun Sep 21 2003 - 05:55:31 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:23 UTC