pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/digikam



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Apr 12 19:53:09 UTC 2020

Modified Files:
        pkgsrc/graphics/digikam: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/graphics/digikam/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/digikam/Makefile
diff -u pkgsrc/graphics/digikam/Makefile:1.153 pkgsrc/graphics/digikam/Makefile:1.154
--- pkgsrc/graphics/digikam/Makefile:1.153      Sun Apr 12 08:28:48 2020
+++ pkgsrc/graphics/digikam/Makefile    Sun Apr 12 19:53:09 2020
@@ -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 @@ USE_TOOLS+=   flex bison msgmerge perl:run
 
 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