2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146) |
Log message:
This commit brought to you by the automated whitespace police (pkglint)
|
2007-11-15 00:24:01 by Adam Hoka | Files touched by this commit (1) |
Log message:
Add inet6 option. (forgot from the previous commit)
|
2007-11-15 00:20:40 by Adam Hoka | Files touched by this commit (1) |
Log message:
Nuke USE_INET6 from package.
|
2005-12-05 23:27:44 by Roland Illig | Files touched by this commit (61) |
Log message:
Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
|
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 13:21:37 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced USE_GNU_TOOLS with USE_TOOLS.
|
2004-06-13 00:44:25 by Jeremy C. Reed | Files touched by this commit (1) | |
Log message:
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-13 00:44:24 by Jeremy C. Reed | Files touched by this commit (5) | |
Log message:
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-04-01 00:54:08 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
It is modules.pcimap not modules.${LOWER_VENDOR}imap.
|
2004-03-07 07:46:17 by Jeremy C. Reed | Files touched by this commit (2) |
Log message:
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.
|