Page MenuHomeFreeBSD

D3507.id8262.diff
No OneTemporary

D3507.id8262.diff

Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk
+++ Mk/bsd.port.mk
@@ -1024,6 +1024,10 @@
# has been specified in distinfo. This is useful
# when using an alternate FETCH_CMD.
#
+# PKG_CREATE_VERBOSE - If set, pass the -v option to pkg create which
+# ensures periodic output during packaging and
+# will help prevent timeouts by build monitors
+#
# End of the list of all variables that need to be defined in a port.
# Most port authors should not need to understand anything after this point.
#
@@ -3452,7 +3456,11 @@
# Package
.if !target(do-package)
+.if defined(PKG_CREATE_VERBOSE)
+PKG_CREATE_ARGS= -v -r ${STAGEDIR} -m ${METADIR} -p ${TMPPLIST}
+.else
PKG_CREATE_ARGS= -r ${STAGEDIR} -m ${METADIR} -p ${TMPPLIST}
+.endif
do-package: create-manifest
do-package: ${TMPPLIST}
@if [ -d ${PACKAGES} ]; then \

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 31, 1:48 PM (6 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30619843
Default Alt Text
D3507.id8262.diff (909 B)

Event Timeline