[Bug 239806] pkgbase: Unset dependencies in some pkgbase packages
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 1 17:26:20 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239806
--- Comment #2 from Martin <martin.jakob at gmx.com> ---
Hi, i want to revisit this ticket with a run of the script on an 13 system ().
There are still some "standalone" packages namely these:
"clibs";
"clibs-dbg" -> "clibs";
"clibs-dbg-lib32" -> "clibs-dbg";
"clibs-dev" -> "clibs";
"clibs-dev-lib32" -> "clibs-dev";
"clibs-lib32" -> "clibs";
"libcompiler_rt" -> "runtime";
"libcompiler_rt-dev" -> "libcompiler-rt";
"libcompiler_rt-dev-lib32" -> "libcompiler-rt-dev";
"libcompiler_rt-lib32" -> "libcompiler-rt";
"librpcsec_gss" -> "runtime";
"librpcsec_gss-dbg" -> "librpcsec-gss";
"librpcsec_gss-dbg-lib32" -> "librpcsec-gss-dbg";
"librpcsec_gss-dev" -> "librpcsec-gss";
"librpcsec_gss-dev-lib32" -> "librpcsec-gss-dev";
"librpcsec_gss-lib32" -> "librpcsec-gss";
"libthread_db" -> "runtime";
"libthread_db-dbg" -> "libthread-db";
"libthread_db-dbg-lib32" -> "libthread-db-dbg";
"libthread_db-dev" -> "libthread-db";
"libthread_db-dev-lib32" -> "libthread-db-dev";
"libthread_db-lib32" -> "libthread-db";
"liby-dev" -> "liby";
"liby-dev-lib32" -> "liby-dev";
You can see naming inconsistencies in some packages with "-" and "_".
e.g. in libcompiler_rt-dev.ucl
#
# $FreeBSD: head/release/packages/template.ucl 364103 2020-08-11 08:42:24Z manu
$
#
name = "FreeBSD-libcompiler_rt-dev"
origin = "base"
version = "13.0.r364958"
comment = "libcompiler package (Development Files)"
categories = [ base ]
maintainer = "re at FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
libcompiler package
EOD
deps: {
FreeBSD-libcompiler-rt: {
origin: "base",
version: "13.0.r364958"
}
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list