From owner-svn-ports-head@freebsd.org Thu Oct 13 13:08:11 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 D300FC1023B; Thu, 13 Oct 2016 13:08:11 +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 AD44CC5B; Thu, 13 Oct 2016 13:08:11 +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 u9DD8AWv044967; Thu, 13 Oct 2016 13:08:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9DD8AYk044960; Thu, 13 Oct 2016 13:08:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610131308.u9DD8AYk044960@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 13:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423912 - in head: databases/libgda5 devel/geany-plugins/files games/openttd security/cardpeek security/yapet sysutils/e2fsprogs 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 13:08:11 -0000 Author: amdmi3 Date: Thu Oct 13 13:08:09 2016 New Revision: 423912 URL: https://svnweb.freebsd.org/changeset/ports/423912 Log: - Switch couple more ports to verbose build - Remove --disable-silent-rules which are used by default Approved by: portmgr blanket Modified: head/databases/libgda5/Makefile head/devel/geany-plugins/files/Makefile.common head/games/openttd/Makefile head/security/cardpeek/Makefile head/security/yapet/Makefile head/sysutils/e2fsprogs/Makefile Modified: head/databases/libgda5/Makefile ============================================================================== --- head/databases/libgda5/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/databases/libgda5/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -31,8 +31,7 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ --disable-default-binary \ - --enable-introspection \ - --disable-silent-rules + --enable-introspection .include Modified: head/devel/geany-plugins/files/Makefile.common ============================================================================== --- head/devel/geany-plugins/files/Makefile.common Thu Oct 13 12:57:29 2016 (r423911) +++ head/devel/geany-plugins/files/Makefile.common Thu Oct 13 13:08:09 2016 (r423912) @@ -29,10 +29,6 @@ ${GEANY_PLUGIN}_SWITCH?= --enable-${${GE CONFIGURE_ARGS+= ${${GEANY_PLUGIN}_SWITCH} -.if defined(VERBOSE_BUILD) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --disable-silent-rules -.endif - BUILD_WRKSRC= ${WRKSRC}/${${GEANY_PLUGIN}_DIR} INSTALL_WRKSRC= ${BUILD_WRKSRC} Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/games/openttd/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -26,10 +26,7 @@ USES= cpe gmake pkgconfig tar:xz HAS_CONFIGURE= yes CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" CONFIGURE_ARGS= --prefix-dir="${PREFIX}" --data-dir="${DATADIR_REL}" - -.if defined(BATCH) || defined(PACKAGE_BUILDING) MAKE_ARGS= VERBOSE=1 -.endif WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} CXXFLAGS= # Set to empty as OpenTTD treats it as an addition to CFLAGS Modified: head/security/cardpeek/Makefile ============================================================================== --- head/security/cardpeek/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/security/cardpeek/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -18,7 +18,6 @@ RUN_DEPENDS= pcscd:devel/pcsc-lite USES= execinfo iconv localbase lua pkgconfig USE_GNOME= gtk30 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules INSTALLS_ICONS= yes PLIST_FILES= bin/cardpeek man/man1/cardpeek.1.gz \ Modified: head/security/yapet/Makefile ============================================================================== --- head/security/yapet/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/security/yapet/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -15,8 +15,6 @@ USES= gmake ncurses USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-silent-rules - OPTIONS_DEFINE= CONVERTERS DOCS NLS OPTIONS_DEFAULT= CONVERTERS OPTIONS_SUB= yes Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Thu Oct 13 12:57:29 2016 (r423911) +++ head/sysutils/e2fsprogs/Makefile Thu Oct 13 13:08:09 2016 (r423912) @@ -50,10 +50,7 @@ post-extract: PKGDEINSTALL= ${PKGINSTALL} -# get more details into tinderbox logs -.if defined(PACKAGE_BUILDING) MAKE_ARGS+= V=1 -.endif .include