summaryrefslogtreecommitdiffstats
path: root/graphics/libGL
Commit message (Collapse)AuthorAgeFilesLines
* Update to 10.3.1.HEADtrunkkwm2014-10-182-4/+4
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1539 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Enable new mesa on dfly.kwm2014-10-181-1/+5
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1537 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync with what went into ports.kwm2014-10-173-4/+2
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1533 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Build dri on 8.x with gcc, didn't get clang to play nice ...kwm2014-10-161-5/+7
| | | | | | | Update patch to fix the build with gcc. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1532 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Attempt to fix the build on i386kwm2014-10-136-0/+78
| | | | | | | PR: 19778 git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1531 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Import Mesa work from experimental to trunk.kwm2014-10-0656-620/+1006
| | | | | | | | | | | | | | Features: Default mesa updated to 9.1.7. New mesa updated to 10.3.0. Drop usage of WITH_NEW_XORG, instead have WITH_NEW_MESA. This is not really intended as a user operated flag. It is used to switch to mesa 10.3.0 when i915kms hw context support is found based on OSVERSION. Radeon user might set this because radeonkms works fine with the new mesa. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1529 058c260c-8361-11dd-a0ac-aa2bafec7d09
* "Merge" the gbm work from experimental to trunk. next gen gnome3 needs gbm.kwm2014-09-3015-21/+894
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1517 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Merge r355979 and r358152.jkim2014-06-181-2/+7
| | | | | | | | - Move the ARCH = i386 check to bsd.mesalib.mk. - Catch up with recent MASTER_SITES changes. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1458 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync with ports. 10.2 will need some manuely reworking of the patches.kwm2014-05-285-4/+14
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1449 058c260c-8361-11dd-a0ac-aa2bafec7d09
* graphics/libGL: Use "rm -f" to delete dri.pcdumbbell2014-05-191-4/+2
| | | | | | | | | | | | | N-i-c-o on #freebsd-fr reported that dri.pc doesn't exist in the stage directory on ARM. Thus, calling rm(1) on this non-existing file fails. Passing "-f" to rm(1) fixes the problem. Because the same commands are executed in both branches of the "if (WITH_NEW_XORG)" block, move them outside of it. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1443 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync mesa ports with ports.kwm2014-05-179-180/+35
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1438 058c260c-8361-11dd-a0ac-aa2bafec7d09
* (try to) Sync with ports.zeising2014-04-171-1/+9
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1432 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Fix make -V MAINTAINERkwm2013-12-171-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1340 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync with ports.zeising2013-12-161-1/+1
| | | | | | | Mostly fixes related to staging. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1333 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync with ports. Fix ia64 support in dri. !WITH_NEW_XORG isn't tested yet.kwm2013-12-132-4/+13
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1330 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Unbreak WITH_NEW_XORG patch stage.kwm2013-11-271-1/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1269 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Remove lang/python as implicit dependency.kwm2013-11-261-0/+2
| | | | | | | Submitted by: mva@ git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1265 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 9.1.7.kwm2013-10-053-22/+3
| | | | | | | | Stagify, no more do-install magic o/ Also lets us get rid of include/GL/internal/dri_interface.h in dri o/ git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1182 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Minimize diffs with ports.zeising2013-09-301-1/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1180 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add NO_STAGE to the xorg ports.eadler2013-09-211-0/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1162 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Make sure to look in the right location for the drirc file.kwm2013-09-031-0/+2
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1136 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Remove the big libtool patch. autoreconf handles it for us o/kwm2013-09-011-19664/+0
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1117 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Woops only patch files for the correct mesa version.kwm2013-09-011-0/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1115 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Remove python2 build dep in dri, it done in bsd.mesalib.mk. Add depend onkwm2013-09-013-7/+23
| | | | | | | | | | | | | | python2, and fix all the scripts to look for python in the right location and to call python2. (Probably not really needed but won't hurt. Add blob to use clang on 9.1-R and 9.2-R. I picked the current OSVERSION+1 for 9.2-stable since that probably be the first bump after the fix gets merged. Drag in gcc for 8.x. Add note that gallium is highly experimental. While here fix some warnings that pop up when applying patches. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1114 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync with experimental branch, add libEGL and libglesv2.kwm2013-08-232-3/+29
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1085 058c260c-8361-11dd-a0ac-aa2bafec7d09
* fix poudriere -t. libtool overwrites bundled libtool which we don't want,kwm2013-08-221-1/+1
| | | | | | | | | so we don't install stray libGL.a The :env flag in USE_AUTOTOOLS= components makes it available and only sets env values. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1081 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Fix packaging in poudriere: Add depends on autotools. Move autogen.sh block tokwm2013-08-221-7/+10
| | | | | | | | pre-configure, since in post-patch there aren't any dependancies installed. Kill double white line. Add p0 to be sure patch doesn't choke on patches. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1080 058c260c-8361-11dd-a0ac-aa2bafec7d09
* If flex isn't new enough, depend on the port version. And only point to thekwm2013-08-221-0/+4
| | | | | | | port version when it is needed. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1079 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Merge Mesa 9.1.6 work to trunk for wider testing.kwm2013-08-2034-278/+20053
| | | | | | | | | This are rev 1050,1051,1071,1072,1073,1074 from branches/experimental. Leave out libEGL since that needs more work. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1075 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Remove clutter from Makefiles: MAKE_JOBS_SAFE is no longer required.eadler2013-07-281-1/+0
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1040 058c260c-8361-11dd-a0ac-aa2bafec7d09
* USE_GMAKE -> USES=gmakekwm2013-07-231-2/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1038 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Kill off pre.mk and post.mk and include bsd.port.options.mk before mesalib ↵kwm2013-06-181-2/+2
| | | | | | include. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@955 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Switch the includes around a bit.zeising2013-06-181-2/+2
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@953 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Fix security issues.kwm2013-05-294-4/+82
| | | | | | | | Obtained from: debian mesa package Security: CVE-2013-1993 git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@916 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Canonicalise anholt's name.zeising2013-05-211-1/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@896 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync from portsbapt2013-05-031-0/+2
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@859 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Switch to USES= pkgconfigzeising2013-04-231-1/+1
| | | | | | | | All ports defining XORG_CAT will get this automagically, switch over the rest manually. Remove any unneeded USES= pkgconfig git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@844 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Unbreak: Switch to USES=bisonzeising2013-03-081-1/+1
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@707 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync with regular ports tree.zeising2013-03-051-3/+4
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@692 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add missing distinfo for old libGL.zeising2013-01-181-0/+2
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@629 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 8.0.5.kwm2012-10-254-27/+4
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@588 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add a patch from upstream to reduce number on threads on ivybridge systems.kwm2012-09-252-0/+16
| | | | | | | | | Which fixes severe image corruption and GPU hangs. Submitted by: avg@ git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@582 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Fix plist. Remove obsolete patches and edit one to 8.0 world.kwm2012-09-016-85/+15
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@575 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Sync with ports. This includes the final libGL/xorg-server/nvidia-driver patch.kwm2012-09-0114-22/+415
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@574 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Turn glproto and dri2proto into propper build depends.kwm2012-08-081-1/+1
| | | | | | | | USE_XORG= :both has them as both run and build depends. For proto ports, which are only headers this is not needed. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@562 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Add the current solution for the pkgng where libGL (libGL.so), kwm2012-08-085-2/+62
| | | | | | | | xorg-server (libglx.so) and the versions installed by nvidia-driver conflict. This patch is still under review by the nvidia maintainer. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@561 058c260c-8361-11dd-a0ac-aa2bafec7d09
* s/glproto/glproto:both/kwm2012-08-081-1/+1
| | | | | | | PR: ports/169701 git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@560 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 8.0.4.kwm2012-07-222-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@531 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 8.0.3.kwm2012-05-222-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@495 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update libGL, libGLU and dri to 8.0.2.kwm2012-04-132-3/+3
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@463 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 8.0.1.kwm2012-02-282-3/+5
| | | | git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@426 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update to 8.0kwm2012-02-112-5/+9
| | | | | | | | | Remove distinfo from slave ports. move --disable-glut and --disable-glw flags to 7.6.1 section. Don't install libGLU libraries twice. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@417 058c260c-8361-11dd-a0ac-aa2bafec7d09
* Update mesa ports to 8.0-RC2.kwm2012-02-095-77/+16
| | | | | | | | | Remove libglut and libGLw stuff from bsd.mesa.mk because they are now stand-alone. Disable nouveau driver in graphics/dri since we can't use it atm. Tweak UPDATING a bit. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@410 058c260c-8361-11dd-a0ac-aa2bafec7d09
* - Move ports/branches/xorg-dev to ports/trunk/miwi2012-02-0612-0/+331
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@388 058c260c-8361-11dd-a0ac-aa2bafec7d09