Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150242799
D3507.id8262.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
909 B
Referenced Files
None
Subscribers
None
D3507.id8262.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3507: Add support for "pkg create -v"
Attached
Detach File
Event Timeline
Log In to Comment