pkgsrc/devel/lwp/Makefile
gdt e06bb53373 devel/lwp: 2.4 -> 2.6
New in 2.6:
   * Fix fortify failure whenever a new thread is started.
   * ARM thumb2 assembly fix.
  New in 2.5:
   * Fix ARM/ARMEL build failure (Riku Voipio)
   * Packaging/build fixes.
   * Add valgrind markers for LWP stacks.
   * Avoid using the libc ucontext.h macros.
   * Improve context switch times and reduce unnecessary gettimeofday syscalls.
   * Don't call setjmp in a function to avoid stack corruption when we return.

From Jukka Salmi via PR pkg/44637.
2011-03-11 19:57:59 +00:00

18 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.28 2011/03/11 19:57:59 gdt Exp $
#
DISTNAME= lwp-2.6
CATEGORIES= devel
MASTER_SITES= http://www.coda.cs.cmu.edu/pub/lwp/src/
MAINTAINER= phil@cs.wwu.edu
# also gdt@NetBDS.org
HOMEPAGE= http://www.coda.cs.cmu.edu/
COMMENT= Light Weight Process style threads
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
.include "../../mk/bsd.pkg.mk"