Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 00:04:06 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b790baec9029 - main - graphics/msl: Add LICENSE_FILE; Remove irrelevant comment
Message-ID:  <202206210004.25L046ZA020943@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b790baec9029211388a7a26355186fc4d0eb94e9

commit b790baec9029211388a7a26355186fc4d0eb94e9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-21 00:03:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-21 00:03:18 +0000

    graphics/msl: Add LICENSE_FILE; Remove irrelevant comment
---
 graphics/msl/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/msl/Makefile b/graphics/msl/Makefile
index e9e20f922047..f5da2f87e140 100644
--- a/graphics/msl/Makefile
+++ b/graphics/msl/Makefile
@@ -7,13 +7,14 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Shader language based off GLSL
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	flatc:devel/flatbuffers
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
 USES=		cmake:testing compiler:c++11-lang python:3.6+,build
 
-CMAKE_ON=	BUILD_SHARED_LIBS MSL_SHARED # shared libraries are broken, see https://github.com/akb825/ModularShaderLanguage/issues/6
+CMAKE_ON=	BUILD_SHARED_LIBS MSL_SHARED
 CMAKE_OFF=	SPIRV_TOOLS_BUILD_STATIC
 CMAKE_OFF=	MSL_BUILD_TESTS MSL_BUILD_DOCS
 CMAKE_TESTING_ON=	MSL_BUILD_TESTS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206210004.25L046ZA020943>