fritzkink
2022-05-02 4380bc502fb02422b55085d13ba27c0a5002a60c
valgrind: update to 3.19.0

1 files deleted
4 files modified
450 ■■■■ changed files
components/developer/valgrind/Makefile 13 ●●●● patch | view | raw | blame | history
components/developer/valgrind/manifests/sample-manifest.p5m 94 ●●●● patch | view | raw | blame | history
components/developer/valgrind/pkg5 2 ●●● patch | view | raw | blame | history
components/developer/valgrind/valgrind.license 340 ●●●●● patch | view | raw | blame | history
components/developer/valgrind/valgrind.p5m 1 ●●●● patch | view | raw | blame | history
components/developer/valgrind/Makefile
@@ -23,6 +23,7 @@
# Copyright (c) 2015-2017 Aurelien Larcher. All rights reserved.
# Copyright (c) 2019 Michal Nowak
# Copyright (c) 2021 David Stes
# Copyright (c) 2022 Friedrich Kink
#
BUILD_BITS= 64
@@ -30,17 +31,17 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        valgrind
COMPONENT_VERSION=    3.18.1
COMPONENT_VERSION=    3.19.0
COMPONENT_FMRI=        developer/debug/valgrind
COMPONENT_CLASSIFICATION=Development/System
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=    \
    sha256:00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5
COMPONENT_ARCHIVE_URL=    ftp://sourceware.org/pub/valgrind/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL =    http://valgrind.org
COMPONENT_ARCHIVE_HASH=    sha256:dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02
COMPONENT_ARCHIVE_URL=    https://sourceware.org/pub/valgrind/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL =    https://valgrind.org
COMPONENT_SUMMARY=    Valgrind: instrumentation framework and tools to detect memory and threading problems
COMPONENT_LICENSE=    GPLv2
COMPONENT_LICENSE_FILE=    COPYING
include $(WS_MAKE_RULES)/common.mk
@@ -84,5 +85,5 @@
# Build dependencies
# Auto-generated dependencies
REQUIRED_PACKAGES += runtime/perl-524
REQUIRED_PACKAGES += runtime/perl-534
REQUIRED_PACKAGES += system/library
components/developer/valgrind/manifests/sample-manifest.p5m
@@ -314,99 +314,99 @@
file path=usr/lib/$(MACH64)/valgrind/vgpreload_memcheck-amd64-solaris.so
file path=usr/lib/$(MACH64)/valgrind/vgpreload_memcheck-x86-solaris.so
link path=usr/share/doc/valgrind/html/FAQ.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/FAQ.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/FAQ.html
link path=usr/share/doc/valgrind/html/QuickStart.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/QuickStart.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/QuickStart.html
link path=usr/share/doc/valgrind/html/bbv-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/bbv-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/bbv-manual.html
link path=usr/share/doc/valgrind/html/cg-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/cg-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/cg-manual.html
link path=usr/share/doc/valgrind/html/cl-format.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/cl-format.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/cl-format.html
link path=usr/share/doc/valgrind/html/cl-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/cl-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/cl-manual.html
link path=usr/share/doc/valgrind/html/design-impl.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/design-impl.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/design-impl.html
link path=usr/share/doc/valgrind/html/dh-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dh-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dh-manual.html
link path=usr/share/doc/valgrind/html/dist.authors.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.authors.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.authors.html
link path=usr/share/doc/valgrind/html/dist.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.html
link path=usr/share/doc/valgrind/html/dist.news.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.news.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.news.html
link path=usr/share/doc/valgrind/html/dist.news.old.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.news.old.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.news.old.html
link path=usr/share/doc/valgrind/html/dist.readme-android.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-android.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-android.html
link path=usr/share/doc/valgrind/html/dist.readme-android_emulator.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-android_emulator.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-android_emulator.html
link path=usr/share/doc/valgrind/html/dist.readme-developers.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-developers.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-developers.html
link path=usr/share/doc/valgrind/html/dist.readme-freebsd.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-freebsd.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-freebsd.html
link path=usr/share/doc/valgrind/html/dist.readme-mips.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-mips.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-mips.html
link path=usr/share/doc/valgrind/html/dist.readme-missing.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-missing.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-missing.html
link path=usr/share/doc/valgrind/html/dist.readme-packagers.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-packagers.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-packagers.html
link path=usr/share/doc/valgrind/html/dist.readme-s390.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-s390.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-s390.html
link path=usr/share/doc/valgrind/html/dist.readme-solaris.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-solaris.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme-solaris.html
link path=usr/share/doc/valgrind/html/dist.readme.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/dist.readme.html
link path=usr/share/doc/valgrind/html/drd-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/drd-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/drd-manual.html
link path=usr/share/doc/valgrind/html/faq.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/faq.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/faq.html
link path=usr/share/doc/valgrind/html/hg-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/hg-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/hg-manual.html
link path=usr/share/doc/valgrind/html/images/dh-tree.png \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/dh-tree.png
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/dh-tree.png
link path=usr/share/doc/valgrind/html/images/home.png \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/home.png
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/home.png
link path=usr/share/doc/valgrind/html/images/kcachegrind_xtree.png \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/kcachegrind_xtree.png
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/kcachegrind_xtree.png
link path=usr/share/doc/valgrind/html/images/next.png \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/next.png
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/next.png
link path=usr/share/doc/valgrind/html/images/prev.png \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/prev.png
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/prev.png
link path=usr/share/doc/valgrind/html/images/up.png \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/up.png
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/images/up.png
link path=usr/share/doc/valgrind/html/index.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/index.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/index.html
link path=usr/share/doc/valgrind/html/license.gfdl.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/license.gfdl.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/license.gfdl.html
link path=usr/share/doc/valgrind/html/license.gpl.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/license.gpl.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/license.gpl.html
link path=usr/share/doc/valgrind/html/licenses.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/licenses.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/licenses.html
link path=usr/share/doc/valgrind/html/lk-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/lk-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/lk-manual.html
link path=usr/share/doc/valgrind/html/manual-core-adv.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-core-adv.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-core-adv.html
link path=usr/share/doc/valgrind/html/manual-core.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-core.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-core.html
link path=usr/share/doc/valgrind/html/manual-intro.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-intro.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-intro.html
link path=usr/share/doc/valgrind/html/manual-writing-tools.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-writing-tools.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual-writing-tools.html
link path=usr/share/doc/valgrind/html/manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/manual.html
link path=usr/share/doc/valgrind/html/mc-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/mc-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/mc-manual.html
link path=usr/share/doc/valgrind/html/ms-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/ms-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/ms-manual.html
link path=usr/share/doc/valgrind/html/nl-manual.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/nl-manual.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/nl-manual.html
link path=usr/share/doc/valgrind/html/quick-start.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/quick-start.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/quick-start.html
link path=usr/share/doc/valgrind/html/tech-docs.html \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/tech-docs.html
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/tech-docs.html
link path=usr/share/doc/valgrind/html/vg_basic.css \
    target=/scratch/clone/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/vg_basic.css
    target=/usr/src/myoi-userland/components/developer/valgrind/valgrind-$(COMPONENT_VERSION)/docs/html/vg_basic.css
file path=usr/share/doc/valgrind/valgrind_manual.pdf
file path=usr/share/doc/valgrind/valgrind_manual.ps
file path=usr/share/man/man1/callgrind_annotate.1
components/developer/valgrind/pkg5
@@ -1,7 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "runtime/perl-524",
        "runtime/perl-534",
        "shell/ksh93",
        "system/library"
    ],
components/developer/valgrind/valgrind.license
File was deleted
components/developer/valgrind/valgrind.p5m
@@ -13,6 +13,7 @@
# Copyright 2015-2017 Aurelien Larcher
# Copyright 2019 Michal Nowak
# Copyright 2021-2022 David Stes
# Copyright 2022 Friedrich Kink
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)