diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-25 22:00:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-04-25 22:00:04 +0000 |
commit | b4b1816b21d7e3ede5459e39c207b650e9bdb9ba (patch) | |
tree | 877f83651fc08a9e89b2786d39a927b386e1f64a | |
parent | e434336ced567ed2e12c45daddd1c31999bbf9de (diff) |
Notes
-rw-r--r-- | chinese/wordpress-zh_CN/Makefile | 2 | ||||
-rw-r--r-- | chinese/wordpress-zh_TW/Makefile | 2 | ||||
-rw-r--r-- | comms/qpage/Makefile | 2 | ||||
-rw-r--r-- | french/wordpress/Makefile | 2 | ||||
-rw-r--r-- | german/wordpress/Makefile | 2 | ||||
-rw-r--r-- | japanese/wordpress/Makefile | 2 | ||||
-rw-r--r-- | java/icedtea-web/Makefile | 2 | ||||
-rw-r--r-- | lang/ghc/Makefile | 2 | ||||
-rw-r--r-- | math/sage/Makefile | 2 | ||||
-rw-r--r-- | russian/wordpress/Makefile | 2 | ||||
-rw-r--r-- | security/cryptopp/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xcdroast/Makefile | 2 | ||||
-rw-r--r-- | www/e2guardian/Makefile | 2 | ||||
-rw-r--r-- | www/wordpress/Makefile | 2 |
15 files changed, 30 insertions, 0 deletions
diff --git a/chinese/wordpress-zh_CN/Makefile b/chinese/wordpress-zh_CN/Makefile index 2cbab174ef88..08520e631fc4 100644 --- a/chinese/wordpress-zh_CN/Makefile +++ b/chinese/wordpress-zh_CN/Makefile @@ -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} diff --git a/chinese/wordpress-zh_TW/Makefile b/chinese/wordpress-zh_TW/Makefile index 50aaaf5f6a39..5b8c4b4b5a8d 100644 --- a/chinese/wordpress-zh_TW/Makefile +++ b/chinese/wordpress-zh_TW/Makefile @@ -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} diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 7442d0c016b6..cc7497149ad4 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -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: diff --git a/french/wordpress/Makefile b/french/wordpress/Makefile index 9316283c7f33..842a107f1d2d 100644 --- a/french/wordpress/Makefile +++ b/french/wordpress/Makefile @@ -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} diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile index 9f672169ea97..e39394a8c60c 100644 --- a/german/wordpress/Makefile +++ b/german/wordpress/Makefile @@ -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} diff --git a/japanese/wordpress/Makefile b/japanese/wordpress/Makefile index f978dc695f2f..88cb07330a96 100644 --- a/japanese/wordpress/Makefile +++ b/japanese/wordpress/Makefile @@ -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} diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index f72397d00aad..1f1d5279ded6 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -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: diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 812265537e4a..3e85d90e757f 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -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} diff --git a/math/sage/Makefile b/math/sage/Makefile index 42ff0ace7547..8794f4ec2793 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -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 diff --git a/russian/wordpress/Makefile b/russian/wordpress/Makefile index e6cf3de52b7e..f48b2c2b2382 100644 --- a/russian/wordpress/Makefile +++ b/russian/wordpress/Makefile @@ -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} diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 107635a43a9e..70f14b90acaf 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -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 diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index ebc825443b9d..3259c68142ea 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -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, diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 7066e637d550..c778fed06ce5 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -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> diff --git a/www/e2guardian/Makefile b/www/e2guardian/Makefile index 6e11bbe3ac48..8bf6b2f8656d 100644 --- a/www/e2guardian/Makefile +++ b/www/e2guardian/Makefile @@ -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: diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 9bd829628a1e..0f76124ae73e 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -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} |