summaryrefslogtreecommitdiff
path: root/graphics/linux_mesa3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Use a binary RPM of Mesa v3 instead of building it from source:Alexander Leidinger2005-02-204-111/+42
| | | | | | | | | * 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
* Don't install (ln -s) libGL.so and libGLU.so, they get already installedAlexander Leidinger2005-02-182-4/+1
| | | | | | | | | | 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
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Apply studly caps to "FreeBSD".Trevor Johnson2004-02-061-1/+1
|
* SIZEify.Trevor Johnson2004-01-291-0/+2
|
* - UnbreakPav Lucistnik2003-12-211-8/+16
| | | | | | | - Drop maintainership PR: ports/60454 Submitted by: TAKEMURA Masahiro <mastake@msel.t.u-tokyo.ac.jp> (maintainer)
* Mark BROKEN (see bento logs). These ports are scheduled for removalKris Kennaway2003-11-031-1/+1
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* BROKEN: Inconsistent dependencies (installs both linux_base-6.x and 7.x, ↵Kris Kennaway2003-10-131-0/+2
| | | | which conflict)
* 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.
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Fix build when X is not installedPatrick Li2002-01-271-1/+3
| | | | | PR: 34104 Submitted by: maintainer
* Fix libMesaGL.so version.Jim Mock2002-01-142-5/+7
| | | | | PR: 33374 Submitted by: maintainer
* Specify version numbers as symbols for pkg-plist.SADA Kenji2001-12-232-16/+29
| | | | Submitted by: Maintainer
* Upgrade to version 3.4.2.SADA Kenji2001-12-236-75/+68
| | | | | PR: ports/31679 Submitted by: Maintainer
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-1/+0
| | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will
* Fix location where distfiles can be foundDavid W. Chapman Jr.2001-06-071-7/+8
| | | | | | PR: 27947 Submitted by: maintainer Reviewed by: will
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
|
* New port: linux_mesa3 with RedHat PackageSADA Kenji2000-09-075-60/+92
| | | | | | | This is Linux Version of MesaLib version 3. PR: ports/18656 Submitted by: Masahiro TAKEMURA <mastake@msel.t.u-tokyo.ac.jp>
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-3/+4
| | | | string so I fixed it.
* Move linux_mesa and linux_glide from emulators to graphics.Satoshi Asami2000-02-231-2/+2
| | | | Approved by: maintainer
* Mark it broken with a short explanation.Martin Cracauer1999-11-031-0/+1
| | | | | | | 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.
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Make port depend on linux_devtools instead of linux_devel.Marcel Moolenaar1999-07-211-2/+2
|
* 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.
* Fix distfile locationMartin Cracauer1998-11-051-2/+2
|
* Reorder BUILD_DEPENDSMartin Cracauer1998-10-081-3/+4
| | | | Obtained from: portlint
* This port compiles and installs a Linux shared library of MesaMartin Cracauer1998-10-085-0/+76
accessing glide/3dfx cards. To be used with linux_devel.