From owner-svn-ports-all@FreeBSD.ORG Sat Dec 28 21:12:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2103C5C; Sat, 28 Dec 2013 21:12:15 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4591A77; Sat, 28 Dec 2013 21:12:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBSLCFCa061055; Sat, 28 Dec 2013 21:12:15 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBSLCF9W061053; Sat, 28 Dec 2013 21:12:15 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201312282112.rBSLCF9W061053@svn.freebsd.org> From: Antoine Brodin Date: Sat, 28 Dec 2013 21:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337916 - 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.17 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, 28 Dec 2013 21:12:15 -0000 Author: antoine Date: Sat Dec 28 21:12:14 2013 New Revision: 337916 URL: http://svnweb.freebsd.org/changeset/ports/337916 Log: Stage support Modified: head/audio/linuxsampler/Makefile head/audio/linuxsampler/pkg-plist Modified: head/audio/linuxsampler/Makefile ============================================================================== --- head/audio/linuxsampler/Makefile Sat Dec 28 21:03:54 2013 (r337915) +++ head/audio/linuxsampler/Makefile Sat Dec 28 21:12:14 2013 (r337916) @@ -23,15 +23,12 @@ DSSI_DESC= Enable DSSI support LV2CORE_DESC= Enable LV2 support USE_BZIP2= yes -NO_STAGE= yes USES= gmake pathfix pkgconfig USE_SQLITE= 3 USE_AUTOTOOLS= libtool CONFIGURE_ENV= HAVE_UNIX98=1 USE_LDCONFIG= yes -MAN1= linuxsampler.1 - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -75,6 +72,6 @@ post-patch: s|"lv2core"|"_lv2core_"|' ${WRKSRC}/configure post-install: - @${TOUCH} ${PREFIX}/lib/linuxsampler/plugins/.keep_me + @${TOUCH} ${STAGEDIR}${PREFIX}/lib/linuxsampler/plugins/.keep_me .include Modified: head/audio/linuxsampler/pkg-plist ============================================================================== --- head/audio/linuxsampler/pkg-plist Sat Dec 28 21:03:54 2013 (r337915) +++ head/audio/linuxsampler/pkg-plist Sat Dec 28 21:12:14 2013 (r337916) @@ -40,6 +40,7 @@ lib/linuxsampler/plugins/.keep_me %%LV2CORE%%lib/lv2/linuxsampler.lv2/linuxsampler.ttl %%LV2CORE%%lib/lv2/linuxsampler.lv2/manifest.ttl libdata/pkgconfig/linuxsampler.pc +man/man1/linuxsampler.1.gz %%LV2CORE%%@dirrm lib/lv2/linuxsampler.lv2 @dirrm lib/linuxsampler/plugins @dirrm lib/linuxsampler