From owner-svn-ports-all@FreeBSD.ORG Sun Jan 5 00:26:33 2014 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 3902FA45; Sun, 5 Jan 2014 00:26:33 +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 24BA31F4F; Sun, 5 Jan 2014 00:26:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s050QX8u081927; Sun, 5 Jan 2014 00:26:33 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s050QXLD081926; Sun, 5 Jan 2014 00:26:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401050026.s050QXLD081926@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 5 Jan 2014 00:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338710 - head/audio/vorbisgain 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: Sun, 05 Jan 2014 00:26:33 -0000 Author: bapt Date: Sun Jan 5 00:26:32 2014 New Revision: 338710 URL: http://svnweb.freebsd.org/changeset/ports/338710 Log: Support stage Modified: head/audio/vorbisgain/Makefile Modified: head/audio/vorbisgain/Makefile ============================================================================== --- head/audio/vorbisgain/Makefile Sun Jan 5 00:26:29 2014 (r338709) +++ head/audio/vorbisgain/Makefile Sun Jan 5 00:26:32 2014 (r338710) @@ -10,19 +10,19 @@ MASTER_SITES= http://sjeng.org/ftp/vorbi MAINTAINER= gamato@users.sf.net COMMENT= Calculates the perceived sound level of an Ogg Vorbis file +OPTIONS_DEFINE= RECURSIVE +RECURSIVE_DESC= recursive processing and pattern matching + LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes -NO_STAGE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= vorbisgain.1 -PLIST_FILES= bin/vorbisgain +PLIST_FILES= bin/vorbisgain \ + man/man1/vorbisgain.1.gz -.if defined(WITH_RECURSIVE) -CONFIGURE_ARGS= --enable-recursive -.endif +RECURSIVE_CONFIGURE_ARGS= --enable-recursive pre-configure: @${CHMOD} +x ${WRKSRC}/configure