CVS log for ports/devel/linux_kdump/files/patch-mkioctls.linux
Up to [FreeBSD] / ports / devel / linux_kdump / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 2 23:02:11 2006 UTC (6 years, 1 month ago) by kan
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -0 lines
Bring back linux_kdump. It builds just fine using devel/linux_devtools-8.
Revision 1.2
Sat Nov 5 09:12:55 2005 UTC (6 years, 3 months ago) by kris
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +0 -0 lines
This port depended on the linux_devtools7 port which was removed.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 21 23:46:43 2004 UTC (7 years, 11 months ago) by marcel
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
On FreeBSD 4, gcc(1) does not have the __builtin_va_list type, which breaks the build of linux_ioctl.c because it contains Linux header contents. Since we do not depend on stdargs, add a define to replace __builtin_va_list with int when running the Linux compiler to generate linux_ioctl.c. This fixes the port on FreeBSD 4.
