aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesagl
Commit message (Collapse)AuthorAgeFilesLines
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-012-1/+9
| | | | Notes: svn path=/head/; revision=136637
* Add conflicts to XFree86- and xorg- libraries, as they already installDejan Lesjak2004-08-211-0/+2
| | | | | | | | | | | Mesa GL. Noticed by: David Julien (david dot julien at gmail dot com) PR: ports/70004 Approved by: anholt (mentor) Notes: svn path=/head/; revision=116868
* - 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) Notes: svn path=/head/; revision=114511
* SIZEify.Trevor Johnson2004-03-171-0/+2
| | | | Notes: svn path=/head/; revision=104313
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Re-add PORTREVISON, dropped accidentally in the last commit, and bump it forEric Anholt2003-11-081-0/+1
| | | | | | | | | libglut removal change. Submitted by: arved Notes: svn path=/head/; revision=93412
* Oops, re-add these files for 5.0.1 which I had removed when working on updatingEric Anholt2003-10-243-0/+42
| | | | | | | it to 5.0.2 (which I didn't do due to other errors). Notes: svn path=/head/; revision=92036
* Remove libglut from this port (it is now located in graphics/libglut) and markEric Anholt2003-10-249-121/+27
| | | | | | | it IGNORE on XFree86-4. Notes: svn path=/head/; revision=92035
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Add missing files and bump PORTREVISIONKris Kennaway2003-06-092-0/+3
| | | | Notes: svn path=/head/; revision=82577
* Fix patch target on non-current systems.Maxim Sobolev2003-05-132-2/+2
| | | | Notes: svn path=/head/; revision=80923
* Update mesagl to 5.0.1 after a repo-copy from Mesa3 and connect itMaxim Sobolev2003-05-1010-50/+118
| | | | | | | to the build. Notes: svn path=/head/; revision=80617
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Add missing INSTALLS_SHLIB statement.Edwin Groothuis2003-02-061-0/+1
| | | | | | | Informed maintainer. Notes: svn path=/head/; revision=74963
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* Use USE_REINPLACE.Maxim Sobolev2002-07-181-2/+3
| | | | Notes: svn path=/head/; revision=63210
* Explicitly link resulting libraries with libm, so it is possible to linkMaxim Sobolev2001-11-271-2/+3
| | | | | | | application with libGL without any additional black magic. Bump PORTREVISION. Notes: svn path=/head/; revision=50624
* Unbroke with latest XFree86-4.Maxim Sobolev2001-06-253-14/+16
| | | | | | | Reported by: MANY Notes: svn path=/head/; revision=44422
* Distfile has been rerolled. diff between old and new version revealed thatMaxim Sobolev2001-05-192-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 Notes: svn path=/head/; revision=42733
* Update to 3.4.2.Maxim Sobolev2001-05-183-6/+6
| | | | Notes: svn path=/head/; revision=42697
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-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. Notes: svn path=/head/; revision=40539
* Update to 3.4.1.Maxim Sobolev2001-03-204-8/+11
| | | | Notes: svn path=/head/; revision=40112
* 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