Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D740884DC2 for ; Sun, 15 Oct 2023 08:08:18 +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 d3MIEzS-9ZEL for ; Sun, 15 Oct 2023 08:08:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3A06784D96 for ; Sun, 15 Oct 2023 08:08:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33396FADC; Sun, 15 Oct 2023 08:08:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697357298244550" MIME-Version: 1.0 Date: Sun, 15 Oct 2023 08:08:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/appstream To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231015080818.33396FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697357298244550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Oct 15 08:08:18 UTC 2023 Modified Files: pkgsrc/devel/appstream: Makefile distinfo pkgsrc/devel/appstream/patches: patch-meson.build patch-src_as-system-info.c Log Message: appstream: add upstream bug report URLs To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/appstream/Makefile \ pkgsrc/devel/appstream/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/appstream/patches/patch-meson.build \ pkgsrc/devel/appstream/patches/patch-src_as-system-info.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697357298244550 Content-Disposition: inline Content-Length: 3215 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/appstream/Makefile diff -u pkgsrc/devel/appstream/Makefile:1.1 pkgsrc/devel/appstream/Makefile:1.2 --- pkgsrc/devel/appstream/Makefile:1.1 Sun Oct 15 08:00:14 2023 +++ pkgsrc/devel/appstream/Makefile Sun Oct 15 08:08:17 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2023/10/15 08:00:14 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2023/10/15 08:08:17 wiz Exp $ DISTNAME= appstream-0.16.3 CATEGORIES= devel @@ -10,7 +10,6 @@ HOMEPAGE= https://github.com/ximion/apps COMMENT= Tools and libraries to work with AppStream metadata LICENSE= gnu-lgpl-v2.1 -#TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt TOOL_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc Index: pkgsrc/devel/appstream/distinfo diff -u pkgsrc/devel/appstream/distinfo:1.1 pkgsrc/devel/appstream/distinfo:1.2 --- pkgsrc/devel/appstream/distinfo:1.1 Sun Oct 15 08:00:14 2023 +++ pkgsrc/devel/appstream/distinfo Sun Oct 15 08:08:17 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2023/10/15 08:00:14 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/10/15 08:08:17 wiz Exp $ BLAKE2s (appstream-0.16.3.tar.gz) = c724e52e9194151ebf057155d3c4949f9e49321944ad1261535423dd8dc344df SHA512 (appstream-0.16.3.tar.gz) = c40897811e6ab47e919dca761d1a4ed9c30664b29d126358176995c80400997de61403d59ddcfac1fbdd2d946cb0cd62fed00e8249184bb713867ce7439b6c32 Size (appstream-0.16.3.tar.gz) = 3724307 bytes -SHA1 (patch-meson.build) = a2c1881e332add40b68373f972f2d95ecff15101 -SHA1 (patch-src_as-system-info.c) = da0849420d753589cb0044c0446bdffffaf5f4a9 +SHA1 (patch-meson.build) = 7943a0cc531bbcbb45a1d7f549ae974cf085fa02 +SHA1 (patch-src_as-system-info.c) = 13904684a91b1ea37b7ee3ac1fc7b720431bcc8a Index: pkgsrc/devel/appstream/patches/patch-meson.build diff -u pkgsrc/devel/appstream/patches/patch-meson.build:1.1 pkgsrc/devel/appstream/patches/patch-meson.build:1.2 --- pkgsrc/devel/appstream/patches/patch-meson.build:1.1 Sun Oct 15 08:00:14 2023 +++ pkgsrc/devel/appstream/patches/patch-meson.build Sun Oct 15 08:08:18 2023 @@ -1,8 +1,10 @@ -$NetBSD: patch-meson.build,v 1.1 2023/10/15 08:00:14 wiz Exp $ +$NetBSD: patch-meson.build,v 1.2 2023/10/15 08:08:18 wiz Exp $ Disable _POSIX_C_SOURCE=200809L because it removes symlink from the namespace on NetBSD. +https://github.com/ximion/appstream/issues/537 + --- meson.build.orig 2023-08-22 21:51:55.000000000 +0000 +++ meson.build @@ -133,7 +133,8 @@ add_project_arguments( Index: pkgsrc/devel/appstream/patches/patch-src_as-system-info.c diff -u pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.1 pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.2 --- pkgsrc/devel/appstream/patches/patch-src_as-system-info.c:1.1 Sun Oct 15 08:00:14 2023 +++ pkgsrc/devel/appstream/patches/patch-src_as-system-info.c Sun Oct 15 08:08:18 2023 @@ -1,6 +1,7 @@ -$NetBSD: patch-src_as-system-info.c,v 1.1 2023/10/15 08:00:14 wiz Exp $ +$NetBSD: patch-src_as-system-info.c,v 1.2 2023/10/15 08:08:18 wiz Exp $ Add NetBSD support. +https://github.com/ximion/appstream/pull/536 --- src/as-system-info.c.orig 2023-08-22 21:51:55.000000000 +0000 +++ src/as-system-info.c --_----------=_1697357298244550--