1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

36 Commits

Author SHA1 Message Date
Edwin Groothuis
ec7c5b0142 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:41:11 +00:00
Alexander Leidinger
65eb110812 Make this port usable again:
- 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
2006-07-19 20:02:22 +00:00
Marcel Moolenaar
f397bc6004 Drop maintainership. I'm not using the linuxulator at all and don't
keep up with development on that front, nor with ports related to
it.
2006-06-29 19:51:57 +00:00
Alexander Kabaev
d088fba28b Unbreak compiles on FreeBSD 4.x. Newer Linux headers (gconv.h) contain
constructs not supported by GCC 2.95.x, so just use newer compiler
to build linux_kdump from now on.
2006-02-13 17:26:02 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Kirill Ponomarev
b99ce1ac10 Fix INDEX build.
Reported by:	some magic cperciva' scripts.
2006-01-05 21:38:22 +00:00
Alexander Kabaev
af6298430c Bring back linux_kdump. It builds just fine using devel/linux_devtools-8. 2006-01-02 23:02:11 +00:00
Kris Kennaway
1bfaddb12c This port depended on the linux_devtools7 port which was removed. 2005-11-05 09:12:55 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
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
2004-12-31 18:24:10 +00:00
Marcel Moolenaar
b84a143480 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.
2004-02-21 23:46:43 +00:00
Marcel Moolenaar
f97fb3d8f7 Update to version 1.5. Changes from 1.4 are:
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
2004-02-14 07:56:42 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Joe Marcus Clarke
0ecea7d9d6 Substitute BROKEN with IGNORE in cases where the port requires the src tree
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
2004-01-10 07:18:55 +00:00
Edwin Groothuis
96908f5b9c It seemed that devel/linux_devtools was repocopied to linux_develtools-6
and linux_devtools-7, but that the original directory never was
removed. Finished this action and updated dependencies.
2003-04-17 11:38:43 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Satoshi Asami
60123726a2 MAN1=linux_kdump.1
Submitted by:	bento
2000-08-11 00:46:13 +00:00
Marcel Moolenaar
f904bcfbf6 Remove the ftp.scc.nl mirror. 2000-07-23 00:29:51 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Marcel Moolenaar
c8927aa4ac Make the port (version 1.4) work on -current again where KERNEL has
been renamed to _KERNEL. Keep KERNEL so that the port still works
on -stable.

Brokenness spotted by: kris
2000-01-09 10:22:46 +00:00
Marcel Moolenaar
29ad8e0643 Make it compile on -stable again. 1999-10-10 11:07:07 +00:00
Marcel Moolenaar
ed1e6e1e53 While I'm at it, fix the display of errno by taking the absolute value of it. 1999-09-21 18:28:06 +00:00
Marcel Moolenaar
95f42a9f6c Fix breakage of linux_kdump after the alignment of syscall arguments by
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
1999-09-21 16:38:59 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Marcel Moolenaar
0fbdfc48bc Add http://www.FreeBSD.org/~marcel/ to MASTER_SITES 1999-08-15 10:45:32 +00:00
Marcel Moolenaar
d13af77096 The distrib file has been changed to support both the linux_devtools port
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.
1999-07-23 07:41:39 +00:00
Marcel Moolenaar
428fd524d3 Make port depend on linux_devtools instead of linux_devel. 1999-07-21 15:08:08 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Hidetoshi Shimokawa
9066a27456 Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.
They are intended for Linux/i386 emulation and to work on i386.
1999-01-06 04:27:56 +00:00
Doug Rabson
b105142167 Unbreak for current.
Reviewed by: msmith
1998-12-19 10:41:23 +00:00
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
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.)
1998-11-11 05:37:39 +00:00
Justin M. Seger
53777764e1 Mark BROKEN for current. Fails build stage. 1998-08-16 13:13:02 +00:00
Mike Smith
63dba0fe1e Distfile updated to fix egregious install destination bug. 1997-11-27 13:21:03 +00:00
Mike Smith
00851257c7 This is a modified version of the standard FreeBSD kdump(1) utility
that understands Linux syscalls and ioctls instead of FreeBSD ones.
1997-11-26 07:49:36 +00:00