mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
audio/flacon: the port had been updated to version 11.3.0
NB: the latest version 11.4.0 fails to pass the test suite: PASS : TestFlacon::testTextCodecs(01 - windows-1251.src) FAIL! : TestFlacon::testTextCodecs(02 - IBM866.src) Unable to open iconv_open for IBM866: Invalid argument Loc: [.../work/flacon-11.4.0/tests/test_textcodecs.cpp(71)] PASS : TestFlacon::testTextCodecs(03 - ISO-8859-5.src) While here, append the LastTest.log contents to the build log as part of the `do-test' target. Reported by: portscout
This commit is contained in:
parent
1efe0e9dde
commit
2b27eea100
@ -1,5 +1,5 @@
|
||||
PORTNAME= flacon
|
||||
PORTVERSION= 11.1.0
|
||||
PORTVERSION= 11.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= audio
|
||||
|
||||
@ -9,6 +9,8 @@ WWW= https://flacon.github.io/
|
||||
|
||||
LICENSE= LGPL21+
|
||||
|
||||
# XXX: yaml-cpp is needed for tests/flacon_test program only
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/yaml-cpp/yaml.h:devel/yaml-cpp
|
||||
LIB_DEPENDS= libtag.so:audio/taglib \
|
||||
libuchardet.so:textproc/uchardet
|
||||
TEST_DEPENDS= alacenc:audio/alacenc \
|
||||
@ -28,5 +30,6 @@ CMAKE_ARGS= -DBUILD_TESTS:BOOL=YES
|
||||
do-test:
|
||||
@cd ${TEST_WRKSRC} && LC_ALL=C.UTF-8 ctest -C ${CMAKE_BUILD_TYPE} \
|
||||
${_MAKE_JOBS}
|
||||
@${CAT} ${TEST_WRKSRC}/Testing/Temporary/LastTest.log
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1685276604
|
||||
SHA256 (flacon-flacon-v11.1.0_GH0.tar.gz) = 43c0cc9a4ef0765cd92cc642c7690c3574430db2b962d497178002866ceeb612
|
||||
SIZE (flacon-flacon-v11.1.0_GH0.tar.gz) = 4015382
|
||||
TIMESTAMP = 1696434228
|
||||
SHA256 (flacon-flacon-v11.3.0_GH0.tar.gz) = af8e90362ef2b2f1f1a0978b7d7ff7977e5875993579d2df793813e04d4cb31d
|
||||
SIZE (flacon-flacon-v11.3.0_GH0.tar.gz) = 4081613
|
||||
|
Loading…
Reference in New Issue
Block a user