Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly link resulting libraries with libm, so it is possible to link | sobomax | 2001-11-27 | 1 | -2/+3 |
| | | | | application with libGL without any additional black magic. Bump PORTREVISION. | ||||
* | Unbroke with latest XFree86-4. | sobomax | 2001-06-25 | 3 | -14/+16 |
| | | | | Reported by: MANY | ||||
* | Distfile has been rerolled. diff between old and new version revealed that | sobomax | 2001-05-19 | 2 | -1/+2 |
| | | | | | | | | | | | several bugs were fixed. Following are relevant changelog entries: - fixed stencil buffer clear width/height typo - fixed GL error glitches in gl[Client]ActiveTextureARB() - fixed Windows compilation problem in texutil.c - fixed 1/8-pixel AA triangle sampling error Submitted by: many | ||||
* | Update to 3.4.2. | sobomax | 2001-05-18 | 3 | -6/+6 |
| | |||||
* | -pthread --> ${PTHREAD_LIBS} | sobomax | 2001-03-29 | 1 | -1/+1 |
| | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. | ||||
* | Update to 3.4.1. | sobomax | 2001-03-20 | 4 | -8/+11 |
| | |||||
* | Bump PORTREVISION (mesa.conf search path fix). | sobomax | 2000-09-11 | 1 | -0/+1 |
| | | | | AFAIK it is the first commit utilising this new feature. | ||||
* | Fix a place where Mesa looks for mesa.conf - it should be ↵ | sobomax | 2000-09-11 | 2 | -0/+14 |
| | | | | | | | | | ${PREFIX}/etc/mesa.conf, not /etc/mesa.conf. PR: 17678 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> | ||||
* | Now bsd.port.pre.mk declares XFREE86_VERSION, so we could remove it. | sobomax | 2000-09-04 | 1 | -2/+0 |
| | |||||
* | Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asami | sobomax | 2000-08-24 | 1 | -0/+2 |
| | | | | should move it into BEFOREPORTMK section). | ||||
* | Update to 3.2.1 and make it working on XFree86-4. | sobomax | 2000-08-24 | 5 | -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) | ||||
* | Take over maintainership. | sobomax | 2000-08-23 | 1 | -1/+1 |
| | | | | Submitted by: jseger (previous maintainer) | ||||
* | Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. | sobomax | 2000-06-14 | 1 | -1/+2 |
| | |||||
* | Upgrade to 3.2 | jseger | 2000-04-25 | 4 | -16/+15 |
| | |||||
* | Fix wrong variable usages. (Essential) | knu | 2000-04-14 | 1 | -2/+2 |
| | | | | | PR: ports/17994 Submitted by: Robert Withrow <bwithrow@nortelnetworks.com> | ||||
* | PORTNAME / PORTVERSION syntax conversion | obrien | 2000-04-13 | 1 | -5/+4 |
| | |||||
* | Upgrade to Mesa-3.1 | jseger | 2000-03-20 | 4 | -104/+42 |
| | | | | | Submitted by: Will Andrews <andrews@technologist.com> PR: ports/17029 | ||||
* | Resolve many 301 Moved Permanently URLs in DESCR. | fenner | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) | ||||
* | this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ... | scrappy | 1999-04-22 | 2 | -3/+3 |
| | |||||
* | Commit all Y2K/WWW_SITE changes from today... | scrappy | 1999-03-11 | 1 | -1/+3 |
| | |||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | asami | 1998-11-11 | 1 | -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.) | ||||
* | Spell asm_386.S correctly. | steve | 1998-10-03 | 1 | -1/+1 |
| | | | | Submitted by: Takeshi Yamada <ken@tydfam.machida.tokyo.jp> | ||||
* | Upgrade to Mesa 3.0 | jseger | 1998-10-01 | 4 | -19/+18 |
| | |||||
* | Add a 'freebsd-386-elf' target so ELF'ers can build with 386 asm | steve | 1998-09-28 | 1 | -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> | ||||
* | Convert to ELF. | steve | 1998-09-26 | 3 | -17/+56 |
| | |||||
* | Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overrides | asami | 1998-08-12 | 1 | -1/+3 |
| | | | | Mesa2). | ||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | asami | 1998-08-05 | 1 | -2/+2 |
| | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. | ||||
* | Upgrade repository copy to Mesa-3.06. | jseger | 1998-07-25 | 4 | -32/+23 |
| | |||||
* | Repository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pending | asami | 1998-07-20 | 1 | -1/+3 |
| | | | | | | | Justin's upgrade. Change all "graphics/Mesa" dependencies to "graphics/Mesa2". Requested by: jseger | ||||
* | Execute `ldconfig -R' at the pkg_delete step. | tg | 1998-05-05 | 1 | -1/+2 |
| | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> | ||||
* | Build and install Mesaaux and Mesatk libs. | tg | 1998-03-10 | 3 | -3/+13 |
| | | | | | PR: 5919 Submitted by: Donald Burr <dburr@POBoxes.com> | ||||
* | Upgrade to version 2.6. | jseger | 1998-02-15 | 4 | -11/+11 |
| | |||||
* | Upgrade of graphics/Mesa to version 2.5. | jseger | 1997-11-22 | 4 | -11/+26 |
| | |||||
* | Update from Mesa-2.2 to Mesa-2.4. No longer include the demos because they are | jseger | 1997-11-01 | 4 | -295/+15 |
| | | | | | | in a separate package now. Make myself MAINTAINER. | ||||
* | Oops, portlint, portlint! | max | 1997-09-30 | 1 | -2/+2 |
| | |||||
* | Upgrade, 2.1 -> 2.2. | max | 1997-09-30 | 5 | -320/+324 |
| | |||||
* | We leave deletion of old versions to pkg_delete. | tg | 1997-02-14 | 1 | -5/+3 |
| | | | | Add MAINTAINER=ports. | ||||
* | Use 13.1 as the library version number. | tg | 1997-02-14 | 2 | -40/+37 |
| | |||||
* | Upgrade to 2.1. | tg | 1997-02-13 | 5 | -36/+297 |
| | | | | | | Closes PR #2659. Submitted by: Paulo Menezes <paulo@isr.uc.pt> | ||||
* | Make this thing actually compile and package. (Jordan, you can't just | asami | 1996-12-17 | 2 | -4/+15 |
| | | | | | change the install target and assume the building rule or package target will figure out the shlib name change! ;) | ||||
* | PKGNAME is not necessary if it's the same as DISTNAME. | asami | 1996-12-17 | 1 | -2/+1 |
| | |||||
* | Undo the evil I did with the 2.0 shlib number. Now 13, as proper. | jkh | 1996-12-17 | 2 | -6/+6 |
| | |||||
* | Properly sectionize. DISTFILES is not necessary. | asami | 1996-12-06 | 1 | -2/+3 |
| | |||||
* | Update to version 2.0 | jkh | 1996-12-05 | 4 | -47/+51 |
| | | | | Submitted-By:Paulo Menezes <paulo@lapa.isr.uc.pt> | ||||
* | Use MAN? macros. CATEGORIES+= -> CATEGORIES. | asami | 1996-11-18 | 1 | -2/+2 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | asami | 1996-10-10 | 1 | -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! | ||||
* | Upgrade to 1.2.7. This port is not BROKEN anymore! | asami | 1996-05-16 | 6 | -45/+67 |
| | | | | Submitted by: chuckr@glue.umd.edu |