Date: Fri, 2 Aug 2019 06:09:59 +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: r507847 - head/audio/calf-lv2 Message-ID: <201908020609.x7269xvf098929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Aug 2 06:09:58 2019 New Revision: 507847 URL: https://svnweb.freebsd.org/changeset/ports/507847 Log: audio/calf-lv2: Update 0.90.1 -> 0.90.3; Unbreak; Add workaround for the clang-8 failure. Reported by: portscout Modified: head/audio/calf-lv2/Makefile head/audio/calf-lv2/distinfo Modified: head/audio/calf-lv2/Makefile ============================================================================== --- head/audio/calf-lv2/Makefile Fri Aug 2 05:57:53 2019 (r507846) +++ head/audio/calf-lv2/Makefile Fri Aug 2 06:09:58 2019 (r507847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= calf -DISTVERSION= 0.90.1 -PORTREVISION= 4 +DISTVERSION= 0.90.3 CATEGORIES= audio MASTER_SITES= http://calf-studio-gear.org/files/ PKGNAMESUFFIX= -lv2 @@ -14,8 +13,6 @@ COMMENT= Set of LV2 plugins LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -BROKEN= fails to stage - BUILD_DEPENDS= lv2>=1.14.0_1:audio/lv2 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth \ libfontconfig.so:x11-fonts/fontconfig \ @@ -23,7 +20,7 @@ LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth \ libjack.so:audio/jack \ libexpat.so:textproc/expat2 -USES= autoreconf compiler:c++11-lang gmake libtool localbase pkgconfig +USES= autoreconf compiler:c++11-lang gmake gnome libtool localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lv2 --disable-static USE_GNOME= cairo gtk20 @@ -31,6 +28,7 @@ USE_CXXSTD= c++11 INSTALL_TARGET= install-strip INSTALLS_ICONS= yes USE_LDCONFIG= yes +USE_GCC= yes # workaround for https://github.com/calf-studio-gear/calf/issues/227 OPTIONS_DEFINE= DOCS LASH OPTIONS_DEFAULT= LASH Modified: head/audio/calf-lv2/distinfo ============================================================================== --- head/audio/calf-lv2/distinfo Fri Aug 2 05:57:53 2019 (r507846) +++ head/audio/calf-lv2/distinfo Fri Aug 2 06:09:58 2019 (r507847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531063150 -SHA256 (calf-0.90.1.tar.gz) = eb3ac2e48952cf68b2d87151ce4cf58ea1fcd4433629ff0628b6e4165fe9dc7e -SIZE (calf-0.90.1.tar.gz) = 16220863 +TIMESTAMP = 1564725539 +SHA256 (calf-0.90.3.tar.gz) = e32bc23fb68f88729bdef361614fd9ac38627c774c35cd3c4eb611fca887a49f +SIZE (calf-0.90.3.tar.gz) = 16248607
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908020609.x7269xvf098929>