non port: devel/linuxthreads/Makefile |
Number of commits found: 45 |
Thursday, 28 Mar 2013
|
15:51 eadler
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
 |
Tuesday, 5 Feb 2013
|
15:07 bapt
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
 |
Monday, 9 Jan 2012
|
04:01 eadler
- Remove outdated version checks
Reviewed by: nox
 |
Friday, 2 Oct 2009
|
21:50 linimon
Reset maintainer as his request.
 |
Friday, 24 Jul 2009
|
13:52 araujo
- Mark BROKEN on 8.x: does not build.
Reported by: erwin (pointyhat)
Approved by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
 |
Friday, 3 Jul 2009
|
01:44 araujo
- Fix plist and mark as UNBROKEN.
- Use USE_LDCONFIG.
- Pass maintainer to submitter.
PR: ports/136037
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
 |
Thursday, 7 May 2009
|
16:01 erwin
Mark BROKEN: leaves file on deinstall.
 |
Monday, 5 Jan 2009
|
19:44 pav
- Remove conditional checks for FreeBSD 5.x and older
 |
Friday, 25 Apr 2008
|
10:11 linimon
tegge has turned in his ports commit bit, so reset maintainership.
While here, pet portlint.
 |
Tuesday, 3 Jul 2007
|
08:38 pav
- Fix build on CURRENT with GCC 4.2
Submitted by: tegge (maintainer)
 |
Wednesday, 21 Mar 2007
|
21:52 tegge
Bump port revision after changes to the backported fix for pthread manager
pipe communication.
 |
Tuesday, 30 Jan 2007
|
10:25 pav
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
 |
Sunday, 28 May 2006
|
17:47 tegge
Bump port revision due to pthread manager pipe communication fix.
 |
17:26 tegge
Use pre-su-install target.
PR: 96147
Submitted by: Michael Neumann <mneuma2s@smail.inf.fh-brs.de>
 |
Tuesday, 24 Jan 2006
|
01:05 tegge
Backport 2002-04-24 fix from newer linuxthreads versions to avoid hangs
or busy wait loop due to race between timeout and pthread_cond_signal.
 |
Saturday, 10 Sep 2005
|
20:47 pav
- Fix conditionals for ancient make(1)
PR: ports/84482
Submitted by: Brent B. Powers <bbp2006@columbia.edu>
Approved by: maintainer timeout (tegge; 1 month)
 |
Monday, 25 Jul 2005
|
14:58 tegge
Catch up with shared library version bump in FreeBSD >= 6.0.
 |
Friday, 22 Jul 2005
|
22:20 tegge
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.
 |
Wednesday, 20 Jul 2005
|
23:56 kris
BROKEN on FreeBSD >= 6.0: Does not compile
 |
Monday, 22 Nov 2004
|
17:57 tegge
Align stack address for new threads.
 |
Sunday, 21 Mar 2004
|
20:22 tegge
Stop wrapping gethost* functions on 5.2-CURRENT.
 |
Friday, 27 Feb 2004
|
23:32 tegge
Add option to ignore posix priority scheduling.
Add threadsafe versions of some libc functions on FreeBSD 4.x.
Register liblgcc_r_pic.a as installed for FreeBSD 5.x.
 |
Monday, 14 Jul 2003
|
12:15 tegge
Restore gethostbyaddr_r wrapper and remove getpw{nam,uid}_r wrappers for
newer versions of FreeBSD 5.X.
Drop use of deprecated AINC variable.
Reenable use of ld(1) to restore the LINUXTHREADS_WRAP_API option.
Rename __thread to __xthread in prototypes to avoid conflict with
new gcc keyword.
Bump port revision.
 |
Monday, 9 Jun 2003
|
03:48 tegge
Add new experimental option, LINUXTHREADS_WRAP_API, that adds wrapper
functions providing most of the native threads API while avoiding name
clashes by transparently prefixing all function names that directly
provide the linuxthreads API.
 |
Thursday, 27 Mar 2003
|
01:29 tegge
Add _spinunlock() to keep up with libc change in 5.0-CURRENT.
 |
Friday, 7 Mar 2003
|
06:01 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Tuesday, 25 Feb 2003
|
00:27 tegge
Make detection of unsafe calls to exit() optional and not default.
Reviewed by: mbr
 |
Tuesday, 19 Nov 2002
|
16:07 tegge
Fix build failure on 5.0-CURRENT by including necessary headers.
 |
Friday, 6 Sep 2002
|
15:03 tegge
Bump port revision to reflect memory leak fix.
 |
Tuesday, 18 Jun 2002
|
20:32 tegge
Register PIC archives when INSTALL_PIC_ARCHIVE has been defined.
Defining INSTALL_LIBLTHREAD_PIC_ARCHIVE causes installation and
registration of PIC archive for liblthread, which can be used to
generate a shared liblthread library for a different gcc installation.
Bump port revision.
 |
Saturday, 8 Jun 2002
|
20:58 tegge
Reduce number of portlint errors/warnings.
 |
18:27 tegge
Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT.
Don't misuse DESTDIR when building linuxthreads version of libgcc.
Fix varargs warning under 5.0-CURRENT.
Don't try to register profiled libraries when NOPROFILE has been specified.
Don't try to register shared libraries when NOPIC has been specified.
Bump port revision.
PR: 38876
 |
Monday, 22 Apr 2002
|
16:50 tegge
Fix hang caused by a thread calling exit():
- Block cancel signal while creating new thread to avoid losing
the signal.
- Terminate the process with _exit(1) if it's unsafe to continue
calling atexit functions and destructors.
 |
Sunday, 10 Mar 2002
|
01:24 tegge
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.
 |
Thursday, 13 Sep 2001
|
17:01 tegge
Handle internal race that caused pthread_cond_timedwait() to block waiting for
a signal that wasn't sent.
 |
Sunday, 9 Sep 2001
|
02:12 tegge
Add an optional experimental patch that reduce the number of context switches
on UP systems when the thread waiting on a condition has a higher priority
than the thread signalling the condition.
 |
Sunday, 1 Jul 2001
|
18:36 tegge
Backout library major number bump. It wasn't needed. Additionally, ldconfig
-r didn't list the library, making it impossible for other ports to depend on
the linuxthreads port.
 |
Thursday, 14 Jun 2001
|
02:34 tegge
Update from version 2.1.3 to 2.2.3 of LinuxThreads.
 |
Tuesday, 20 Feb 2001
|
00:34 tegge
Initialize attributes for new threads with default values when a NULL
pthread_attr_t is provided as argument to pthread_create.
 |
Sunday, 18 Feb 2001
|
21:59 tegge
Take over linuxthreads port maintainership.
 |
Tuesday, 16 Jan 2001
|
17:33 sobomax
Massive style enforcement - use ^I instead of spaces for variables identation.
 |
Monday, 6 Nov 2000
|
19:43 jasone
Use the correct pthread.h when compiling liblgcc_r. Allow thread stacks
larger than 16kB. Make sure to call global destructors during shutdown.
 |
Sunday, 8 Oct 2000
|
11:23 asami
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear.
 |
Monday, 25 Sep 2000
|
13:21 asami
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.
 |
Wednesday, 24 May 2000
|
05:14 jasone
Update from version 2.1.2 to 2.1.3 of LinuxThreads.
 |
Number of commits found: 45 |