summaryrefslogtreecommitdiff
path: root/graphics/Mesa3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION (mesa.conf search path fix).Maxim Sobolev2000-09-111-0/+1
| | | | | | | AFAIK it is the first commit utilising this new feature. Notes: svn path=/head/; revision=32520
* Fix a place where Mesa looks for mesa.conf - it should be ↵Maxim Sobolev2000-09-112-0/+14
| | | | | | | | | | | | ${PREFIX}/etc/mesa.conf, not /etc/mesa.conf. PR: 17678 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=32516
* Now bsd.port.pre.mk declares XFREE86_VERSION, so we could remove it.Maxim Sobolev2000-09-041-2/+0
| | | | Notes: svn path=/head/; revision=32244
* Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asamiMaxim Sobolev2000-08-241-0/+2
| | | | | | | should move it into BEFOREPORTMK section). Notes: svn path=/head/; revision=31920
* Update to 3.2.1 and make it working on XFree86-4.Maxim Sobolev2000-08-245-23/+69
| | | | | | | | | | | | On XFree86-4 the port builds/installs only GLU and glut libraries and associated includes, so GL applications have a chance to use GL library provided by the XFree itself. Please don't forget to set XFREE86_VERSION=4 in your make.conf if you are building it with XFee86-4. Approved by: jseger (previous maintainer) Notes: svn path=/head/; revision=31915
* Take over maintainership.Maxim Sobolev2000-08-231-1/+1
| | | | | | | Submitted by: jseger (previous maintainer) Notes: svn path=/head/; revision=31900
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Upgrade to 3.2Justin M. Seger2000-04-254-16/+15
| | | | Notes: svn path=/head/; revision=28003
* Fix wrong variable usages. (Essential)Akinori MUSHA2000-04-141-2/+2
| | | | | | | | PR: ports/17994 Submitted by: Robert Withrow <bwithrow@nortelnetworks.com> Notes: svn path=/head/; revision=27503
* PORTNAME / PORTVERSION syntax conversionDavid E. O'Brien2000-04-131-5/+4
| | | | Notes: svn path=/head/; revision=27470
* Upgrade to Mesa-3.1Justin M. Seger2000-03-204-104/+42
| | | | | | | | Submitted by: Will Andrews <andrews@technologist.com> PR: ports/17029 Notes: svn path=/head/; revision=26873
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-171-1/+1
| | | | Notes: svn path=/head/; revision=21694
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
| | | | Notes: svn path=/head/; revision=18059
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-111-1/+3
| | | | Notes: svn path=/head/; revision=17142
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-12/+14
| | | | | | | | | | | 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.) Notes: svn path=/head/; revision=14465
* Spell asm_386.S correctly.Steve Price1998-10-031-1/+1
| | | | | | | Submitted by: Takeshi Yamada <ken@tydfam.machida.tokyo.jp> Notes: svn path=/head/; revision=13613
* Upgrade to Mesa 3.0Justin M. Seger1998-10-014-19/+18
| | | | Notes: svn path=/head/; revision=13567
* Add a 'freebsd-386-elf' target so ELF'ers can build with 386 asmSteve Price1998-09-281-6/+24
| | | | | | | | | | | | optimizations too. Note I didn't turn this on by default to be fair to those in the our upcoming Alpha world. However all you have to do to build with it is set ALL_TARGET to freebsd-386-elf at the bottom of the Makefile. Submitted by: Doug Rabson <dfr@nlsystems.com> Notes: svn path=/head/; revision=13506
* Convert to ELF.Steve Price1998-09-263-17/+56
| | | | Notes: svn path=/head/; revision=13411
* Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overridesSatoshi Asami1998-08-121-1/+3
| | | | | | | Mesa2). Notes: svn path=/head/; revision=12481
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Upgrade repository copy to Mesa-3.06.Justin M. Seger1998-07-254-32/+23
| | | | Notes: svn path=/head/; revision=12120
* Repository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pendingSatoshi Asami1998-07-201-1/+3
| | | | | | | | | | Justin's upgrade. Change all "graphics/Mesa" dependencies to "graphics/Mesa2". Requested by: jseger Notes: svn path=/head/; revision=12007
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-1/+2
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* Build and install Mesaaux and Mesatk libs.Thomas Gellekum1998-03-103-3/+13
| | | | | | | | PR: 5919 Submitted by: Donald Burr <dburr@POBoxes.com> Notes: svn path=/head/; revision=10093
* Upgrade to version 2.6.Justin M. Seger1998-02-154-11/+11
| | | | Notes: svn path=/head/; revision=9736
* Upgrade of graphics/Mesa to version 2.5.Justin M. Seger1997-11-224-11/+26
| | | | Notes: svn path=/head/; revision=8751
* Update from Mesa-2.2 to Mesa-2.4. No longer include the demos because they areJustin M. Seger1997-11-014-295/+15
| | | | | | | | | in a separate package now. Make myself MAINTAINER. Notes: svn path=/head/; revision=8431
* Oops, portlint, portlint!Masafumi Max NAKANE1997-09-301-2/+2
| | | | Notes: svn path=/head/; revision=8065
* Upgrade, 2.1 -> 2.2.Masafumi Max NAKANE1997-09-305-320/+324
| | | | Notes: svn path=/head/; revision=8064
* We leave deletion of old versions to pkg_delete.Thomas Gellekum1997-02-141-5/+3
| | | | | | | Add MAINTAINER=ports. Notes: svn path=/head/; revision=5611
* Use 13.1 as the library version number.Thomas Gellekum1997-02-142-40/+37
| | | | Notes: svn path=/head/; revision=5610
* Upgrade to 2.1.Thomas Gellekum1997-02-135-36/+297
| | | | | | | | | Closes PR #2659. Submitted by: Paulo Menezes <paulo@isr.uc.pt> Notes: svn path=/head/; revision=5595
* Make this thing actually compile and package. (Jordan, you can't justSatoshi Asami1996-12-172-4/+15
| | | | | | | | change the install target and assume the building rule or package target will figure out the shlib name change! ;) Notes: svn path=/head/; revision=4992
* PKGNAME is not necessary if it's the same as DISTNAME.Satoshi Asami1996-12-171-2/+1
| | | | Notes: svn path=/head/; revision=4991
* Undo the evil I did with the 2.0 shlib number. Now 13, as proper.Jordan K. Hubbard1996-12-172-6/+6
| | | | Notes: svn path=/head/; revision=4990
* Properly sectionize. DISTFILES is not necessary.Satoshi Asami1996-12-061-2/+3
| | | | Notes: svn path=/head/; revision=4846
* Update to version 2.0Jordan K. Hubbard1996-12-054-47/+51
| | | | | | | Submitted-By:Paulo Menezes <paulo@lapa.isr.uc.pt> Notes: svn path=/head/; revision=4815
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Upgrade to 1.2.7. This port is not BROKEN anymore!Satoshi Asami1996-05-166-45/+67
| | | | | | | Submitted by: chuckr@glue.umd.edu Notes: svn path=/head/; revision=3093
* This port is BROKEN. :(Satoshi Asami1996-04-121-3/+2
| | | | Notes: svn path=/head/; revision=2983
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-4/+6
| | | | Notes: svn path=/head/; revision=1309
* Make this go to the right place for -lX11 (-l${PREFIX}/lib).Jordan K. Hubbard1995-04-041-2/+3
| | | | | | | !! ** This also requires my patch to bsd.port.mk for USE_X11 ** !! Notes: svn path=/head/; revision=1287
* Upgrade to 1.1.3beta.Jeffrey Hsu1995-04-042-4/+4
| | | | Notes: svn path=/head/; revision=1285
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* The makefiles now use some gmake constructs.Jeffrey Hsu1995-03-161-1/+2
| | | | Notes: svn path=/head/; revision=1140