2008-03-08 01:47:53 by Jeremy C. Reed | Files touched by this commit (10) | |
Log message:
Moved to pkgsrc/sysutils/lilo
|
2008-03-08 01:36:30 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Remove unused MAKE_COMMAND.
|
2008-03-08 01:35:13 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
Upgrade to 22.8. Too many changes to list.
Recreate patch-aa
Fix PLIST for man entries
Remove some MAKE_ENV entries -- unused or already there
Update BUILD_DEPENDS of bin86 to at least 0.16.10
so that in the new script that checks versions.
Added another MASTER_SITES.
|
2006-03-14 02:27:57 by Johnny C. Lam | Files touched by this commit (82) |
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
|
2006-03-11 11:16:40 by Geert Hendrickx | Files touched by this commit (6) |
Log message:
Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
|
2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79) |
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.
Manually reviewed the changes.
|
2005-05-24 12:30:42 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
|
2005-05-04 03:00:00 by Jeremy C. Reed | Files touched by this commit (3) | |
Log message:
I updated this over a year ago and never committed.
This updates to version 22.5.9.
Many changes listed in CHANGES file, including:
Changes from version 22.5.8 to 22.5.9 (08-Apr-2004) John Coffman
Boot Installer
--------------
- Alter NT check for invalid volume ID -- no change on single disk
systems. (device.c)
- Make 'prompt' a word. (common.h, first.S)
- Add 'bmp-retain' local & global option. (bsect.c, cfg.c, second.S)
Retains bitmap after booting.
- Add Makefile option "lilo-static:" -- must specifically make it.
- Fix setting of "map==boot" for RAID installs. (bsect.c, raid.c)
Boot Loader
-----------
- Skip duplicate VolumeIDs in second stage, in case a disk has been
added to the system. (volume.S)
Utilities
---------
- Update QuickInst to reflect absence of 'activate', using lilo -A
(See CHANGES file for more.)
Don't force perl dependency for now.
Remove installing of boot files.
patch-ac is for Linux 2.6 compatibility
|
2005-05-04 03:00:00 by Jeremy C. Reed | Files touched by this commit (2) | |
Log message:
I updated this over a year ago and never committed.
This updates to version 22.5.9.
Many changes listed in CHANGES file, including:
Changes from version 22.5.8 to 22.5.9 (08-Apr-2004) John Coffman
Boot Installer
--------------
- Alter NT check for invalid volume ID -- no change on single disk
systems. (device.c)
- Make 'prompt' a word. (common.h, first.S)
- Add 'bmp-retain' local & global option. (bsect.c, cfg.c, second.S)
Retains bitmap after booting.
- Add Makefile option "lilo-static:" -- must specifically make it.
- Fix setting of "map==boot" for RAID installs. (bsect.c, raid.c)
Boot Loader
-----------
- Skip duplicate VolumeIDs in second stage, in case a disk has been
added to the system. (volume.S)
Utilities
---------
- Update QuickInst to reflect absence of 'activate', using lilo -A
(See CHANGES file for more.)
Don't force perl dependency for now.
Remove installing of boot files.
patch-ac is for Linux 2.6 compatibility
|
2004-01-25 03:23:40 by grant beattie | Files touched by this commit (1) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|