https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249143
--- Comment #1 from Ed Maste <ema...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"