From owner-svn-ports-head@freebsd.org Thu Oct 13 16:26:10 2016 Return-Path: Delivered-To: svn-ports-head@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 DFF26C10416; Thu, 13 Oct 2016 16:26:10 +0000 (UTC) (envelope-from amdmi3@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 A3325C4F; Thu, 13 Oct 2016 16:26:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9DGQ9BQ021207; Thu, 13 Oct 2016 16:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DGQ9W7021202; Thu, 13 Oct 2016 16:26:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610131626.u9DGQ9W7021202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Oct 2016 16:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423928 - in head: Mk/Uses audio/lv2core audio/patchage audio/raul audio/slv2 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.23 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, 13 Oct 2016 16:26:11 -0000 Author: amdmi3 Date: Thu Oct 13 16:26:09 2016 New Revision: 423928 URL: https://svnweb.freebsd.org/changeset/ports/423928 Log: - Switch waf to verbose builds as well Approved by: portmgr (mat) Differential Revision: D8240 Modified: head/Mk/Uses/waf.mk head/audio/lv2core/Makefile head/audio/patchage/Makefile head/audio/raul/Makefile head/audio/slv2/Makefile Modified: head/Mk/Uses/waf.mk ============================================================================== --- head/Mk/Uses/waf.mk Thu Oct 13 15:36:53 2016 (r423927) +++ head/Mk/Uses/waf.mk Thu Oct 13 16:26:09 2016 (r423928) @@ -30,6 +30,7 @@ MAKEFILE= # MAKE_FLAGS= # ALL_TARGET= # HAS_CONFIGURE= yes +MAKE_ARGS+= --verbose WAF_CMD?= ./waf CONFIGURE_TARGET?= configure Modified: head/audio/lv2core/Makefile ============================================================================== --- head/audio/lv2core/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/lv2core/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -14,10 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig python:build tar:bzip2 waf -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS+= --verbose -.endif - post-patch: @${REINPLACE_CMD} -e '/autowaf.build_pc/s|^|#|' ${WRKSRC}/wscript @(cd ${WRKSRC} && ${SED} -e \ Modified: head/audio/patchage/Makefile ============================================================================== --- head/audio/patchage/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/patchage/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -30,10 +30,6 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/m CFLAGS+= -I${LOCALBASE}/include -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS= --verbose -.endif - post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/raul/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -21,10 +21,6 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS= --verbose -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so Modified: head/audio/slv2/Makefile ============================================================================== --- head/audio/slv2/Makefile Thu Oct 13 15:36:53 2016 (r423927) +++ head/audio/slv2/Makefile Thu Oct 13 16:26:09 2016 (r423928) @@ -20,10 +20,6 @@ LIB_DEPENDS= libjack.so:audio/jack \ USES= pkgconfig tar:bzip2 waf USE_LDCONFIG= yes -.if defined(BATCH) || defined(PACKAGE_BUILDING) -MAKE_ARGS= --verbose -.endif - post-patch: @${REINPLACE_CMD} -e \ '/pkgconfig/s|$${LIBDIRNAME}|libdata|' ${WRKSRC}/autowaf.py