History log of /netbsd/distrib/syspkg/sets/base/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# 5eacf89d 23-Sep-2018 maxv <maxv@NetBSD.org>

Remove the isdn sets from syspkg, now that they have no user left.


# 1ad454eb 29-Jun-2018 roy <roy@NetBSD.org>

Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html


# d8bcc11c 16-Jan-2010 roy <roy@NetBSD.org>

Remove tn3270 from sets


# 0efea177 12-Nov-2008 ad <ad@NetBSD.org>

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.


# 0c4c29f4 27-Oct-2006 tnozaki <tnozaki@NetBSD.org>

add missing locale syspkg stuffs.


# 6cda6a5c 23-Mar-2006 wiz <wiz@NetBSD.org>

Remove some more krb4 remnants.


# c5085623 08-Feb-2006 christos <christos@NetBSD.org>

remove sushi


# 21e37cc7 30-Jun-2004 jmc <jmc@NetBSD.org>

Add missing NetBSD ID tags


# 33b8c350 09-Apr-2003 jmmv <jmmv@NetBSD.org>

Add a Catalan libc message catalog file (plus everything else needed to
track the file). Closes my own PR lib/19498.


# bbf8234b 12-Jul-2002 tshiozak <tshiozak@NetBSD.org>

add Slovak (sk_SK) locale support.


# 6851e437 20-May-2002 jwise <jwise@NetBSD.org>

Separate various parts of sushi(8) from the *-sysutil-* packages into new
*-sushi-* packages.

Suggested by Allen Barret in PR misc/16900:

>$ grep base-sysutil distrib/sets/lists/base/mi | grep sush

Separate various parts of sushi(8) from the *-sysutil-* packages into new
*-sushi-* packages.

Suggested by Allen Barret in PR misc/16900:

>$ grep base-sysutil distrib/sets/lists/base/mi | grep sushi | wc -l
> 288
>$ grep base-sysutil distrib/sets/lists/base/mi | grep -v sushi | wc -l
> 136
>
>In a future where syspkgs are useful, it seems likely that some
>people will want to avoid installing sushi, while others will want to
>be able to upgrade sushi without upgrading the entire system. Several
>small subsystems, including cron and lpr, have their own syspkg sets,
>and it seems reasonable to do the same for the sushi subsystem.

show more ...


# dc7d18ff 17-Mar-2002 tshiozak <tshiozak@NetBSD.org>

refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binar

refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.

show more ...


# 1ca5c1b2 21-Jan-2002 jwise <jwise@NetBSD.org>

Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from

Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.

show more ...