Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Sep 2020 17:45:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 249143] pkgbase: Library archive files .a found in non *-dev packages
Message-ID:  <bug-249143-227-jYKnj7dffI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249143-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249143-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=3D249143

--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
> the symlink targets are already in the respective dev packages, so should=
n't
> the symlinks themself be there as well?

Yes, they should. These come from cases like (from
lib/ncurses/ncurses/Makefile):

.if ${MK_INSTALLLIB} !=3D "no"
SYMLINKS+=3D      libncurses${LIB_SUFFIX}.a ${LIBDIR}/libcurses${LIB_SUFFIX=
}.a
SYMLINKS+=3D      libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermcap${LIB_SUFFI=
X}.a
SYMLINKS+=3D      libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermlib${LIB_SUFFI=
X}.a
SYMLINKS+=3D      libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtinfo${LIB_SUFFIX}=
.a
.endif

We don't currently have a way to tag symlinks as belonging to -dev.

--=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-249143-227-jYKnj7dffI>