Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2026 02:48:20 +0000
From:      Jason E. Hale <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 463c27d4f8f0 - main - audio/wavpack: Re-enable testing
Message-ID:  <69758474.25046.5354a9cf@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=463c27d4f8f0172d937744667f6a5d1c846a2b3d

commit 463c27d4f8f0172d937744667f6a5d1c846a2b3d
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-01-25 01:41:10 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-01-25 02:48:12 +0000

    audio/wavpack: Re-enable testing
    
    The tests can take a rather long time to complete, so I thought they
    were hanging. Add a pre-test target to explain this, so people with old
    hardware like myself know what to expect and for folks who have
    WITH_TESTING enabled. Normally, regression tests don't take this long.
    This is also a team maintained port, so pitfalls should be highlighted.
    
    I also retract my statement of "test target has been failing for a while"
    in the previous commit message. This was based on me testing the previous
    version and seeing the same behavior of the wvtest process seemingly
    hanging as I observed in the current version before review.
    
    Reported by:    diizzy, arrowd
    Fixes:          f8ba7a9305fc - audio/wavpack: Update to 5.9.0
---
 audio/wavpack/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile
index 81e8f4a7917f..015d5d0058ef 100644
--- a/audio/wavpack/Makefile
+++ b/audio/wavpack/Makefile
@@ -12,7 +12,7 @@ WWW=		https://www.wavpack.com/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake cpe iconv pkgconfig tar:xz
+USES=		cmake:testing cpe iconv pkgconfig tar:xz
 USE_LDCONFIG=	yes
 
 CMAKE_OFF=	BUILD_TESTING
@@ -23,4 +23,7 @@ OPTIONS_DEFAULT=ASM
 
 ASM_CMAKE_BOOL=	WAVPACK_ENABLE_ASM
 
+pre-test:
+	@${ECHO_CMD} "====>  NOTE: Test may take 8 minutes or longer to complete"
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69758474.25046.5354a9cf>