From owner-svn-ports-all@freebsd.org Sat Dec 12 14:18:17 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77BC09D6D1A; Sat, 12 Dec 2015 14:18:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 489B317A3; Sat, 12 Dec 2015 14:18:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBCEIGHu011526; Sat, 12 Dec 2015 14:18:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBCEIGcE011525; Sat, 12 Dec 2015 14:18:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512121418.tBCEIGcE011525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 12 Dec 2015 14:18:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403601 - head/devel/libhoard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2015 14:18:17 -0000 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