diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-13 13:08:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-10-13 13:08:09 +0000 |
commit | 15e66fb57531c52716d7a6ecec639f5460a79eb8 (patch) | |
tree | 402368e0a6370d6647af921f27de783d69a0aff7 | |
parent | 5a216e340c5b298d4c05661ae517dd9d414f1d78 (diff) | |
download | ports-15e66fb57531c52716d7a6ecec639f5460a79eb8.tar.gz ports-15e66fb57531c52716d7a6ecec639f5460a79eb8.zip |
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=423912
-rw-r--r-- | databases/libgda5/Makefile | 3 | ||||
-rw-r--r-- | devel/geany-plugins/files/Makefile.common | 4 | ||||
-rw-r--r-- | games/openttd/Makefile | 3 | ||||
-rw-r--r-- | security/cardpeek/Makefile | 1 | ||||
-rw-r--r-- | security/yapet/Makefile | 2 | ||||
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 3 |
6 files changed, 1 insertions, 15 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index c8915beac4cc..078b1e01cc79 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -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> diff --git a/devel/geany-plugins/files/Makefile.common b/devel/geany-plugins/files/Makefile.common index 9a327a8d2ffb..f9ba3d40db70 100644 --- a/devel/geany-plugins/files/Makefile.common +++ b/devel/geany-plugins/files/Makefile.common @@ -29,10 +29,6 @@ ${GEANY_PLUGIN}_SWITCH?= --enable-${${GEANY_PLUGIN}_DIR} 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} diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 9dd6798fc1bf..80676327e5b4 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -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 diff --git a/security/cardpeek/Makefile b/security/cardpeek/Makefile index b89accc1173c..8a4349e2e756 100644 --- a/security/cardpeek/Makefile +++ b/security/cardpeek/Makefile @@ -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 \ diff --git a/security/yapet/Makefile b/security/yapet/Makefile index aa1b63bb7d35..bb5ffe44eac3 100644 --- a/security/yapet/Makefile +++ b/security/yapet/Makefile @@ -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 diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 4ca8c5559754..dbdeaa923ef7 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -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> |