Page MenuHomeFreeBSD

D23795.diff
No OneTemporary

D23795.diff

Index: head/Mk/bsd.port.mk
===================================================================
--- head/Mk/bsd.port.mk
+++ head/Mk/bsd.port.mk
@@ -4334,9 +4334,8 @@
# Install missing dependencies from package
install-missing-packages:
@_dirs=$$(${MISSING-DEPENDS-LIST}); \
- if [ -n "$${_dirs}" ]; then \
- ${SU_CMD} "${PKG_BIN} install -A $$(${ECHO_CMD} "$${_dirs}" | ${SED} "s%${PORTSDIR}/%%g")"; \
- fi
+ ${ECHO_CMD} "$${_dirs}" | ${SED} "s%${PORTSDIR}/%%g" | \
+ ${SU_CMD} "${XARGS} -o ${PKG_BIN} install -A"
################################################################
# Everything after here are internal targets and really

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 17, 10:14 PM (8 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27699987
Default Alt Text
D23795.diff (644 B)

Event Timeline