Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, | Eric Anholt | 2004-07-23 | 1 | -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.mk | Ade Lovett | 2004-06-04 | 1 | -2/+2 |
| | |||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | Define USE_PERL5_BUILD, not erroneous USE_PERL. | Trevor Johnson | 2003-11-20 | 1 | -1/+1 |
| | | | | Submitted by: Oliver Eikemeier | ||||
* | Define USE_PERL to make Perl available for (mostly deprecated) | Trevor Johnson | 2003-11-20 | 1 | -0/+1 |
| | | | | "perl -pi -e" construction. | ||||
* | Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. | Trevor Johnson | 2003-11-13 | 1 | -2/+2 |
| | |||||
* | Clear moonlight beckons. | Ade Lovett | 2003-03-07 | 1 | -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 build | Kris Kennaway | 2002-10-13 | 1 | -1/+1 |
| | |||||
* | Update to 0.9.20010504. | Maxim Sobolev | 2001-05-05 | 1 | -1/+1 |
| | |||||
* | Remove dependency on Mesa3. This would allow to upgrade Mesa3 to more recent | Maxim Sobolev | 2001-03-20 | 1 | -4/+9 |
| | | | | | | version. Prompted by: many | ||||
* | Update to 0.9.20001128. | Maxim Sobolev | 2000-12-05 | 1 | -2/+1 |
| | |||||
* | Add MTRR support. | Maxim Sobolev | 2000-11-08 | 1 | -0/+1 |
| | | | | | PR: 21901 Submitted by: Alexander N. Kabaev <ak03@gte.com> | ||||
* | - Use tcl8.3; | Maxim Sobolev | 2000-11-06 | 1 | -2/+2 |
| | | | | - provide workarround for dlopen()/dlsym() bug in recent CURRENT/STABLE. | ||||
* | Several clenups: | Maxim Sobolev | 2000-09-04 | 1 | -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's | Maxim Sobolev | 2000-08-25 | 1 | -1/+1 |
| | | | | | | 1.* releases. Submitted by: kris | ||||
* | Update to the latest cvs snapshot. | Maxim Sobolev | 2000-08-25 | 1 | -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 (currently | Maxim Sobolev | 2000-06-26 | 1 | -0/+14 |
| | | | | 5-current only). | ||||
* | Use MASTER_SITE_LOCAL for locally stored distfiles. | Maxim Sobolev | 2000-06-21 | 1 | -1/+2 |
| | |||||
* | Reflect new location of personal distfiles. | Maxim Sobolev | 2000-06-08 | 1 | -1/+1 |
| | |||||
* | Make utah-glx bento-safe. | Maxim Sobolev | 2000-06-02 | 1 | -1/+1 |
| | |||||
* | Upgrade to the latest CVS snapshot and remove CVS hack. | Maxim Sobolev | 2000-05-22 | 1 | -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 and | Jeremy Lea | 2000-04-17 | 1 | -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 MUSHA | 2000-04-15 | 1 | -0/+1 |
| | |||||
* | Remove obsolete `Version required' lines. | Akinori MUSHA | 2000-04-14 | 1 | -1/+0 |
| | |||||
* | Convert to PORTNAME/PORTVERSION. lfview had an invalid version | Satoshi Asami | 2000-04-14 | 1 | -1/+2 |
| | | | | string so I fixed it. | ||||
* | Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, | Peter Wemm | 2000-02-08 | 1 | -3/+3 |
| | | | | | | as the days of the former are numbered. Reviewed by: asami | ||||
* | $FreeBSD$, not $Id$ | Chris Piazza | 1999-12-06 | 1 | -1/+1 |
| | |||||
* | Import of glx. | Chris Piazza | 1999-12-04 | 1 | -0/+333 |
OpenGL hardware acceleration for RIVA and Matrox G200 based cards. PR: 12661 Submitted by: Marc van Woerkom <3d@freebsd.org> |