aboutsummaryrefslogtreecommitdiff
path: root/devel/linux_kdump
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in COMMENT.Jimmy Olgeni2010-06-281-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257112
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run Notes: svn path=/head/; revision=246839
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200770
* Make this port usable again:Alexander Leidinger2006-07-193-9/+47
| | | | | | | | | | | | | - depend upon gentoo stage 3 linux base (build dependency only!) - bail out and suggest to use the package when the default linux base port is installed at compile time (build time conflict with gentoo stage 3) - patch stuff for the kdump in -current - reword the description (this is a FreeBSD native program) - portlint - someone may want to write a linux replacement for mksubr Notes: svn path=/head/; revision=168271
* Drop maintainership. I'm not using the linuxulator at all and don'tMarcel Moolenaar2006-06-291-1/+1
| | | | | | | | keep up with development on that front, nor with ports related to it. Notes: svn path=/head/; revision=166628
* Unbreak compiles on FreeBSD 4.x. Newer Linux headers (gconv.h) containAlexander Kabaev2006-02-131-0/+4
| | | | | | | | constructs not supported by GCC 2.95.x, so just use newer compiler to build linux_kdump from now on. Notes: svn path=/head/; revision=155949
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Fix INDEX build.Kirill Ponomarev2006-01-051-1/+1
| | | | | | | Reported by: some magic cperciva' scripts. Notes: svn path=/head/; revision=152837
* Bring back linux_kdump. It builds just fine using devel/linux_devtools-8.Alexander Kabaev2006-01-024-0/+56
| | | | Notes: svn path=/head/; revision=152622
* This port depended on the linux_devtools7 port which was removed.Kris Kennaway2005-11-054-56/+0
| | | | Notes: svn path=/head/; revision=147351
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* 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