pkgbase: move libedit into the -runtime package

libedit isn't as foundational as the rest of -clibs, but various bits
of -runtime do need it.  Give it a new home over in -runtime.

This also fixes the libedit build to group the readline bits into the
same package as the libedit that implements them.

Reviewed by:	ivy
MFC after:	2 days (pkgbase movement)
Differential Revision:	https://reviews.freebsd.org/D52787
This commit is contained in:
Kyle Evans
2025-09-30 07:21:34 -05:00
parent 06afa0a55e
commit 5e4e12ae64
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1,7 +1,5 @@
# $NetBSD: Makefile,v 1.56 2016/03/02 19:24:20 christos Exp $
PACKAGE=clibs
EDITDIR= ${SRCTOP}/contrib/libedit
.PATH: ${EDITDIR}
@@ -93,6 +91,7 @@ tc1.o: ${EDITDIR}/TEST/tc1.c
test: tc1.o libedit.a ${DPADD} ${LIBTERMCAP}
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD}
.include "Makefile.inc"
.include <bsd.lib.mk>
CWARNFLAGS.chartype.c= ${NO_WUSE_AFTER_FREE}
+1
View File
@@ -0,0 +1 @@
PACKAGE?=runtime