Received: by mail.netbsd.org (Postfix, from userid 605) id A044C84ED3; Sun, 12 Apr 2020 19:56:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9048284DBB for ; Sun, 12 Apr 2020 19:53:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id EtcXTDY8dR21 for ; Sun, 12 Apr 2020 19:53:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ED61F84D8B for ; Sun, 12 Apr 2020 19:53:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2A8EFB27; Sun, 12 Apr 2020 19:53:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1586721189191960" MIME-Version: 1.0 Date: Sun, 12 Apr 2020 19:53:09 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/graphics/digikam To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200412195309.E2A8EFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1586721189191960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1586721189191960 Content-Disposition: inline Content-Length: 750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1586721189191960--