1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- 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
This commit is contained in:
Dmitry Marakasov 2015-12-12 14:18:16 +00:00
parent b8b6878404
commit c2276fe3e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403601

View File

@ -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