summaryrefslogtreecommitdiff
path: root/graphics/utah-glx/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-1/+1
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+2
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+2
|
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* BROKEN -> IGNORE to prevent package buildKris Kennaway2002-10-131-1/+1
|
* Update to 0.9.20010504.Maxim Sobolev2001-05-051-1/+1
|
* Remove dependency on Mesa3. This would allow to upgrade Mesa3 to more recentMaxim Sobolev2001-03-201-4/+9
| | | | | | version. Prompted by: many
* Update to 0.9.20001128.Maxim Sobolev2000-12-051-2/+1
|
* Add MTRR support.Maxim Sobolev2000-11-081-0/+1
| | | | | PR: 21901 Submitted by: Alexander N. Kabaev <ak03@gte.com>
* - Use tcl8.3;Maxim Sobolev2000-11-061-2/+2
| | | | - provide workarround for dlopen()/dlsym() bug in recent CURRENT/STABLE.
* Several clenups:Maxim Sobolev2000-09-041-7/+5
| | | | | - Mark as BROKEN if XFREE86_VERSION > 3; - update agpgart node creation information (it's not in MAKEDEV).
* Change version to be 0.9.YYYYMMDD, to avoid confusion with future vendor'sMaxim Sobolev2000-08-251-1/+1
| | | | | | 1.* releases. Submitted by: kris
* Update to the latest cvs snapshot.Maxim Sobolev2000-08-251-2/+2
| | | | | | | | | - New chipset supported: S3 Savage3D (I have not tested it personally); - Improved support for already supported chipsets; - Change port versioning scheme to PORTVERSION=YYYYMMDD, because despite the promise, the project had not released its magic 1.0 version (promised to be about 3 months ago); - Catch change of the Mesa3 version.
* Add experimental AGP support using dfr's experimental agp driver (currentlyMaxim Sobolev2000-06-261-0/+14
| | | | 5-current only).
* Use MASTER_SITE_LOCAL for locally stored distfiles.Maxim Sobolev2000-06-211-1/+2
|
* Reflect new location of personal distfiles.Maxim Sobolev2000-06-081-1/+1
|
* Make utah-glx bento-safe.Maxim Sobolev2000-06-021-1/+1
|
* Upgrade to the latest CVS snapshot and remove CVS hack.Maxim Sobolev2000-05-221-311/+43
| | | | | | The driver is now in the pre-release stage, with first stable release scheduled within the one month or even less, so please test it hard and report bugs into utah's mailing list (see pkg/MESSAGE for details). Happy rendering!
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-4/+4
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Back out useful `Version required lines' that I'd blindly removed.Akinori MUSHA2000-04-151-0/+1
|
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
|
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-1/+2
| | | | string so I fixed it.
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-3/+3
| | | | | | as the days of the former are numbered. Reviewed by: asami
* $FreeBSD$, not $Id$Chris Piazza1999-12-061-1/+1
|
* Import of glx.Chris Piazza1999-12-041-0/+333
OpenGL hardware acceleration for RIVA and Matrox G200 based cards. PR: 12661 Submitted by: Marc van Woerkom <3d@freebsd.org>