aboutsummaryrefslogtreecommitdiff
path: root/audio/flacon
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2024-05-08 15:17:52 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2024-05-08 15:17:52 +0000
commit2b27eea1006dc6cd2827d39f27888049ddfdc662 (patch)
tree136d58f563e4fe2c2d6401d8d90ff0bfa40212ee /audio/flacon
parent1efe0e9dde7f82c9d3140d3fd575decbcd8d7bf9 (diff)
downloadports-2b27eea1006dc6cd2827d39f27888049ddfdc662.tar.gz
ports-2b27eea1006dc6cd2827d39f27888049ddfdc662.zip
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
Diffstat (limited to 'audio/flacon')
-rw-r--r--audio/flacon/Makefile5
-rw-r--r--audio/flacon/distinfo6
2 files changed, 7 insertions, 4 deletions
diff --git a/audio/flacon/Makefile b/audio/flacon/Makefile
index f0bb110e2cc1..b7e1633e2a15 100644
--- a/audio/flacon/Makefile
+++ b/audio/flacon/Makefile
@@ -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>
diff --git a/audio/flacon/distinfo b/audio/flacon/distinfo
index f2a77097b9e6..11ded7aeaaf3 100644
--- a/audio/flacon/distinfo
+++ b/audio/flacon/distinfo
@@ -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