Date: Mon, 29 Jan 2007 09:20:36 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libpthread-stubs Makefile distinfo pkg-descr pkg-plist ports/devel/libpthread-stubs/files patch-configure Message-ID: <200701290920.l0T9KbWV064644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-01-29 09:20:36 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libpthread-stubs Makefile distinfo pkg-descr pkg-plist devel/libpthread-stubs/files patch-configure Log: This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded. libpthread-stubs supports this behavior even on platforms which do not supply all the necessary pthread stubs. On platforms which already supply all the necessary pthread stubs, this package ships only the pkg-config file pthread-stubs.pc, to allow libraries to unconditionally express a dependency on pthread-stubs and still obtain correct behavior. WWW: http://xcb.freedesktop.org/ PR: ports/108491 Submitted by: wahjava Revision Changes Path 1.2618 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/libpthread-stubs/Makefile (new) 1.1 +3 -0 ports/devel/libpthread-stubs/distinfo (new) 1.1 +11 -0 ports/devel/libpthread-stubs/files/patch-configure (new) 1.1 +11 -0 ports/devel/libpthread-stubs/pkg-descr (new) 1.1 +5 -0 ports/devel/libpthread-stubs/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701290920.l0T9KbWV064644>