[Midnightbsd-cvs] mports [24704] trunk/graphics/lcms2: update lcms2 to 2.9

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 25 12:18:52 EST 2018


Revision: 24704
          http://svnweb.midnightbsd.org/mports/?rev=24704
Author:   laffer1
Date:     2018-11-25 12:18:51 -0500 (Sun, 25 Nov 2018)
Log Message:
-----------
update lcms2 to 2.9

Modified Paths:
--------------
    trunk/graphics/lcms2/Makefile
    trunk/graphics/lcms2/distinfo
    trunk/graphics/lcms2/pkg-plist

Modified: trunk/graphics/lcms2/Makefile
===================================================================
--- trunk/graphics/lcms2/Makefile	2018-11-25 17:16:46 UTC (rev 24703)
+++ trunk/graphics/lcms2/Makefile	2018-11-25 17:18:51 UTC (rev 24704)
@@ -1,11 +1,11 @@
 # $MidnightBSD$
 
 PORTNAME=	lcms2
-PORTVERSION=	2.6
-PORTREVISON=	1
+PORTVERSION=	2.9
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lcms/lcms/${PORTVERSION} \
-		http://www.littlecms.com/
+		http://www.littlecms.com/ \
+		FREEBSD_LOCAL/sunpoet
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Accurate, fast, and small-footprint color management engine
@@ -18,27 +18,24 @@
 JPEGICC_DESC=	Build color profile applier for JPEG
 TIFFICC_DESC=	Build color profile applier for TIFF
 
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		libtool:keepla pathfix
+USES=		libtool localbase:ldflags pathfix
 
 PORTDOCS=	*
 
-JPEGICC_CONFIGURE_OFF=	--without-jpeg
-JPEGICC_CONFIGURE_ON=	--with-jpeg=${LOCALBASE}
-JPEGICC_LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
-TIFFICC_CONFIGURE_OFF=	--without-tiff
-TIFFICC_CONFIGURE_ON=	--with-tiff=${LOCALBASE}
-TIFFICC_LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff
+JPEGICC_CONFIGURE_WITH=	jpeg
+JPEGICC_USES=		jpeg
+TIFFICC_CONFIGURE_WITH=	tiff
+TIFFICC_LIB_DEPENDS=	libtiff.so:graphics/tiff
 
 post-install:
 	cd ${WRKSRC}/utils/ && ${INSTALL_MAN} linkicc/linkicc.1 psicc/psicc.1 transicc/transicc.1 ${STAGEDIR}${PREFIX}/man/man1/
+
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}/
 
-regression-test test: build
-	cd ${WRKSRC}/testbed/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>

Modified: trunk/graphics/lcms2/distinfo
===================================================================
--- trunk/graphics/lcms2/distinfo	2018-11-25 17:16:46 UTC (rev 24703)
+++ trunk/graphics/lcms2/distinfo	2018-11-25 17:18:51 UTC (rev 24704)
@@ -1,2 +1,3 @@
-SHA256 (lcms2-2.6.tar.gz) = 5172528839647c54c3da211837225e221be93e4733f5b5e9f57668f7107e14b1
-SIZE (lcms2-2.6.tar.gz) = 4583389
+TIMESTAMP = 1512948575
+SHA256 (lcms2-2.9.tar.gz) = 48c6fdf98396fa245ed86e622028caf49b96fa22f3e5734f853f806fbc8e7d20
+SIZE (lcms2-2.9.tar.gz) = 10974649

Modified: trunk/graphics/lcms2/pkg-plist
===================================================================
--- trunk/graphics/lcms2/pkg-plist	2018-11-25 17:16:46 UTC (rev 24703)
+++ trunk/graphics/lcms2/pkg-plist	2018-11-25 17:18:51 UTC (rev 24704)
@@ -6,10 +6,9 @@
 include/lcms2.h
 include/lcms2_plugin.h
 lib/liblcms2.a
-lib/liblcms2.la
 lib/liblcms2.so
 lib/liblcms2.so.2
-lib/liblcms2.so.2.0.6
+lib/liblcms2.so.2.0.8
 libdata/pkgconfig/lcms2.pc
 %%JPEGICC%%man/man1/jpgicc.1.gz
 man/man1/linkicc.1.gz



More information about the Midnightbsd-cvs mailing list