Commit graph

7 commits

Author SHA1 Message Date
Johnny C. Lam
64bfcf7b60 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-14 01:27:57 +00:00
Geert Hendrickx
5768f4531a 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.
2006-03-11 10:16:40 +00:00
Roland Illig
2c1cc3dceb 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-11-28 00:27:22 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Jeremy C. Reed
58f7c9480e 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 01:00:00 +00:00
grant beattie
e7e15b4322 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:22:38 +00:00
Jeremy C. Reed
85dba889e8 LILO is the Linux boot loader. It includes combined boot sector,
generic chain loader, map installer, and a simple boot partition setter.
LILO allows booting from multiple disks, and can have menus for choosing
different boot images. LILO is also able to pass command-line options
to the Linux kernel.

LILO does not depend on a specific file system, can boot Linux kernel
images from floppy disks and from hard disks, and can even act as a
"boot manager" for other operating systems.

(I have been using this in pkgsrc since November, 2002.)
2003-10-01 02:35:00 +00:00