Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 18:08:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0fe0161fcd15 - main - graphics/lcms2: Build and install fast-float and multi-threaded plugins
Message-ID:  <202304181808.33II8N5H078655@gitrepo.freebsd.org>

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

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

commit 0fe0161fcd1503e4119e5e67ddbabaf08522cca6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 17:56:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 18:00:44 +0000

    graphics/lcms2: Build and install fast-float and multi-threaded plugins
    
    - Bump PORTREVISION for package change
---
 graphics/lcms2/Makefile  |  2 ++
 graphics/lcms2/pkg-plist | 10 ++++++++++
 2 files changed, 12 insertions(+)

diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile
index f7d3d34c97fd..d2364480ad95 100644
--- a/graphics/lcms2/Makefile
+++ b/graphics/lcms2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lcms2
 PORTVERSION=	2.15
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/mm2/Little-CMS/releases/download/lcms${PORTVERSION}/
 
@@ -13,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe libtool localbase:ldflags pathfix
 
+CONFIGURE_ARGS=	--with-fastfloat --with-threaded
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/graphics/lcms2/pkg-plist b/graphics/lcms2/pkg-plist
index 1ca93e63d495..11d5bd28a1e4 100644
--- a/graphics/lcms2/pkg-plist
+++ b/graphics/lcms2/pkg-plist
@@ -4,11 +4,21 @@ bin/psicc
 %%TIFFICC%%bin/tificc
 bin/transicc
 include/lcms2.h
+include/lcms2_fast_float.h
 include/lcms2_plugin.h
+include/lcms2_threaded.h
 lib/liblcms2.a
 lib/liblcms2.so
 lib/liblcms2.so.2
 lib/liblcms2.so.2.0.15
+lib/liblcms2_fast_float.a
+lib/liblcms2_fast_float.so
+lib/liblcms2_fast_float.so.1
+lib/liblcms2_fast_float.so.1.0.1
+lib/liblcms2_threaded.a
+lib/liblcms2_threaded.so
+lib/liblcms2_threaded.so.1
+lib/liblcms2_threaded.so.1.0.0
 libdata/pkgconfig/lcms2.pc
 %%JPEGICC%%man/man1/jpgicc.1.gz
 man/man1/linkicc.1.gz



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