Fri Mar 13 19:14:39 2020 UTC ()
openexr: skip portability check for util/reformat.sh (unused file)


(tnn)
diff -r1.4 -r1.5 pkgsrc/graphics/openexr/Makefile.common

cvs diff -r1.4 -r1.5 pkgsrc/graphics/openexr/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/openexr/Attic/Makefile.common 2020/02/13 21:13:16 1.4
+++ pkgsrc/graphics/openexr/Attic/Makefile.common 2020/03/13 19:14:39 1.5
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile.common,v 1.4 2020/02/13 21:13:16 nia Exp $ 1# $NetBSD: Makefile.common,v 1.5 2020/03/13 19:14:39 tnn Exp $
2# used by graphics/ilmbase/Makefile 2# used by graphics/ilmbase/Makefile
3# used by graphics/opencv/Makefile 3# used by graphics/opencv/Makefile
4 4
5DISTNAME= openexr-2.4.1 5DISTNAME= openexr-2.4.1
6CATEGORIES= graphics 6CATEGORIES= graphics
7MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/}
8GITHUB_PROJECT= openexr 8GITHUB_PROJECT= openexr
9GITHUB_TAG= v${PKGVERSION_NOREV} 9GITHUB_TAG= v${PKGVERSION_NOREV}
10 10
11MAINTAINER= adam@NetBSD.org 11MAINTAINER= adam@NetBSD.org
12HOMEPAGE= https://www.openexr.com/ 12HOMEPAGE= https://www.openexr.com/
13COMMENT= High dynamic-range (HDR) image file format library and tools 13COMMENT= High dynamic-range (HDR) image file format library and tools
14LICENSE= modified-bsd 14LICENSE= modified-bsd
15 15
 16CHECK_PORTABILITY_SKIP+= util/reformat.sh # unused file
 17
16WRKSRC= ${WRKDIR}/${DISTNAME} 18WRKSRC= ${WRKDIR}/${DISTNAME}
17USE_TOOLS+= autoconf automake aclocal 19USE_TOOLS+= autoconf automake aclocal
18GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
19USE_LANGUAGES= c c++14 21USE_LANGUAGES= c c++14
20USE_LIBTOOL= yes 22USE_LIBTOOL= yes
21TEST_TARGET= check 23TEST_TARGET= check
22 24
23# C++14 25# C++14
24GCC_REQD+= 6 26GCC_REQD+= 6
25 27
26LIBS.SunOS+= -lm 28LIBS.SunOS+= -lm
27 29
28PTHREAD_OPTS= require 30PTHREAD_OPTS= require