summaryrefslogtreecommitdiff
path: root/graphics/Mesa3
AgeCommit message (Collapse)Author
2001-05-19Distfile has been rerolled. diff between old and new version revealed thatMaxim Sobolev
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
2001-05-18Update to 3.4.2.Maxim Sobolev
2001-03-29-pthread --> ${PTHREAD_LIBS}Maxim Sobolev
-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.
2001-03-20Update to 3.4.1.Maxim Sobolev
2000-09-11Bump PORTREVISION (mesa.conf search path fix).Maxim Sobolev
AFAIK it is the first commit utilising this new feature.
2000-09-11Fix a place where Mesa looks for mesa.conf - it should be ↵Maxim Sobolev
${PREFIX}/etc/mesa.conf, not /etc/mesa.conf. PR: 17678 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-09-04Now bsd.port.pre.mk declares XFREE86_VERSION, so we could remove it.Maxim Sobolev
2000-08-24Fix a breakage when XFREE86_VERSION is not defined in make.conf (I think asamiMaxim Sobolev
should move it into BEFOREPORTMK section).
2000-08-24Update to 3.2.1 and make it working on XFree86-4.Maxim Sobolev
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)
2000-08-23Take over maintainership.Maxim Sobolev
Submitted by: jseger (previous maintainer)
2000-06-14Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev
2000-04-25Upgrade to 3.2Justin M. Seger
2000-04-14Fix wrong variable usages. (Essential)Akinori MUSHA
PR: ports/17994 Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
2000-04-13PORTNAME / PORTVERSION syntax conversionDavid E. O'Brien
2000-03-20Upgrade to Mesa-3.1Justin M. Seger
Submitted by: Will Andrews <andrews@technologist.com> PR: ports/17029
1999-09-17Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-06-26Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
1999-04-22this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier
1999-03-11Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami
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.)
1998-10-03Spell asm_386.S correctly.Steve Price
Submitted by: Takeshi Yamada <ken@tydfam.machida.tokyo.jp>
1998-10-01Upgrade to Mesa 3.0Justin M. Seger
1998-09-28Add a 'freebsd-386-elf' target so ELF'ers can build with 386 asmSteve Price
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>
1998-09-26Convert to ELF.Steve Price
1998-08-12Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overridesSatoshi Asami
Mesa2).
1998-08-05Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
1998-07-25Upgrade repository copy to Mesa-3.06.Justin M. Seger
1998-07-20Repository copy Mesa to Mesa2 and Mesa3. Mark Mesa3 broken pendingSatoshi Asami
Justin's upgrade. Change all "graphics/Mesa" dependencies to "graphics/Mesa2". Requested by: jseger
1998-05-05Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum
PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-03-10Build and install Mesaaux and Mesatk libs.Thomas Gellekum
PR: 5919 Submitted by: Donald Burr <dburr@POBoxes.com>
1998-02-15Upgrade to version 2.6.Justin M. Seger
1997-11-22Upgrade of graphics/Mesa to version 2.5.Justin M. Seger
1997-11-01Update from Mesa-2.2 to Mesa-2.4. No longer include the demos because they areJustin M. Seger
in a separate package now. Make myself MAINTAINER.
1997-09-30Oops, portlint, portlint!Masafumi Max NAKANE
1997-09-30Upgrade, 2.1 -> 2.2.Masafumi Max NAKANE
1997-02-14We leave deletion of old versions to pkg_delete.Thomas Gellekum
Add MAINTAINER=ports.
1997-02-14Use 13.1 as the library version number.Thomas Gellekum
1997-02-13Upgrade to 2.1.Thomas Gellekum
Closes PR #2659. Submitted by: Paulo Menezes <paulo@isr.uc.pt>
1996-12-17Make this thing actually compile and package. (Jordan, you can't justSatoshi Asami
change the install target and assume the building rule or package target will figure out the shlib name change! ;)
1996-12-17PKGNAME is not necessary if it's the same as DISTNAME.Satoshi Asami
1996-12-17Undo the evil I did with the 2.0 shlib number. Now 13, as proper.Jordan K. Hubbard
1996-12-06Properly sectionize. DISTFILES is not necessary.Satoshi Asami
1996-12-05Update to version 2.0Jordan K. Hubbard
Submitted-By:Paulo Menezes <paulo@lapa.isr.uc.pt>
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami
1996-10-10Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami
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!
1996-05-16Upgrade to 1.2.7. This port is not BROKEN anymore!Satoshi Asami
Submitted by: chuckr@glue.umd.edu
1996-04-12This port is BROKEN. :(Satoshi Asami
1995-04-09Yet another round of Makefile updates, graphics version.Satoshi Asami