diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index 594812717f36..e3e99d38fe5f 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -1,97 +1,97 @@ PORTNAME= valgrind -DISTVERSION= 3.25.0 +DISTVERSION= 3.25.1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SOURCEWARE/valgrind MAINTAINER= pjfloyd@wanadoo.fr COMMENT= Memory debugging and profiling tool WWW= https://www.valgrind.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= autoreconf cpe gmake pathfix perl5 pkgconfig shebangfix \ python:3.9+,run tar:bz2 USE_PERL5= build 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 CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} PIE_UNSAFE= yes SSP_UNSAFE= yes LIB32_PATH?= /usr/lib32/libc.so CONFLICTS= valgrind-devel # Valgrind needs to read debuginfo from its own preload shared libraries # (quote from README_PACKAGERS #-- Don't strip the debug info off lib/valgrind/$platform/vgpreload*.so # in the installation tree. Either Valgrind won't work at all, or it # will still work if you do, but will generate less helpful error # messages.) STRIP= # empty PORTDOCS= html OPTIONS_DEFINE= DOCS MANPAGES MPI OPTIONS_DEFINE_amd64= 32BIT OPTIONS_DEFAULT= MANPAGES .if exists(${LIB32_PATH}) OPTIONS_DEFAULT_amd64= 32BIT .endif OPTIONS_SUB= yes 32BIT_DESC= Enable debugging of 32-bit programs (requires lib32) MPI_DESC= Enable build of MPI wrappers DOCS_BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ xsltproc:textproc/libxslt MANPAGES_BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ xsltproc:textproc/libxslt MPI_LIB_DEPENDS= libmpich.so:net/mpich .include PLIST_SUB+= ARCH=${ARCH:S/i386/x86/:S/aarch64/arm64/} .if ${ARCH} == "amd64" PLIST_SUB+= AMD64="" . if !${PORT_OPTIONS:M32BIT} CONFIGURE_ARGS+= --enable-only64bit PLIST_SUB+= X86="@comment " . else . if !exists(${LIB32_PATH}) IGNORE= please either install the lib32 distribution or unset the 32BIT option . endif PLIST_SUB+= X86="" . endif PLIST_SUB+= AARCH64="@comment " .endif .if ${ARCH} == "i386" PLIST_SUB+= AMD64="@comment " \ X86="" \ AARCH64="@comment " .endif .if ${ARCH} == "aarch64" PLIST_SUB+= AMD64="@comment " \ X86="@comment " \ AARCH64="" .endif post-patch-DOCS-off: @${RM} -r ${WRKSRC}/docs/html post-build-DOCS-on: cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} html-docs post-build-MANPAGES-on: cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} man-pages .include diff --git a/devel/valgrind/distinfo b/devel/valgrind/distinfo index 54a43530365f..708c1612ccef 100644 --- a/devel/valgrind/distinfo +++ b/devel/valgrind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745998277 -SHA256 (valgrind-3.25.0.tar.bz2) = 295f60291d6b64c0d90c1ce645634bdc5361d39b0c50ecf9de6385ee77586ecc -SIZE (valgrind-3.25.0.tar.bz2) = 17723002 +TIMESTAMP = 1747763232 +SHA256 (valgrind-3.25.1.tar.bz2) = 61deb8d0727b45c268efdc1b3b6c9e679cd97cbf5ee4b28d1dead7c8b7a271af +SIZE (valgrind-3.25.1.tar.bz2) = 16888334