Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2016 13:08:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
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
Message-ID:  <201610131308.u9DD8AYk044960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 

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 <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610131308.u9DD8AYk044960>