From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 14:13:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C960B44B; Mon, 16 Jun 2014 14:13:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9C7C62591; Mon, 16 Jun 2014 14:13:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5GEDUQv028781; Mon, 16 Jun 2014 14:13:30 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5GEDUfo028779; Mon, 16 Jun 2014 14:13:30 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406161413.s5GEDUfo028779@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 16 Jun 2014 14:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357995 - 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.18 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: Mon, 16 Jun 2014 14:13:30 -0000 Author: amdmi3 Date: Mon Jun 16 14:13:29 2014 New Revision: 357995 URL: http://svnweb.freebsd.org/changeset/ports/357995 QAT: https://qat.redports.org/buildarchive/r357995/ Log: - Switch to USES=libtool, drop .la files - Convert USE_BZIP2 to USES - Fix dssi handling (was not detected by configure) Approved by: portmgr blanket Modified: head/audio/linuxsampler/Makefile head/audio/linuxsampler/pkg-plist Modified: head/audio/linuxsampler/Makefile ============================================================================== --- head/audio/linuxsampler/Makefile Mon Jun 16 14:03:58 2014 (r357994) +++ head/audio/linuxsampler/Makefile Mon Jun 16 14:13:29 2014 (r357995) @@ -3,7 +3,7 @@ PORTNAME= linuxsampler PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.linuxsampler.org/packages/ @@ -22,10 +22,9 @@ OPTIONS_DEFAULT= JACK DSSI_DESC= Enable DSSI support LV2CORE_DESC= Enable LV2 support -USE_BZIP2= yes -USES= gmake pathfix pkgconfig +USES= tar:bzip2 libtool gmake pathfix pkgconfig +GNU_CONFIGURE= yes USE_SQLITE= 3 -USE_AUTOTOOLS= libtool CONFIGURE_ENV= HAVE_UNIX98=1 USE_LDCONFIG= yes @@ -52,6 +51,7 @@ CONFIGURE_ARGS+=--disable-alsa-driver BUILD_DEPENDS+= dssi>=0:${PORTSDIR}/audio/dssi RUN_DEPENDS+= dssi>=0:${PORTSDIR}/audio/dssi PLIST_SUB+= DSSI="" +CPPFLAGS:= -I${LOCALBASE}/include/dssi ${CPPFLAGS} .else CONFIGURE_ENV+= ac_cv_header_dssi_h=no PLIST_SUB+= DSSI="@comment " Modified: head/audio/linuxsampler/pkg-plist ============================================================================== --- head/audio/linuxsampler/pkg-plist Mon Jun 16 14:03:58 2014 (r357994) +++ head/audio/linuxsampler/pkg-plist Mon Jun 16 14:13:29 2014 (r357995) @@ -27,15 +27,13 @@ include/linuxsampler/engines/InstrumentM include/linuxsampler/plugins/InstrumentEditor.h include/linuxsampler/plugins/InstrumentEditorFactory.h %%DSSI%%lib/dssi/linuxsampler.a -%%DSSI%%lib/dssi/linuxsampler.la %%DSSI%%lib/dssi/linuxsampler.so lib/linuxsampler/liblinuxsampler.a -lib/linuxsampler/liblinuxsampler.la 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.la %%LV2CORE%%lib/lv2/linuxsampler.lv2/linuxsampler.so %%LV2CORE%%lib/lv2/linuxsampler.lv2/linuxsampler.ttl %%LV2CORE%%lib/lv2/linuxsampler.lv2/manifest.ttl