Date: Thu, 8 Mar 2018 08:33:08 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463876 - head/devel/libpthread-stubs Message-ID: <201803080833.w288X8dV095795@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Mar 8 08:33:08 2018 New Revision: 463876 URL: https://svnweb.freebsd.org/changeset/ports/463876 Log: - Add LICENSE - Update WWW - Remove USES=libtool, USE_LDCONFIG, add NO_ARCH - this does not install any libraries Approved by: portmgr blanket Modified: head/devel/libpthread-stubs/Makefile head/devel/libpthread-stubs/pkg-descr Modified: head/devel/libpthread-stubs/Makefile ============================================================================== --- head/devel/libpthread-stubs/Makefile Thu Mar 8 08:29:24 2018 (r463875) +++ head/devel/libpthread-stubs/Makefile Thu Mar 8 08:33:08 2018 (r463876) @@ -9,9 +9,12 @@ 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 Modified: head/devel/libpthread-stubs/pkg-descr ============================================================================== --- head/devel/libpthread-stubs/pkg-descr Thu Mar 8 08:29:24 2018 (r463875) +++ head/devel/libpthread-stubs/pkg-descr Thu Mar 8 08:33:08 2018 (r463876) @@ -8,4 +8,4 @@ necessary pthread stubs, this package ships only the p 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803080833.w288X8dV095795>