Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 22:16:47 +0000
From:      Rene Ladan <rene@freebsd.org>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r565456 - in head/audio/faust: . files
Message-ID:  <20210216221647.GA58736@freefall.freebsd.org>
In-Reply-To: <202102162033.11GKXYFi097498@repo.freebsd.org>
References:  <202102162033.11GKXYFi097498@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--YZ5djTAD1cGYuMQK
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

On Tue, Feb 16, 2021 at 08:33:34PM +0000, Yuri Victorovich wrote:
> Author: yuri
> Date: Tue Feb 16 20:33:33 2021
> New Revision: 565456
> URL: https://svnweb.freebsd.org/changeset/ports/565456
> 
> Log:
>   audio/faust: Update 2.5.23 -> 2.27.2
> 
[...]
> 
> Modified: head/audio/faust/Makefile
> ==============================================================================
> --- head/audio/faust/Makefile	Tue Feb 16 20:17:17 2021	(r565455)
> +++ head/audio/faust/Makefile	Tue Feb 16 20:33:33 2021	(r565456)
>  
[...]
>  
> -LLVM_VERSION=	60
[...]
> +LLVM_VERSION=	${LLVM_DEFAULT}
> +

So audio/csound and audio/faustlive would also need to be updated to move
away from LLVM 60 (and py27) and stay synchronized with audio/faust?

Trivial patch attached, untested.

Regards,
René

--YZ5djTAD1cGYuMQK
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="faust-part2.diff"

Index: audio/csound/Makefile
===================================================================
--- audio/csound/Makefile	(revision 565464)
+++ audio/csound/Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	csound
 DISTVERSION=	6.14.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio lang
 
 PATCH_SITES=	https://github.com/csound/csound/commit/
@@ -75,7 +75,7 @@
 
 FAUST_DESC=		Build the Faust opcodes
 FAUST_USES=		ssl
-FAUST_LLVM_VERSION=	60
+FAUST_LLVM_VERSION=	${LLVM_DEFAULT}
 FAUST_BUILD_DEPENDS=	faust>0:audio/faust
 FAUST_RUN_DEPENDS=	faust>0:audio/faust \
 			llvm${FAUST_LLVM_VERSION}>0:devel/llvm${FAUST_LLVM_VERSION}
Index: audio/faustlive/Makefile
===================================================================
--- audio/faustlive/Makefile	(revision 565439)
+++ audio/faustlive/Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	faustlive
 PORTVERSION=	g20171205
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -26,7 +26,7 @@
 USE_QT=		core gui network widgets buildtools_build qmake_build
 USE_GL=		gl
 
-LLVM_VERSION=	60 # llvm version should be the same as in audio/faust
+LLVM_VERSION=	${LLVM_DEFAULT} # llvm version should be the same as in audio/faust
 CXXFLAGS+=	$$(llvm-config${LLVM_VERSION} --cflags)
 LDFLAGS+=	-lexecinfo
 

--YZ5djTAD1cGYuMQK--



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