From owner-svn-ports-head@freebsd.org Fri May 25 08:34:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C73EF761FA; Fri, 25 May 2018 08:34:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E7FD78089; Fri, 25 May 2018 08:34: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CEF31E79D; Fri, 25 May 2018 08:34: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 w4P8YHsu056250; Fri, 25 May 2018 08:34:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4P8YHi5056249; Fri, 25 May 2018 08:34:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201805250834.w4P8YHi5056249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 25 May 2018 08:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470824 - head/devel/umem X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/umem X-SVN-Commit-Revision: 470824 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2018 08:34:17 -0000 Author: amdmi3 Date: Fri May 25 08:34:16 2018 New Revision: 470824 URL: https://svnweb.freebsd.org/changeset/ports/470824 Log: - Add LICENSE - Switch to new test framework Modified: head/devel/umem/Makefile Modified: head/devel/umem/Makefile ============================================================================== --- head/devel/umem/Makefile Fri May 25 07:51:05 2018 (r470823) +++ head/devel/umem/Makefile Fri May 25 08:34:16 2018 (r470824) @@ -10,17 +10,18 @@ MASTER_SITES= https://labs.omniti.com/portableumem/rel MAINTAINER= ports@FreeBSD.org COMMENT= Port of the Solaris memory allocator +LICENSE= CDDL +LICENSE_FILE= ${WRKSRC}/OPENSOLARIS.LICENSE + USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip +TEST_TARGET= check # XXX: 1 of 4 tests fail post-patch: @${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in - -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include