[Bug 198078] libbsdxml and libsbuf dependencies should be propagated.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 28 02:33:13 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198078

Garrett Cooper,425-314-3911 <ngie at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #3 from Garrett Cooper,425-314-3911 <ngie at FreeBSD.org> ---
A typo in src.libnames.mk is causing this problem. Easy fix:

$ svn diff share/mk/src.libnames.mk 
Index: share/mk/src.libnames.mk
===================================================================
--- share/mk/src.libnames.mk    (revision 279295)
+++ share/mk/src.libnames.mk    (working copy)
@@ -170,7 +170,7 @@
 .if ${MK_OPENSSL} != "no"
 _DP_bsnmp=     crypto
 .endif
-_DP_grom=      bsdxml sbuf
+_DP_geom=      bsdxml sbuf
 _DP_cam=       sbuf
 _DP_casper=    capsicum nv pjdlog
 _DP_capsicum=  nv

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list