git: 826938b6f625 - main - audio/carla: Update 2.4.2 -> 2.4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Apr 2022 19:56:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=826938b6f625a475ff44f2855711252025cbcd9d commit 826938b6f625a475ff44f2855711252025cbcd9d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-04-17 16:30:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-04-17 19:56:43 +0000 audio/carla: Update 2.4.2 -> 2.4.3 Reported by: portscout --- audio/carla/Makefile | 3 +-- audio/carla/distinfo | 6 +++--- audio/carla/files/patch-source_Makefile.mk | 13 +++++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/audio/carla/Makefile b/audio/carla/Makefile index bd34d6c17bca..3a95f94589bd 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -1,7 +1,6 @@ PORTNAME= Carla DISTVERSIONPREFIX= v -DISTVERSION= 2.4.2 -PORTREVISION= 1 +DISTVERSION= 2.4.3 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/carla/distinfo b/audio/carla/distinfo index 95854547b7b6..66dadcecf20e 100644 --- a/audio/carla/distinfo +++ b/audio/carla/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645375539 -SHA256 (falkTX-Carla-v2.4.2_GH0.tar.gz) = 376884965e685242953cab757818dde262209c651bd563a04eade0678c6b9f39 -SIZE (falkTX-Carla-v2.4.2_GH0.tar.gz) = 10057302 +TIMESTAMP = 1650173689 +SHA256 (falkTX-Carla-v2.4.3_GH0.tar.gz) = 0092926e5167f3a5eb592f0055e5491803354ae42947e706db0dc548d9e786d3 +SIZE (falkTX-Carla-v2.4.3_GH0.tar.gz) = 10057018 diff --git a/audio/carla/files/patch-source_Makefile.mk b/audio/carla/files/patch-source_Makefile.mk new file mode 100644 index 000000000000..4ffda8ab2cae --- /dev/null +++ b/audio/carla/files/patch-source_Makefile.mk @@ -0,0 +1,13 @@ +- workaround for https://github.com/falkTX/Carla/issues/1608: error: unknown argument: '-fno-gnu-unique' + +--- source/Makefile.mk.orig 2022-04-17 05:37:05 UTC ++++ source/Makefile.mk +@@ -86,7 +86,7 @@ endif + + ifneq ($(MACOS),true) + ifneq ($(WIN32),true) +-BASE_FLAGS += -fno-gnu-unique ++#BASE_FLAGS += -fno-gnu-unique + endif + endif +