- Fix plist and mark as UNBROKEN.
- Use USE_LDCONFIG.
- Pass maintainer to submitter.
PR: ports/136037
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Check for NO_PIC and NO_PROFILE on FreeBSD >= 6.0.
Add sys/_pthreadtypes.h to allow compilation on FreeBSD >= 6.0.
Initialize signal trampoline variables earlier to avoid race in wrapper
around sigaction.
Fix known API wrapper bugs.
Port compile time options:
Add option for using an alternate restart signal instead of SIGUSR2.
Add options for adjustment of maximum thread stack size and maximum
number of threads.
Make all options start with LINUXTHREADS_
Note that complete FreeBSD source matching userland must be installed
in /usr/src when compiling this port.
Document that FreeBSD source code is needed to build linuxthreads port. Add
sanity check for presence of needed FreeBSD source code. Unbreak compilation
on 5.0-CURRENT, DEFS.h is no longer available. Bump port revision.