Date: Sat, 12 Dec 2015 14:18:16 +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: r403601 - head/devel/libhoard Message-ID: <201512121418.tBCEIGcE011525@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Dec 12 14:18:16 2015 New Revision: 403601 URL: https://svnweb.freebsd.org/changeset/ports/403601 Log: - Clarify LICENSE - Add LICENSE_FILE - Mark BROKEN on mips*: Heap-Layers/locks/spinlock.h:268:2: error: #error "No spin lock implementation is available for this platform." Approved by: portmgr blanket Modified: head/devel/libhoard/Makefile Modified: head/devel/libhoard/Makefile ============================================================================== --- head/devel/libhoard/Makefile Sat Dec 12 14:18:02 2015 (r403600) +++ head/devel/libhoard/Makefile Sat Dec 12 14:18:16 2015 (r403601) @@ -10,7 +10,11 @@ DISTNAME= Hoard-${PORTVERSION}-source MAINTAINER= uffe@uffe.org COMMENT= Fast, scalable, and memory-efficient allocator for MP -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/../COPYING + +BROKEN_mips= no spin lock implementation is available for this platform +BROKEN_mips64= no spin lock implementation is available for this platform USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/Hoard/src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512121418.tBCEIGcE011525>