Commit graph

10 commits

Author SHA1 Message Date
Roland Illig
91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +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
3a7ce1973b Replaced USE_GNU_TOOLS with USE_TOOLS. 2005-05-24 11:21:24 +00:00
Jeremy C. Reed
f7d489569c Add MESSAGE suggesting grub or lilo update. And to mention
that multiple Linux kernel packages can be installed at same time.

Change PKGNAME scheme to allow it to be installed multiple times
simultaneously.
Use PKG_PRESERVE so the Linux kernel can't get accidently deinstalled.

Add a variable to choose where to install (but not used yet,
due to some problems when LOCALBASE is /).

Set NO_MTREE.

Make sure the boot and lib/modules directories are created.

Increased kernel version to 2.6.6. Sorry changes no listed here.
See kernel.org for change logs.

Honor the USE_INET6 so CONFIG_IPV6 is set.

For default configurations (for modules, etc.) add
change CONFIG_DRM_I830= to module and add:
CONFIG_USB_OHCI_HCD=y
CONFIG_SND_USB_AUDIO=m
CONFIG_USB_AUDIO=m
2004-06-12 22:44:24 +00:00
Jeremy C. Reed
e43d43aaad It is modules.pcimap not modules.${LOWER_VENDOR}imap. 2004-03-31 22:54:07 +00:00
Jeremy C. Reed
3113c2c08d linux-kernel-headers didn't install include/linux/autoconf.h,
so make it be generated. Move the do-configure target
to linux-kernel/Makefile.common so it can be shared.

Add to linux-kernel-headers/PLIST.common.
2004-03-07 06:46:17 +00:00
Jeremy C. Reed
19cb71d256 Update linux-kernel to 2.6.3 version. The changelog is very long.
It is located at http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.3.

Also made other changes to the packaging including:
- build dependency changed from linux-modutils to
linux-module-init-tools which supports this new kernel.
- save the .config file for later reference.
- make sure modules are installed under $PREFIX
- add modules to PLIST
- update the TODO
- add several configs to the files/extra-configs, such as:
AGP modules, DRM modules, loopback module, eepro network card module,
ntfs module, and others.
2004-03-07 02:29:19 +00:00
Martti Kuparinen
ce12e78c89 Linux 2.6.1 2004-02-03 09:19:58 +00:00
Martti Kuparinen
c45769407d Update to 2.4.24 and use Makefile.common 2004-01-28 10:06:33 +00:00
Jeremy C. Reed
c2abee2dcf This package is for the Linux kernel. It needs work, but I have been using
it for over 14 months.
2004-01-27 17:51:08 +00:00