Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F173470540
D60032.id187709.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
964 B
Referenced Files
None
Subscribers
None
D60032.id187709.diff
View Options
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -569,6 +569,9 @@
# run-depends-list
# - Show all directories which are run-dependencies
# for this port.
+# test-depends
+# - Build and install all test-dependencies for this
+# port.
# test-depends-list
# - Show all directories which are test-dependencies
# for this port.
@@ -4087,7 +4090,7 @@
# Dependency lists: both build and runtime, recursive. Print out directory names.
-_UNIFIED_DEPENDS=${PKG_DEPENDS_ALL} ${EXTRACT_DEPENDS_ALL} ${PATCH_DEPENDS_ALL} ${FETCH_DEPENDS_ALL} ${BUILD_DEPENDS_ALL} ${LIB_DEPENDS_ALL} ${RUN_DEPENDS_ALL} ${TEST_DEPENDS_ALL}
+_UNIFIED_DEPENDS=${PKG_DEPENDS_ALL} ${EXTRACT_DEPENDS_ALL} ${PATCH_DEPENDS_ALL} ${FETCH_DEPENDS_ALL} ${BUILD_DEPENDS_ALL} ${LIB_DEPENDS_ALL} ${RUN_DEPENDS_ALL}
_DEPEND_SPECIALS= ${_UNIFIED_DEPENDS:M*\:*\:*:C,^[^:]*:([^:]*):.*$,\1,}
. for d in ${_UNIFIED_DEPENDS:M*\:/*}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 27, 4:40 AM (8 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39690783
Default Alt Text
D60032.id187709.diff (964 B)
Attached To
Mode
D60032: Mk: Drop test dependencies from the unified dependency list
Attached
Detach File
Event Timeline
Log In to Comment