pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/exiv2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar 14 14:00:02 UTC 2020

Modified Files:
        pkgsrc/graphics/exiv2: Makefile

Log Message:
exiv2: skip portability check for unused file


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/exiv2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.44 pkgsrc/graphics/exiv2/Makefile:1.45
--- pkgsrc/graphics/exiv2/Makefile:1.44 Wed Jul 31 09:47:20 2019
+++ pkgsrc/graphics/exiv2/Makefile      Sat Mar 14 14:00:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2019/07/31 09:47:20 nia Exp $
+# $NetBSD: Makefile,v 1.45 2020/03/14 14:00:02 tnn Exp $
 
 DISTNAME=      exiv2-0.27.2-Source
 PKGNAME=       ${DISTNAME:S/-Source//}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://www.exiv2.org/
 COMMENT=       Image metadata manipulation
 LICENSE=       gnu-gpl-v2
 
+CHECK_PORTABILITY_SKIP+=       contrib/coverity.sh
+
 USE_CMAKE=     yes
 USE_TOOLS+=    msgfmt
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index