[Bug 249143] pkgbase: Library archive files .a found in non *-dev packages
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 7 17:45:23 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249143
--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
> the symlink targets are already in the respective dev packages, so shouldn't
> the symlinks themself be there as well?
Yes, they should. These come from cases like (from
lib/ncurses/ncurses/Makefile):
.if ${MK_INSTALLLIB} != "no"
SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libcurses${LIB_SUFFIX}.a
SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermcap${LIB_SUFFIX}.a
SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermlib${LIB_SUFFIX}.a
SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtinfo${LIB_SUFFIX}.a
.endif
We don't currently have a way to tag symlinks as belonging to -dev.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list