Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 17:36:00 +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: r552245 - head/audio/abgate-lv2
Message-ID:  <202010131736.09DHa0lG021875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Oct 13 17:36:00 2020
New Revision: 552245
URL: https://svnweb.freebsd.org/changeset/ports/552245

Log:
  audio/abgate-lv2: Unbreak
  
  It got broken when audio/lv2 was upgraded to 1.18.0.
  
  MFH:		2020Q4

Modified:
  head/audio/abgate-lv2/Makefile
  head/audio/abgate-lv2/distinfo

Modified: head/audio/abgate-lv2/Makefile
==============================================================================
--- head/audio/abgate-lv2/Makefile	Tue Oct 13 16:21:01 2020	(r552244)
+++ head/audio/abgate-lv2/Makefile	Tue Oct 13 17:36:00 2020	(r552245)
@@ -7,13 +7,14 @@ PORTREVISION=	3
 CATEGORIES=	audio
 PKGNAMESUFFIX=	-lv2
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	fbe77164cf58807807b8c6ec496430f34f88d780.patch:-p1 # Fix build against latest LV2: https://github.com/antanasbruzas/abGate/pull/3
+
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Noise gate LV2 plugin
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
-
-BROKEN=		gate.cpp:47:41: error: unknown type name '_LV2_Descriptor'; did you mean 'LV2_Descriptor'?
 
 BUILD_DEPENDS=	lv2>0:audio/lv2
 

Modified: head/audio/abgate-lv2/distinfo
==============================================================================
--- head/audio/abgate-lv2/distinfo	Tue Oct 13 16:21:01 2020	(r552244)
+++ head/audio/abgate-lv2/distinfo	Tue Oct 13 17:36:00 2020	(r552245)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1510096119
+TIMESTAMP = 1602610354
 SHA256 (antanasbruzas-abGate-v1.1.9_GH0.tar.gz) = 898b50cce44dffedd82ec0e6d6d043a9d26534fbf07898d099575ea4c1057721
 SIZE (antanasbruzas-abGate-v1.1.9_GH0.tar.gz) = 814739
+SHA256 (fbe77164cf58807807b8c6ec496430f34f88d780.patch) = 49083350aa198a16645576a5c4d20a3ee3ffef42fa7c4d705276373d0beba933
+SIZE (fbe77164cf58807807b8c6ec496430f34f88d780.patch) = 841



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