From owner-svn-ports-all@freebsd.org Fri Jul 20 20:06:40 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F87910510AF; Fri, 20 Jul 2018 20:06:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3CE648B6A5; Fri, 20 Jul 2018 20:06:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1880D14D1F; Fri, 20 Jul 2018 20:06:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6KK6dbl076816; Fri, 20 Jul 2018 20:06:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6KK6dk3076815; Fri, 20 Jul 2018 20:06:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807202006.w6KK6dk3076815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 20 Jul 2018 20:06:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475031 - head/audio/faust X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/faust X-SVN-Commit-Revision: 475031 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 20:06:40 -0000 Author: yuri Date: Fri Jul 20 20:06:39 2018 New Revision: 475031 URL: https://svnweb.freebsd.org/changeset/ports/475031 Log: audio/faust: Update to llvm-60 Also reorder the options section Modified: head/audio/faust/Makefile Modified: head/audio/faust/Makefile ============================================================================== --- head/audio/faust/Makefile Fri Jul 20 17:39:34 2018 (r475030) +++ head/audio/faust/Makefile Fri Jul 20 20:06:39 2018 (r475031) @@ -3,6 +3,7 @@ PORTNAME= faust DISTVERSION= 2.5.23 +PORTREVISION= 1 CATEGORIES= audio devel MAINTAINER= yuri@FreeBSD.org @@ -20,14 +21,15 @@ GH_TUPLE= grame-cncm:faustlibraries:f889fe1:libs/libra ThatOtherPerson:xxd:cd8ecce:xxd/xxd-replacement USE_CXXSTD= c++11 SHEBANG_FILES= tools/faust2appls/* tools/benchmark/faustbench -LLVM_VERSION= 50 +LLVM_VERSION= 60 MAKE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_VERSION} -OPTIONS_DEFINE= HIGHLIGHT HTTPD_LIB +OPTIONS_DEFINE= HIGHLIGHT HTTPD_LIB OPTIONS_DEFAULT= HIGHLIGHT HTTPD_LIB -HIGHLIGHT_DESC= Syntax highlighting in Kate, gedit, Highlight, vim -HTTPD_LIB_DESC= Build httpd support library -OPTIONS_SUB= yes +OPTIONS_SUB= yes + +HIGHLIGHT_DESC= Syntax highlighting in Kate, gedit, Highlight, vim +HTTPD_LIB_DESC= Build httpd support library HTTPD_LIB_ALL_TARGET= all httpd HTTPD_LIB_LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd