Date: Sun, 14 Feb 2021 03:44:43 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565194 - in head/audio/jalv: . files Message-ID: <202102140344.11E3ih8r005843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Feb 14 03:44:43 2021 New Revision: 565194 URL: https://svnweb.freebsd.org/changeset/ports/565194 Log: audio/jalv: Update 1.6.4 -> 1.6.6 Reported by: portscout Added: head/audio/jalv/files/patch-src_jalv__gtkmm2.cpp (contents, props changed) head/audio/jalv/files/patch-src_jalv__qt.cpp (contents, props changed) Modified: head/audio/jalv/Makefile head/audio/jalv/distinfo head/audio/jalv/files/patch-wscript Modified: head/audio/jalv/Makefile ============================================================================== --- head/audio/jalv/Makefile Sun Feb 14 03:27:11 2021 (r565193) +++ head/audio/jalv/Makefile Sun Feb 14 03:44:43 2021 (r565194) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jalv -DISTVERSION= 1.6.4 +DISTVERSION= 1.6.6 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ Modified: head/audio/jalv/distinfo ============================================================================== --- head/audio/jalv/distinfo Sun Feb 14 03:27:11 2021 (r565193) +++ head/audio/jalv/distinfo Sun Feb 14 03:44:43 2021 (r565194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590616027 -SHA256 (jalv-1.6.4.tar.bz2) = c26bce2c16e10378687ba27def4978a56d3d8c9e4f3adab2d067e8f5fdb18ef3 -SIZE (jalv-1.6.4.tar.bz2) = 346053 +TIMESTAMP = 1613273285 +SHA256 (jalv-1.6.6.tar.bz2) = 92d141781b664373207c343cebc5e9b8ced461faf26fdccb95df0007b0639e16 +SIZE (jalv-1.6.6.tar.bz2) = 356622 Added: head/audio/jalv/files/patch-src_jalv__gtkmm2.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/jalv/files/patch-src_jalv__gtkmm2.cpp Sun Feb 14 03:44:43 2021 (r565194) @@ -0,0 +1,11 @@ +--- src/jalv_gtkmm2.cpp.orig 2021-02-14 03:34:10 UTC ++++ src/jalv_gtkmm2.cpp +@@ -14,6 +14,8 @@ + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + ++#include <ctype.h> // workaround for error: use of undeclared identifier 'isascii' ++ + #include "jalv_internal.h" + + #include "lv2/core/attributes.h" Added: head/audio/jalv/files/patch-src_jalv__qt.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/jalv/files/patch-src_jalv__qt.cpp Sun Feb 14 03:44:43 2021 (r565194) @@ -0,0 +1,11 @@ +--- src/jalv_qt.cpp.orig 2021-02-14 03:40:27 UTC ++++ src/jalv_qt.cpp +@@ -14,6 +14,8 @@ + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + ++#include <ctype.h> // workaround for error: use of undeclared identifier 'isascii' ++ + #include "jalv_internal.h" + + #include "lilv/lilv.h" Modified: head/audio/jalv/files/patch-wscript ============================================================================== --- head/audio/jalv/files/patch-wscript Sun Feb 14 03:27:11 2021 (r565193) +++ head/audio/jalv/files/patch-wscript Sun Feb 14 03:44:43 2021 (r565194) @@ -1,11 +1,11 @@ ---- wscript.orig 2019-11-10 22:01:17 UTC +--- wscript.orig 2021-01-07 22:05:57 UTC +++ wscript -@@ -47,7 +47,7 @@ def configure(conf): +@@ -116,7 +116,7 @@ def configure(conf): conf.check_pkg('serd-0 >= 0.24.0', uselib_store='SERD') conf.check_pkg('sord-0 >= 0.14.0', uselib_store='SORD') conf.check_pkg('sratom-0 >= 0.6.0', uselib_store='SRATOM') - if Options.options.portaudio: + if False and Options.options.portaudio: conf.check_pkg('portaudio-2.0 >= 2.0.0', - uselib_store='PORTAUDIO', mandatory=False) - else: + uselib_store='PORTAUDIO', + system=True,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102140344.11E3ih8r005843>