Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/digikam Don't check portability of desktop fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47dd22e47657
branches:  trunk
changeset: 428871:47dd22e47657
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 12 19:53:09 2020 +0000

description:
Don't check portability of desktop files, they are not shell code.

diffstat:

 graphics/digikam/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 620d2c46293d -r 47dd22e47657 graphics/digikam/Makefile
--- a/graphics/digikam/Makefile Sun Apr 12 19:52:40 2020 +0000
+++ b/graphics/digikam/Makefile Sun Apr 12 19:53:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2020/04/12 08:28:48 adam Exp $
+# $NetBSD: Makefile,v 1.154 2020/04/12 19:53:09 joerg Exp $
 
 DISTNAME=      digikam-6.4.0
 PKGREVISION=   6
@@ -19,6 +19,8 @@
 
 CXXFLAGS.NetBSD+=      -D_KERNTYPES
 
+CHECK_PORTABILITY_SKIP+=       *.desktop.cmake.in
+
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/knotifications/buildlink3.mk"
 .include "../../devel/knotifyconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index