1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Alexander Leidinger
6efd914447 - Use a binary RPM of Mesa v3 instead of building it from source:
* get's rid of the linux_devtools dependency
   * fixes the conflicts seen at deinstall time on pointyhat
 - correct the paths for the GL/GLU libs in the dependencies (the RPM
   installs the mesa libs to .../lib/ instead to .../X11R6/lib/)

Nagging by:	pointyhat
2005-02-20 10:31:07 +00:00
Alexander Leidinger
d2286ad279 Don't install (ln -s) libGL.so and libGLU.so, they get already installed
by some other port.

We lose the ability to _compile_ linux programs with Mesa3 support by
specifying "-lGL -lGLU", but someone who needs to do this can use
"-lMesaGL -lMesaGLU" instead (or come up with a better solution).

Noticed by:	pointyhat
2005-02-18 21:15:26 +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
Trevor Johnson
d0c07961e4 Apply studly caps to "FreeBSD". 2004-02-06 16:58:43 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Pav Lucistnik
4efbb07ea8 - Unbreak
- Drop maintainership

PR:		ports/60454
Submitted by:	TAKEMURA Masahiro <mastake@msel.t.u-tokyo.ac.jp> (maintainer)
2003-12-21 15:24:31 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Kris Kennaway
7bc2016b9c BROKEN: Inconsistent dependencies (installs both linux_base-6.x and 7.x, which conflict) 2003-10-13 05:36:59 +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
Akinori MUSHA
55850b547b De-pkg-comment. 2003-02-21 12:17:17 +00:00
Patrick Li
a11e2ffbeb Fix build when X is not installed
PR:		34104
Submitted by:	maintainer
2002-01-27 03:38:35 +00:00
Jim Mock
33352d95f3 Fix libMesaGL.so version.
PR:		33374
Submitted by:	maintainer
2002-01-14 07:38:22 +00:00
SADA Kenji
521d953925 Specify version numbers as symbols for pkg-plist.
Submitted by:	Maintainer
2001-12-23 12:28:56 +00:00
SADA Kenji
608a1326ec Upgrade to version 3.4.2.
PR:	ports/31679
Submitted by:	Maintainer
2001-12-23 09:23:51 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
David W. Chapman Jr.
a10d5a8136 Fix location where distfiles can be found
PR:		27947
Submitted by:	maintainer
Reviewed by:	will
2001-06-07 23:50:54 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
SADA Kenji
349845ba86 New port: linux_mesa3 with RedHat Package
This is Linux Version of MesaLib version 3.

PR:		ports/18656
Submitted by:	Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp>
2000-09-07 04:53:17 +00:00
Satoshi Asami
c99c600944 Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
2000-04-14 10:48:02 +00:00
Satoshi Asami
7183fee08d Move linux_mesa and linux_glide from emulators to graphics.
Approved by:	maintainer
2000-02-23 00:51:08 +00:00
Martin Cracauer
414db35aed Mark it broken with a short explanation.
Linux crosscompilation on FreeBSD ELF mixes libraries from Linux and
FreeBSD environments, "behind the back" of the compiler running as
Linux binary (due to automatic double lookup in /compat/linux/usr/lib
and /usr/lib). I sent longer explanations to freebsd-emulation.
1999-11-03 15:29:26 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Marcel Moolenaar
428fd524d3 Make port depend on linux_devtools instead of linux_devel. 1999-07-21 15:08:08 +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
Martin Cracauer
4e8c798b65 Fix distfile location 1998-11-05 11:39:51 +00:00
Martin Cracauer
1bfa9cee7d Reorder BUILD_DEPENDS
Obtained from:	portlint
1998-10-08 18:43:30 +00:00
Martin Cracauer
d68bf7b0f2 This port compiles and installs a Linux shared library of Mesa
accessing glide/3dfx cards. To be used with linux_devel.
1998-10-08 16:29:25 +00:00