aboutsummaryrefslogtreecommitdiff
path: root/devel/linux_kdump
Commit message (Collapse)AuthorAgeFilesLines
* On FreeBSD 4, gcc(1) does not have the __builtin_va_list type, whichMarcel Moolenaar2004-02-211-0/+11
| | | | | | | | | | 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. Notes: svn path=/head/; revision=101627
* Update to version 1.5. Changes from 1.4 are:Marcel Moolenaar2004-02-143-20/+15
| | | | | | | | | | | | | | o patch-aa has been incorporated into the distribution, o the port and distribution can use an alternate source tree by setting SRCDIR (defaults to /usr/src), o depends on linux_devtools-7 instead of linux_devtools-6. Alternate source tree courtecy of: PR: ports/42649 Submitted by: jhein at timing dot com Notes: svn path=/head/; revision=100902
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Substitute BROKEN with IGNORE in cases where the port requires the src treeJoe Marcus Clarke2004-01-101-2/+2
| | | | | | | | | | | | | to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon Notes: svn path=/head/; revision=97845
* It seemed that devel/linux_devtools was repocopied to linux_develtools-6Edwin Groothuis2003-04-171-1/+1
| | | | | | | | and linux_devtools-7, but that the original directory never was removed. Finished this action and updated dependencies. Notes: svn path=/head/; revision=79133
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* MAN1=linux_kdump.1Satoshi Asami2000-08-111-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31495
* Remove the ftp.scc.nl mirror.Marcel Moolenaar2000-07-231-2/+1
| | | | Notes: svn path=/head/; revision=30971
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-281-1/+1
| | | | Notes: svn path=/head/; revision=26406
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Make the port (version 1.4) work on -current again where KERNEL hasMarcel Moolenaar2000-01-091-0/+13
| | | | | | | | | | been renamed to _KERNEL. Keep KERNEL so that the port still works on -stable. Brokenness spotted by: kris Notes: svn path=/head/; revision=24597
* Make it compile on -stable again.Marcel Moolenaar1999-10-102-2/+2
| | | | Notes: svn path=/head/; revision=22300
* While I'm at it, fix the display of errno by taking the absolute value of it.Marcel Moolenaar1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=21863
* Fix breakage of linux_kdump after the alignment of syscall arguments byMarcel Moolenaar1999-09-212-2/+2
| | | | | | | | | | | dt@FreeBSD.org. Aligning the arguments caused linux_kdump to shift the arguments one to the right (ie argument 2 was showed as argument 1). Needless to say that such a trace is not very usefull... Change the package version to 1.3 Notes: svn path=/head/; revision=21858
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Add http://www.FreeBSD.org/~marcel/ to MASTER_SITESMarcel Moolenaar1999-08-151-2/+3
| | | | Notes: svn path=/head/; revision=20738
* The distrib file has been changed to support both the linux_devtools portMarcel Moolenaar1999-07-233-16/+6
| | | | | | | | | | and FreeBSD -current. Use the new version. http://www.FreeBSD.org/~marcel/somewhere will be added to MASTER_SITES when the tarball has been put there somewhere. Notes: svn path=/head/; revision=20325
* Make port depend on linux_devtools instead of linux_devel.Marcel Moolenaar1999-07-211-2/+2
| | | | Notes: svn path=/head/; revision=20300
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.Hidetoshi Shimokawa1999-01-061-1/+3
| | | | | | | They are intended for Linux/i386 emulation and to work on i386. Notes: svn path=/head/; revision=15877
* Unbreak for current.Doug Rabson1998-12-192-5/+11
| | | | | | | Reviewed by: msmith Notes: svn path=/head/; revision=15424
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-3/+4
| | | | | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
* Mark BROKEN for current. Fails build stage.Justin M. Seger1998-08-161-1/+6
| | | | Notes: svn path=/head/; revision=12537
* Distfile updated to fix egregious install destination bug.Mike Smith1997-11-271-1/+1
| | | | Notes: svn path=/head/; revision=8870
* This is a modified version of the standard FreeBSD kdump(1) utilityMike Smith1997-11-265-0/+30
that understands Linux syscalls and ioctls instead of FreeBSD ones. Notes: svn path=/head/; revision=8835