Date: Tue, 01 Sep 2020 17:38:06 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239806] pkgbase: Unset dependencies in some pkgbase packages Message-ID: <bug-239806-227-kiktZk6NH6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239806-227@https.bugs.freebsd.org/bugzilla/> References: <bug-239806-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239806 --- Comment #3 from Martin <martin.jakob@gmx.com> --- Quick follow up: after changing the names of the libs in the ucl files sed -i '' 's/libcompiler-rt/libcompiler_rt/g' *.ucl sed -i '' 's/librpcsec-gss/librpcsec_gss/g' *.ucl sed -i '' 's/libthread-db/libthread_db/g' *.ucl the dependencies are correct. just "clibs" and "liby" are still free floating... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239806-227-kiktZk6NH6>