mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
devel/valgrind: Update to 3.23.0
- While I'm here, remove GNU_CONFIGURE_MANPREFIX after 9fd7ee1cdf
ChangeLog: https://valgrind.org/docs/manual/dist.news.html
PR: 278594
This commit is contained in:
parent
680c68fd4d
commit
a9cd2ea190
@ -1,6 +1,5 @@
|
||||
PORTNAME= valgrind
|
||||
PORTVERSION= 3.22.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.23.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SOURCEWARE/valgrind
|
||||
@ -12,7 +11,7 @@ WWW= https://www.valgrind.org/
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
||||
|
||||
USES= autoreconf cpe gmake pathfix perl5 pkgconfig shebangfix \
|
||||
python:3.9+,run tar:bz2
|
||||
@ -21,7 +20,6 @@ SHEBANG_FILES= callgrind/callgrind_annotate.in callgrind/callgrind_control.in \
|
||||
cachegrind/cg_merge.in cachegrind/cg_diff.in \
|
||||
cachegrind/cg_annotate.in
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ENV+= ac_cv_path_PERL=${PERL}
|
||||
|
||||
SSP_UNSAFE= yes
|
||||
@ -69,9 +67,19 @@ IGNORE= please either install the lib32 distribution or unset the 32BIT option
|
||||
. endif
|
||||
PLIST_SUB+= X86=""
|
||||
. endif
|
||||
.else
|
||||
PLIST_SUB+= AARCH64="@comment "
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "i386"
|
||||
PLIST_SUB+= AMD64="@comment " \
|
||||
X86=""
|
||||
X86="" \
|
||||
AARCH64="@comment "
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "aarch64"
|
||||
PLIST_SUB+= AMD64="@comment " \
|
||||
X86="@comment " \
|
||||
AARCH64=""
|
||||
.endif
|
||||
|
||||
post-patch-DOCS-off:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1698777812
|
||||
SHA256 (valgrind-3.22.0.tar.bz2) = c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c
|
||||
SIZE (valgrind-3.22.0.tar.bz2) = 16565502
|
||||
TIMESTAMP = 1714154358
|
||||
SHA256 (valgrind-3.23.0.tar.bz2) = c5c34a3380457b9b75606df890102e7df2c702b9420c2ebef9540f8b5d56264d
|
||||
SIZE (valgrind-3.23.0.tar.bz2) = 16550038
|
||||
|
@ -79,6 +79,7 @@ include/valgrind/valgrind.h
|
||||
include/valgrind/vki/vki-amd64-freebsd.h
|
||||
include/valgrind/vki/vki-amd64-linux.h
|
||||
include/valgrind/vki/vki-arm-linux.h
|
||||
include/valgrind/vki/vki-arm64-freebsd.h
|
||||
include/valgrind/vki/vki-arm64-linux.h
|
||||
include/valgrind/vki/vki-darwin.h
|
||||
include/valgrind/vki/vki-freebsd.h
|
||||
@ -86,6 +87,7 @@ include/valgrind/vki/vki-linux-drm.h
|
||||
include/valgrind/vki/vki-linux-io_uring.h
|
||||
include/valgrind/vki/vki-linux.h
|
||||
include/valgrind/vki/vki-machine-types-amd64-freebsd.h
|
||||
include/valgrind/vki/vki-machine-types-arm64-freebsd.h
|
||||
include/valgrind/vki/vki-machine-types-x86-freebsd.h
|
||||
include/valgrind/vki/vki-mips32-linux.h
|
||||
include/valgrind/vki/vki-mips64-linux.h
|
||||
@ -138,14 +140,19 @@ include/valgrind/vki/vki-xen-xsm.h
|
||||
include/valgrind/vki/vki-xen.h
|
||||
%%AMD64%%lib/valgrind/libcoregrind-amd64-freebsd.a
|
||||
%%X86%%lib/valgrind/libcoregrind-x86-freebsd.a
|
||||
%%AARCH64%%lib/valgrind/libcoregrind-arm64-freebsd.a
|
||||
%%AMD64%%lib/valgrind/libgcc-sup-amd64-freebsd.a
|
||||
%%X86%%lib/valgrind/libgcc-sup-x86-freebsd.a
|
||||
%%AARCH64%%lib/valgrind/libgcc-sup-arm64-freebsd.a
|
||||
%%AMD64%%lib/valgrind/libreplacemalloc_toolpreload-amd64-freebsd.a
|
||||
%%X86%%lib/valgrind/libreplacemalloc_toolpreload-x86-freebsd.a
|
||||
%%AARCH64%%lib/valgrind/libreplacemalloc_toolpreload-arm64-freebsd.a
|
||||
%%AMD64%%lib/valgrind/libvex-amd64-freebsd.a
|
||||
%%X86%%lib/valgrind/libvex-x86-freebsd.a
|
||||
%%AARCH64%%lib/valgrind/libvex-arm64-freebsd.a
|
||||
%%AMD64%%lib/valgrind/libvexmultiarch-amd64-freebsd.a
|
||||
%%X86%%lib/valgrind/libvexmultiarch-x86-freebsd.a
|
||||
%%AARCH64%%lib/valgrind/libvexmultiarch-arm64-freebsd.a
|
||||
libdata/pkgconfig/valgrind.pc
|
||||
libexec/valgrind/32bit-core-valgrind-s1.xml
|
||||
libexec/valgrind/32bit-core-valgrind-s2.xml
|
||||
@ -184,30 +191,40 @@ libexec/valgrind/arm-with-vfpv3-valgrind.xml
|
||||
libexec/valgrind/arm-with-vfpv3.xml
|
||||
%%AMD64%%libexec/valgrind/cachegrind-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/cachegrind-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/cachegrind-arm64-freebsd
|
||||
%%AMD64%%libexec/valgrind/callgrind-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/callgrind-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/callgrind-arm64-freebsd
|
||||
libexec/valgrind/default.supp
|
||||
libexec/valgrind/dh_view.css
|
||||
libexec/valgrind/dh_view.html
|
||||
libexec/valgrind/dh_view.js
|
||||
%%AMD64%%libexec/valgrind/dhat-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/dhat-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/dhat-arm64-freebsd
|
||||
%%AMD64%%libexec/valgrind/drd-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/drd-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/drd-arm64-freebsd
|
||||
%%AMD64%%libexec/valgrind/exp-bbv-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/exp-bbv-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/exp-bbv-arm64-freebsd
|
||||
%%AMD64%%libexec/valgrind/getoff-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/getoff-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/getoff-arm64-freebsd
|
||||
%%AMD64%%libexec/valgrind/helgrind-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/helgrind-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/helgrind-arm64-freebsd
|
||||
libexec/valgrind/i386-coresse-valgrind.xml
|
||||
libexec/valgrind/i386-linux-valgrind.xml
|
||||
%%AMD64%%libexec/valgrind/lackey-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/lackey-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/lackey-arm64-freebsd
|
||||
%%AMD64%%libexec/valgrind/massif-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/massif-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/massif-arm64-freebsd
|
||||
%%AMD64%%libexec/valgrind/memcheck-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/memcheck-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/memcheck-arm64-freebsd
|
||||
libexec/valgrind/mips-cp0-valgrind-s1.xml
|
||||
libexec/valgrind/mips-cp0-valgrind-s2.xml
|
||||
libexec/valgrind/mips-cp0.xml
|
||||
@ -232,6 +249,7 @@ libexec/valgrind/mips64-linux-valgrind.xml
|
||||
libexec/valgrind/mips64-linux.xml
|
||||
%%AMD64%%libexec/valgrind/none-amd64-freebsd
|
||||
%%X86%%libexec/valgrind/none-x86-freebsd
|
||||
%%AARCH64%%libexec/valgrind/none-arm64-freebsd
|
||||
libexec/valgrind/power-altivec-valgrind-s1.xml
|
||||
libexec/valgrind/power-altivec-valgrind-s2.xml
|
||||
libexec/valgrind/power-altivec.xml
|
||||
@ -282,16 +300,22 @@ libexec/valgrind/valgrind-monitor-def.py
|
||||
libexec/valgrind/valgrind-monitor.py
|
||||
%%AMD64%%libexec/valgrind/vgpreload_core-amd64-freebsd.so
|
||||
%%X86%%libexec/valgrind/vgpreload_core-x86-freebsd.so
|
||||
%%AARCH64%%libexec/valgrind/vgpreload_core-arm64-freebsd.so
|
||||
%%AMD64%%libexec/valgrind/vgpreload_dhat-amd64-freebsd.so
|
||||
%%X86%%libexec/valgrind/vgpreload_dhat-x86-freebsd.so
|
||||
%%AARCH64%%libexec/valgrind/vgpreload_dhat-arm64-freebsd.so
|
||||
%%AMD64%%libexec/valgrind/vgpreload_drd-amd64-freebsd.so
|
||||
%%X86%%libexec/valgrind/vgpreload_drd-x86-freebsd.so
|
||||
%%AARCH64%%libexec/valgrind/vgpreload_drd-arm64-freebsd.so
|
||||
%%AMD64%%libexec/valgrind/vgpreload_helgrind-amd64-freebsd.so
|
||||
%%X86%%libexec/valgrind/vgpreload_helgrind-x86-freebsd.so
|
||||
%%AARCH64%%libexec/valgrind/vgpreload_helgrind-arm64-freebsd.so
|
||||
%%AMD64%%libexec/valgrind/vgpreload_massif-amd64-freebsd.so
|
||||
%%X86%%libexec/valgrind/vgpreload_massif-x86-freebsd.so
|
||||
%%AARCH64%%libexec/valgrind/vgpreload_massif-arm64-freebsd.so
|
||||
%%AMD64%%libexec/valgrind/vgpreload_memcheck-amd64-freebsd.so
|
||||
%%X86%%libexec/valgrind/vgpreload_memcheck-x86-freebsd.so
|
||||
%%AARCH64%%libexec/valgrind/vgpreload_memcheck-arm64-freebsd.so
|
||||
%%MANPAGES%%share/man/man1/callgrind_annotate.1.gz
|
||||
%%MANPAGES%%share/man/man1/callgrind_control.1.gz
|
||||
%%MANPAGES%%share/man/man1/cg_annotate.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user