Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 17:45:40 +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-8hSJuqZeAA@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 #4 from Martin <martin.jakob@gmx.com> ---
The above mentioned naming inconsistencies in some dependencies is caused in
the script generate-ucl.sh

In Revision base r364009 the line

pkgdeps=3D"$(echo ${pkgdeps} | tr '_' '-')"

was added. This is a problem for packages with an "_" in their names like=20

libcompiler_rt-*.plist
librpcsec_gss-*.plist
libthread_db-*.plist

--=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-8hSJuqZeAA>