Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108159099
D23535.id67858.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
628 B
Referenced Files
None
Subscribers
None
D23535.id67858.diff
View Options
Index: Mk/bsd.port.mk
===================================================================
--- Mk/bsd.port.mk
+++ Mk/bsd.port.mk
@@ -4332,8 +4332,9 @@
# Install missing dependencies from package
install-missing-packages:
@_dirs=$$(${MISSING-DEPENDS-LIST}); \
- [ -z "$${_dirs}" ] || \
- ${SU_CMD} "${PKG_BIN} install -A $$(${ECHO} $${_dirs} | ${SED} "s%${PORTSDIR}/%%g")"
+ if [ -n "$${_dirs}" ]; then \
+ ${SU_CMD} "${PKG_BIN} install -A $$(${ECHO} $${_dirs} | ${SED} "s%${PORTSDIR}/%%g")"; \
+ fi
################################################################
# Everything after here are internal targets and really
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 23, 12:39 AM (19 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16043907
Default Alt Text
D23535.id67858.diff (628 B)
Attached To
Mode
D23535: Improve implementation of install-missing-packages
Attached
Detach File
Event Timeline
Log In to Comment