# HG changeset patch # User Rich Burridge # Date 1474502053 25200 # Node ID 04ea750165c9901b0db0c49016e58e75b70be317 # Parent ce0a03807d13d1207f4d8aaebae3c783925b73b0 19892555 nmap and libpcap are missing the bpf dependency diff -r ce0a03807d13 -r 04ea750165c9 components/libpcap/Makefile --- a/components/libpcap/Makefile Thu Sep 15 14:40:13 2016 -0700 +++ b/components/libpcap/Makefile Wed Sep 21 16:54:13 2016 -0700 @@ -52,3 +52,4 @@ REQUIRED_PACKAGES += developer/lexer/flex REQUIRED_PACKAGES += developer/parser/bison REQUIRED_PACKAGES += shell/ksh93 +REQUIRED_PACKAGES += system/network/bpf diff -r ce0a03807d13 -r 04ea750165c9 components/libpcap/libpcap.p5m --- a/components/libpcap/libpcap.p5m Thu Sep 15 14:40:13 2016 -0700 +++ b/components/libpcap/libpcap.p5m Wed Sep 21 16:54:13 2016 -0700 @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # default mangler.man.stability uncommitted> # The libpcap man pages should go in section 3pcap instead of @@ -147,3 +147,4 @@ file path=usr/share/man/man7/pcap-tstamp.7 # license license.pcap license=BSD +depend type=require fmri=system/network/bpf diff -r ce0a03807d13 -r 04ea750165c9 components/nmap/Makefile --- a/components/nmap/Makefile Thu Sep 15 14:40:13 2016 -0700 +++ b/components/nmap/Makefile Wed Sep 21 16:54:13 2016 -0700 @@ -81,3 +81,4 @@ REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime REQUIRED_PACKAGES += system/library/libpcap REQUIRED_PACKAGES += system/library/math +REQUIRED_PACKAGES += system/network/bpf