Update ufstool.
Merge pull request #73 from calmsacibis995/patch-1
Update gettytab to change the default login banner from "4.4 BSD-Lite...
Update gettytab to change the default login banner from "4.4 BSD-Lite" to "LiteBSD"
Merge pull request #67 from aalm/config_files_comments
allow #comments in files.xxx
allow #comments in files.xxx
Add a switch (SBININSTALL) that does the magic for installing to ${PREFIX}/sbin
Defaults to off (i.e. install to ${PREFIX}/bin)
Turn it on by putting SBININSTALL=Yes into your port Makefile.
Update Lua to 5.3.3
Merge pull request #60 from sergev/yacc-lex-m4
Upgrade m4 to latest NetBSD version, add latest flex, upgrade to latest yacc
Merge pull request #62 from sergev/build-on-freebsd
Make the build of LiteBSD more self-contained:
Merge pull request #63 from majenkotech/master
Added local mkdep that forces the use of mips-[whatever]-gcc
`du -b` is a GNU extension :( so we need to use gdu for the BSDs (for now...)
Also, place the -i flag after sed in update-control to make OpenBSD happy.
Added local mkdep that forces the use of mips-*-gcc and only the local LiteBSD headers
Make the build of LiteBSD more self-contained:
* Use our own lorder script instead of relying on what is on the OS.
* /usr/bin/env perl everywhere, for FreeBSD (which installs to /usr/local/bin).
* ufstool needs a FreeBSD-specific #ifdef in one spot.
* pcc was using bison as its yacc, switch pcc to byacc like everything else.
* Some tweaks to the ncurses build process.
Prep for upcoming changes to the ports infrastructure.
To ease maintenance, all packages will now be placed in a single ports/packages directory.
Add a clean-work target, which does what clean-package used to do.
Target clean-package now simply removes the final package from the ports/packages directory.
Add a clean-all target that runs clean-work and clean-package.
Hook spell(1) and mktemp(1) up to 'bmake fs'--forgot when I committed them.
Update README.md with ports tree link.
Upgrade m4 to latest NetBSD version, add latest flex, upgrade to latest yacc.
Add nl(1) from NetBSD -current.
This utility is part of POSIX.
Fix bug in config utility: wrong options for SD_LED.
LiteBSD/src 4c8199f — sys/mips/conf MEBII.pic32 EMZ64.pic32, sys/mips/include pic32mz.h
Fix bug for EMZ64 and HMZ144 boards: unexpected boot into single user mode.
Button1, which selects single user mode, has been incorrectly cofigured
as analog pin.
Use explicit pin names in kernel config file.
Add support for Olimex PIC32-EMZ64 board.
Add assembler tests.
Fix pcc build issue. Install /usr/share/demo directory.
LiteBSD/src fa1ab14 — usr.bin/pcc/pcc configure configure.ac, usr.bin/pcc/pcc/cc/cpp cpp.c token.c
Update to latest pcc code.
Merge pull request #55 from sergev/more-fix
Fix more(1) display.
This is temporary!
Merge pull request #59 from sergev/ld-tweak
Don't have ld(1) search non-existant directories. Eliminates some warnings.
Update to latest pcc.
usleep(3) returns int, not void.
Don't have ld(1) search non-existant directories. Eliminates some warnings.