From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 15:58:10 2014 Return-Path: Delivered-To: svn-ports-head@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 B9BECABF; Thu, 30 Jan 2014 15:58:10 +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 A4EC51954; Thu, 30 Jan 2014 15:58:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0UFwARt012711; Thu, 30 Jan 2014 15:58:10 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0UFwAUs012709; Thu, 30 Jan 2014 15:58:10 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401301558.s0UFwAUs012709@svn.freebsd.org> From: Martin Wilke Date: Thu, 30 Jan 2014 15:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341853 - in head/audio: rubberband vamp-plugin-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 15:58:10 -0000 Author: miwi Date: Thu Jan 30 15:58:09 2014 New Revision: 341853 URL: http://svnweb.freebsd.org/changeset/ports/341853 QAT: https://qat.redports.org/buildarchive/r341853/ Log: - Stage support Modified: head/audio/rubberband/Makefile head/audio/vamp-plugin-sdk/Makefile Modified: head/audio/rubberband/Makefile ============================================================================== --- head/audio/rubberband/Makefile Thu Jan 30 15:51:08 2014 (r341852) +++ head/audio/rubberband/Makefile Thu Jan 30 15:58:09 2014 (r341853) @@ -20,7 +20,6 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/a RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa USES= gmake pkgconfig -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/audio/vamp-plugin-sdk/Makefile ============================================================================== --- head/audio/vamp-plugin-sdk/Makefile Thu Jan 30 15:51:08 2014 (r341852) +++ head/audio/vamp-plugin-sdk/Makefile Thu Jan 30 15:58:09 2014 (r341853) @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes -NO_STAGE= yes USES= gmake pkgconfig USE_LDCONFIG= yes