Index: head/devel/libpthread-stubs/Makefile =================================================================== --- head/devel/libpthread-stubs/Makefile (revision 463875) +++ head/devel/libpthread-stubs/Makefile (revision 463876) @@ -1,18 +1,21 @@ # Created by: wahjava # $FreeBSD$ PORTNAME= libpthread-stubs PORTVERSION= 0.4 CATEGORIES= devel MASTER_SITES= http://xcb.freedesktop.org/dist/ MAINTAINER= ashish@FreeBSD.org COMMENT= This library provides weak aliases for pthread functions -USES= libtool pathfix tar:bzip2 -USE_LDCONFIG= yes +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= pathfix tar:bzip2 GNU_CONFIGURE= yes +NO_ARCH= yes PLIST_FILES= libdata/pkgconfig/pthread-stubs.pc .include Index: head/devel/libpthread-stubs/pkg-descr =================================================================== --- head/devel/libpthread-stubs/pkg-descr (revision 463875) +++ head/devel/libpthread-stubs/pkg-descr (revision 463876) @@ -1,11 +1,11 @@ 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/ +WWW: https://xcb.freedesktop.org/