Date: Mon, 19 Aug 2019 05:44:32 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509253 - in head/sysutils: syslog-ng310 syslog-ng311 syslog-ng312 syslog-ng313 syslog-ng314 syslog-ng315 syslog-ng317 syslog-ng318 syslog-ng319 syslog-ng320 syslog-ng321 syslog-ng322 s... Message-ID: <201908190544.x7J5iWIN053750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Mon Aug 19 05:44:32 2019 New Revision: 509253 URL: https://svnweb.freebsd.org/changeset/ports/509253 Log: Address left over gradle daemons under poudriere when JAVA options selected. PR: 239903 Suggested by: tobik@ Reported by: tobik@ Obtained from: openjfx8-devel port Modified: head/sysutils/syslog-ng310/Makefile (contents, props changed) head/sysutils/syslog-ng311/Makefile (contents, props changed) head/sysutils/syslog-ng312/Makefile (contents, props changed) head/sysutils/syslog-ng313/Makefile (contents, props changed) head/sysutils/syslog-ng314/Makefile (contents, props changed) head/sysutils/syslog-ng315/Makefile (contents, props changed) head/sysutils/syslog-ng317/Makefile (contents, props changed) head/sysutils/syslog-ng318/Makefile (contents, props changed) head/sysutils/syslog-ng319/Makefile (contents, props changed) head/sysutils/syslog-ng320/Makefile (contents, props changed) head/sysutils/syslog-ng321/Makefile (contents, props changed) head/sysutils/syslog-ng322/Makefile (contents, props changed) head/sysutils/syslog-ng39/Makefile (contents, props changed) Modified: head/sysutils/syslog-ng310/Makefile ============================================================================== --- head/sysutils/syslog-ng310/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng310/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -139,6 +139,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> post-patch: Modified: head/sysutils/syslog-ng311/Makefile ============================================================================== --- head/sysutils/syslog-ng311/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng311/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -145,6 +145,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> post-patch: Modified: head/sysutils/syslog-ng312/Makefile ============================================================================== --- head/sysutils/syslog-ng312/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng312/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -146,6 +146,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> post-patch: Modified: head/sysutils/syslog-ng313/Makefile ============================================================================== --- head/sysutils/syslog-ng313/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng313/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -147,6 +147,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> post-patch: Modified: head/sysutils/syslog-ng314/Makefile ============================================================================== --- head/sysutils/syslog-ng314/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng314/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -147,6 +147,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> post-patch: Modified: head/sysutils/syslog-ng315/Makefile ============================================================================== --- head/sysutils/syslog-ng315/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng315/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -183,6 +183,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> post-patch: Modified: head/sysutils/syslog-ng317/Makefile ============================================================================== --- head/sysutils/syslog-ng317/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng317/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -184,6 +184,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> .if !${PORT_OPTIONS:MJSON} Modified: head/sysutils/syslog-ng318/Makefile ============================================================================== --- head/sysutils/syslog-ng318/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng318/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -186,6 +186,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> .if !${PORT_OPTIONS:MJSON} Modified: head/sysutils/syslog-ng319/Makefile ============================================================================== --- head/sysutils/syslog-ng319/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng319/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -186,6 +186,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libhttp.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> .if !${PORT_OPTIONS:MJSON} Modified: head/sysutils/syslog-ng320/Makefile ============================================================================== --- head/sysutils/syslog-ng320/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng320/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -191,6 +191,10 @@ RIEMANN_CONFIGURE_OFF= --disable-riemann RIEMANN_LIB_DEPENDS= libriemann-client.so:net-mgmt/riemann-c-client RIEMANN_PLIST_FILES= lib/syslog-ng/libriemann.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> .if !${PORT_OPTIONS:MJSON} Modified: head/sysutils/syslog-ng321/Makefile ============================================================================== --- head/sysutils/syslog-ng321/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng321/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -197,6 +197,10 @@ KAFKA_CONFIGURE_OFF= --disable-kafka KAFKA_LIB_DEPENDS= librdkafka.so:net/librdkafka KAFKA_PLIST_FILES= lib/syslog-ng/libkafka.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> .if !${PORT_OPTIONS:MJSON} Modified: head/sysutils/syslog-ng322/Makefile ============================================================================== --- head/sysutils/syslog-ng322/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng322/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -202,6 +202,10 @@ KAFKA_CONFIGURE_OFF= --disable-kafka KAFKA_LIB_DEPENDS= librdkafka.so:net/librdkafka KAFKA_PLIST_FILES= lib/syslog-ng/libkafka.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> .if !${PORT_OPTIONS:MJSON} Modified: head/sysutils/syslog-ng39/Makefile ============================================================================== --- head/sysutils/syslog-ng39/Makefile Mon Aug 19 05:30:07 2019 (r509252) +++ head/sysutils/syslog-ng39/Makefile Mon Aug 19 05:44:32 2019 (r509253) @@ -137,6 +137,10 @@ CURL_CONFIGURE_OFF= --with-libcurl=off CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_PLIST_FILES= lib/syslog-ng/libcurl.so +# Move Gradle's home below ${WRKDIR} instead of using ${HOME}/.gradle +_GRADLE_ENV= GRADLE_USER_HOME=${WRKDIR}/gradle-home +_GRADLE_RUN= ${SETENV} ${_GRADLE_ENV} gradle4 --no-daemon + .include <bsd.port.pre.mk> post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908190544.x7J5iWIN053750>