From 2d915a58d9d28306370fcc07c513a0899e68b7aa Mon Sep 17 00:00:00 2001 From: klausz65 <61782506+klausz65@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:37:21 +0100 Subject: [PATCH] developer/check: configure: WARNING: filterdiff not installed; build will not be reproducible --- components/developer/check/Makefile | 4 ++++ components/developer/check/pkg5 | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/developer/check/Makefile b/components/developer/check/Makefile index 48e7917cf9..b2cd767538 100644 --- a/components/developer/check/Makefile +++ b/components/developer/check/Makefile @@ -19,6 +19,7 @@ include ../../../make-rules/shared-macros.mk COMPONENT_NAME= check COMPONENT_VERSION= 0.15.2 +COMPONENT_REVISION= 1 COMPONENT_FMRI= developer/check COMPONENT_SUMMARY= Unit Testing Framework for C COMPONENT_PROJECT_URL= https://libcheck.github.io/check @@ -54,6 +55,9 @@ COMPONENT_TEST_TRANSFORMS += \ '-e "/FAIL:/p" ' \ '-e "/ERROR:/p" ' +# Manually added build dependencies +REQUIRED_PACKAGES += text/patchutils + # Auto-generated dependencies REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math diff --git a/components/developer/check/pkg5 b/components/developer/check/pkg5 index 68f73bfd5a..5d0be6895d 100644 --- a/components/developer/check/pkg5 +++ b/components/developer/check/pkg5 @@ -1,13 +1,12 @@ { "dependencies": [ - "SUNWcs", - "shell/ksh93", "system/library", "system/library/math", - "text/gawk" + "text/gawk", + "text/patchutils" ], "fmris": [ "developer/check" ], "name": "check" -} \ No newline at end of file +} -- 2.11.4.GIT