Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2018-04-25 22:00:04 +00:00
parent e434336ced
commit b4b1816b21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468307
15 changed files with 30 additions and 0 deletions

View File

@ -33,7 +33,9 @@ SUB_FILES= pkg-message
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 1
. endif
pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}

View File

@ -33,7 +33,9 @@ SUB_FILES= pkg-message
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 1
. endif
pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}

View File

@ -50,7 +50,9 @@ pre-patch:
@${ECHO_MSG} ""
@${ECHO_MSG} "Press ^C now to stop the build and set make options."
@${ECHO_MSG} "You may find it necessary to 'make clean' before restarting the build."
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 2
. endif
.endif
post-patch:

View File

@ -34,7 +34,9 @@ OPTIONS_DEFINE= DOCS
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 1
. endif
pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}

View File

@ -36,7 +36,9 @@ OPTIONS_DEFINE= DOCS
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 1
. endif
pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}

View File

@ -36,7 +36,9 @@ OPTIONS_DEFINE= DOCS
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 1
. endif
pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}

View File

@ -83,7 +83,9 @@ pre-extract:
@${ECHO_MSG} "IMPORTANT: To build IcedTea-Web ${PORTVERSION}, you have to turn on 'ICEDTEA' option"
@${ECHO_MSG} "for ${JAVA_PORT} (default). Otherwise, it will neither build nor work."
@${ECHO_MSG}
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 5
. endif
.endif
post-patch:

View File

@ -216,7 +216,9 @@ pre-configure: apply-slist
@${ECHO_MSG} " registration of both takes place. "
@${ECHO_MSG} "======================================================================"
@${ECHO_MSG} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 3
. endif
@${MKDIR} ${SLAVES_PREFIX}
@${MKDIR} ${SLAVES_WRKDIRPREFIX}

View File

@ -33,7 +33,9 @@ pre-extract:
@${ECHO_MSG} extra time and space, you can instead type \"make build\". Then you can move
@${ECHO_MSG} work/${PORTNAME}-${PORTVERSION} to wherever you like, and run sage from there.
@${ECHO_MSG} However, there is no guarantee that this alternative will always work.
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 10
. endif
PLIST_FILES= bin/sage
USE_TEX= latex:build

View File

@ -36,7 +36,9 @@ OPTIONS_DEFINE= DOCS
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 1
. endif
pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}

View File

@ -96,7 +96,9 @@ pre-configure-FULL_DEBUG-on:
@${ECHO_CMD} "now and run 'make config clean' and disable the FULL_DEBUG option."
@${ECHO_CMD} "---------------------------------------------------------------------"
@${ECHO_CMD}
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 10
. endif
do-install:
${INSTALL_DATA} ${WRKSRC}/libcryptopp.a ${STAGEDIR}${PREFIX}/lib

View File

@ -119,7 +119,9 @@ pre-everything::
@${ECHO_CMD} "If things break, rebuild with OpenSSL or mbedTLS."
@${ECHO_CMD} "You may wish to change your default SSL library"
@${ECHO_CMD} "and press Ctrl+C within the next 10 seconds to abort."
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 10
. endif
.endif
# sanity check that we don't inherit incompatible SSL libs through,

View File

@ -67,7 +67,9 @@ pre-everything::
@${ECHO_MSG} " wrapping utility which gets a SUID Bit after enabling"
@${ECHO_MSG} " the non-root mode inside the application!"
@${ECHO_MSG}
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
sleep 5
. endif
.endif
.include <bsd.port.mk>

View File

@ -88,7 +88,9 @@ post-extract:
@${ECHO_MSG} "before preceeding with e2guardian compilation"
@${ECHO_MSG} "######################################################"
@${ECHO_MSG} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 3
. endif
.endif
pre-configure:

View File

@ -33,7 +33,9 @@ OPTIONS_DEFINE= DOCS
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
. if !(defined(PACKAGE_BUILDING) || defined(BATCH))
@sleep 1
. endif
pre-install:
${ECHO_CMD} '@owner www' > ${PLIST}