| History log of /src/distrib/syspkg/sets/man/Makefile |
| Revision | | Date | Author | Comments |
| 1.10 |
| 10-Nov-2020 |
kamil | Reintroduce the support of MKCATPAGES
Requested by <mrg>
|
| 1.9 |
| 09-Nov-2020 |
kamil | Remove the catman sets support
Remnant of MKCATPAGES
|
| 1.8 |
| 23-Sep-2018 |
maxv | Remove the isdn sets from syspkg, now that they have no user left.
|
| 1.7 |
| 29-Jun-2018 |
roy | Remove dhclient from the base system.
Discussed here: https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html
|
| 1.6 |
| 16-Jan-2010 |
roy | branches: 1.6.46; 1.6.48; Remove tn3270 from sets
|
| 1.5 |
| 23-Mar-2006 |
wiz | branches: 1.5.20; Remove some more krb4 remnants.
|
| 1.4 |
| 08-Feb-2006 |
christos | remove sushi
|
| 1.3 |
| 30-Jun-2004 |
jmc | Add missing NetBSD ID tags
|
| 1.2 |
| 20-May-2002 |
jwise | 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.
|
| 1.1 |
| 21-Jan-2002 |
jwise | branches: 1.1.1; Initial revision
|
| 1.1.1.1 |
| 21-Jan-2002 |
jwise | 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.
|
| 1.5.20.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.6.48.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.6.46.2 |
| 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
| 1.6.46.1 |
| 28-Jul-2018 |
pgoyette | Sync with HEAD
|