Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 19:57:07 +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: r487322 - in head/audio/csound: . files
Message-ID:  <201812121957.wBCJv7RI041261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Dec 12 19:57:07 2018
New Revision: 487322
URL: https://svnweb.freebsd.org/changeset/ports/487322

Log:
  audio/csound: 6.12.2 -> 6.12.2-83
  
  Reported by:	GH issue notification

Modified:
  head/audio/csound/Makefile
  head/audio/csound/distinfo
  head/audio/csound/files/patch-CMakeLists.txt
  head/audio/csound/files/patch-cmake_Modules_FindFAUST.cmake

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Wed Dec 12 19:54:38 2018	(r487321)
+++ head/audio/csound/Makefile	Wed Dec 12 19:57:07 2018	(r487322)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	csound
-DISTVERSION=	6.12.2
-PORTREVISION=	3
+DISTVERSION=	6.12.2-83
+DISTVERSIONSUFFIX=	-gdf2edd269
 CATEGORIES=	audio lang
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -79,7 +79,7 @@ FAUST_CMAKE_ON=		-DFAUST_LLVM_VERSION:STRING=${FAUST_L
 FLUIDSYNTH_DESC=	Building FluidSynth opcodes
 FLUIDSYNTH_LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth
 FLUIDSYNTH_CMAKE_BOOL=	BUILD_FLUID_OPCODES
-FLUIDSYNTH_BROKEN=	FluidSynth 2.x is broken upstream: https://github.com/csound/csound/issues/1078#issuecomment-441459803
+xFLUIDSYNTH_BROKEN=	FluidSynth 2.x is broken upstream: https://github.com/csound/csound/issues/1078#issuecomment-441459803
 
 HDF5_DESC=		Build HDF5 read/write opcodes
 HDF5_LIB_DEPENDS=	libhdf5.so:science/hdf5 \

Modified: head/audio/csound/distinfo
==============================================================================
--- head/audio/csound/distinfo	Wed Dec 12 19:54:38 2018	(r487321)
+++ head/audio/csound/distinfo	Wed Dec 12 19:57:07 2018	(r487322)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542488559
-SHA256 (csound-csound-6.12.2_GH0.tar.gz) = 39f4872b896eb1cbbf596fcacc0f2122fd3e5ebbb5cec14a81b4207d6b8630ff
-SIZE (csound-csound-6.12.2_GH0.tar.gz) = 26297850
+TIMESTAMP = 1544642888
+SHA256 (csound-csound-6.12.2-83-gdf2edd269_GH0.tar.gz) = e14038c44fd954bea0fcb34af994757ca5f4fe75f99c80a1e8df867d5b9e7eee
+SIZE (csound-csound-6.12.2-83-gdf2edd269_GH0.tar.gz) = 26295519

Modified: head/audio/csound/files/patch-CMakeLists.txt
==============================================================================
--- head/audio/csound/files/patch-CMakeLists.txt	Wed Dec 12 19:54:38 2018	(r487321)
+++ head/audio/csound/files/patch-CMakeLists.txt	Wed Dec 12 19:57:07 2018	(r487322)
@@ -1,4 +1,4 @@
---- CMakeLists.txt.orig	2018-11-07 14:05:23 UTC
+--- CMakeLists.txt.orig	2018-12-12 19:23:43 UTC
 +++ CMakeLists.txt
 @@ -164,8 +164,8 @@ endif()
  
@@ -35,7 +35,7 @@
      set(LINUX YES)
  else()
      set(LINUX NO)
-@@ -527,15 +527,17 @@ find_package(FLTK )
+@@ -527,9 +527,11 @@ find_package(FLTK )
  #        LIST_REPLACE(FLTK_LIBRARIES 2 "fltk_images_SHARED")
  #    endif()
  #endif()
@@ -43,13 +43,15 @@
 -find_package(Java)
 -find_package(JNI)
 +if (BUILD_FAUST_OPCODES)
-+    find_package(FAUST)
++  find_package(FAUST)
 +endif()
 +#find_package(Java)
 +#find_package(JNI)
  find_package(LIBLO)
  find_package(LUAJIT)
  find_package(MUSICXML)
+@@ -540,7 +542,7 @@ find_package(MUSICXML)
+ 
  find_package(PORTSMF)
  find_package(PythonLibs 2.7)
 -if(NOT STK_LOCAL)
@@ -57,7 +59,7 @@
      find_package(STK)
  endif()
  find_package(SWIG)
-@@ -1245,11 +1247,11 @@ if(CURL_FOUND)
+@@ -1251,11 +1253,11 @@ if(USE_CURL AND CURL_FOUND)
  endif()
  
  # Linux does not have a separate libintl, it is part of libc
@@ -71,7 +73,7 @@
          list(APPEND libcsound_LIBS ${LIBINTL_LIBRARY})
      endif()
      list(APPEND libcsound_CFLAGS -DGNU_GETTEXT)
-@@ -1269,8 +1271,8 @@ endif()
+@@ -1275,8 +1277,8 @@ endif()
  
  if(LINUX)
      message(STATUS "Building on Linux.")

Modified: head/audio/csound/files/patch-cmake_Modules_FindFAUST.cmake
==============================================================================
--- head/audio/csound/files/patch-cmake_Modules_FindFAUST.cmake	Wed Dec 12 19:54:38 2018	(r487321)
+++ head/audio/csound/files/patch-cmake_Modules_FindFAUST.cmake	Wed Dec 12 19:57:07 2018	(r487322)
@@ -1,4 +1,4 @@
---- cmake/Modules/FindFAUST.cmake.orig	2018-11-17 16:56:13 UTC
+--- cmake/Modules/FindFAUST.cmake.orig	2018-12-12 19:23:43 UTC
 +++ cmake/Modules/FindFAUST.cmake
 @@ -27,7 +27,7 @@ if(FAUST_FOUND)
          # This is a static build of faust, hence
@@ -7,5 +7,5 @@
 -        find_program(LLVM_CONFIG llvm-config HINTS /usr/bin /usr/local/bin /usr/local/opt/llvm/bin)
 +        find_program(LLVM_CONFIG llvm-config${FAUST_LLVM_VERSION} HINTS /usr/bin /usr/local/bin /usr/local/opt/llvm/bin)
          if(NOT LLVM_CONFIG)
-             message(FATAL_ERROR "Using a static Faust library requires LLVM tooling to be present in the path")
-         endif()
+             message(WARNING "Using a static Faust library requires LLVM tooling to be present in the path.")
+             UNSET(FAUST_FOUND)



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