From owner-svn-ports-all@freebsd.org Sat Nov 5 02:59:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16C17C2EE92; Sat, 5 Nov 2016 02:59:17 +0000 (UTC) (envelope-from jbeich@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 mx1.freebsd.org (Postfix) with ESMTPS id C12E0B6A; Sat, 5 Nov 2016 02:59:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA52xFdo062319; Sat, 5 Nov 2016 02:59:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA52xFe1062317; Sat, 5 Nov 2016 02:59:15 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611050259.uA52xFe1062317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Nov 2016 02:59:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425372 - head/audio/linuxsampler X-SVN-Group: ports-head 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.23 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: Sat, 05 Nov 2016 02:59:17 -0000 Author: jbeich Date: Sat Nov 5 02:59:15 2016 New Revision: 425372 URL: https://svnweb.freebsd.org/changeset/ports/425372 Log: audio/linuxsampler: rename LV2CORE to LV2 like in audio/calf Modified: head/audio/linuxsampler/Makefile (contents, props changed) head/audio/linuxsampler/pkg-plist (contents, props changed) Modified: head/audio/linuxsampler/Makefile ============================================================================== --- head/audio/linuxsampler/Makefile Sat Nov 5 02:59:01 2016 (r425371) +++ head/audio/linuxsampler/Makefile Sat Nov 5 02:59:15 2016 (r425372) @@ -17,10 +17,10 @@ RESTRICTED= no commercial use ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported" -OPTIONS_DEFINE= JACK ALSA DSSI LV2CORE +OPTIONS_DEFINE= JACK ALSA DSSI LV2 OPTIONS_DEFAULT= JACK DSSI_DESC= Enable DSSI support -LV2CORE_DESC= Enable LV2 support +LV2_DESC= Enable LV2 support USES= tar:bzip2 libtool gmake pathfix pkgconfig sqlite:3 GNU_CONFIGURE= yes @@ -57,13 +57,13 @@ CONFIGURE_ENV+= ac_cv_header_dssi_h=no PLIST_SUB+= DSSI="@comment " .endif -.if ${PORT_OPTIONS:MLV2CORE} +.if ${PORT_OPTIONS:MLV2} BUILD_DEPENDS+= lv2core>=0:audio/lv2core RUN_DEPENDS+= lv2core>=0:audio/lv2core -PLIST_SUB+= LV2CORE="" +PLIST_SUB+= LV2="" .else CONFIGURE_ENV+= ac_cv_header_lv2_h=no -PLIST_SUB+= LV2CORE="@comment " +PLIST_SUB+= LV2="@comment " .endif post-patch: Modified: head/audio/linuxsampler/pkg-plist ============================================================================== --- head/audio/linuxsampler/pkg-plist Sat Nov 5 02:59:01 2016 (r425371) +++ head/audio/linuxsampler/pkg-plist Sat Nov 5 02:59:15 2016 (r425372) @@ -33,10 +33,10 @@ lib/linuxsampler/liblinuxsampler.so lib/linuxsampler/liblinuxsampler.so.3 lib/linuxsampler/liblinuxsampler.so.3.0.0 lib/linuxsampler/plugins/.keep_me -%%LV2CORE%%lib/lv2/linuxsampler.lv2/linuxsampler.a -%%LV2CORE%%lib/lv2/linuxsampler.lv2/linuxsampler.so -%%LV2CORE%%lib/lv2/linuxsampler.lv2/linuxsampler.ttl -%%LV2CORE%%lib/lv2/linuxsampler.lv2/manifest.ttl +%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.a +%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.so +%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.ttl +%%LV2%%lib/lv2/linuxsampler.lv2/manifest.ttl libdata/pkgconfig/linuxsampler.pc man/man1/linuxsampler.1.gz /var/lib/linuxsampler/instruments.db