summaryrefslogtreecommitdiffstats
path: root/configs/freebsd
Commit message (Collapse)AuthorAgeFilesLines
* automake: Remove the old static configs system.Eric Anholt2012-06-111-29/+0
| | | | | | | With the incremental automake conversion, we'd broken those that included glx or egl. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* Remove unused APP_LIB_DEPS variableMatt Turner2011-09-191-1/+0
| | | | | | | Unused since removal of demos from the repository? Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>
* Squashed commit of the following:José Fonseca2011-07-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 1856230d9fa61710cce3e152b8d88b1269611a73 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Tue Jul 12 23:41:27 2011 +0100 make: Use better var names on packaging. commit d1ae72d0bd14e820ecfe9f8f27b316f9566ceb0c Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Tue Jul 12 23:38:21 2011 +0100 make: Apply several of Dan Nicholson's suggestions. commit f27cf8743ac9cbf4c0ad66aff0cd3f97efde97e4 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 14:18:20 2011 +0100 make: Put back the tar.bz2 creation rule. Removed by accident. commit 34983337f9d7db984e9f0117808274106d262110 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 11:59:29 2011 +0100 make: Determine tarballs contents via git ls-files. The wildcards were a mess: - lots of files for non Linux platforms missing - several files listed and archived twice Using git-ls-files ensures things are not loss when making the tarballs. commit 34a28ccbf459ed5710aafba5e7149e8291cb808c Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 11:07:14 2011 +0100 glut: Remove GLUT source. Most distros ship freeglut, and most people don't care one vs the other, and it hasn't been really maintained. So it is better to have Mesa GLUT be revisioned and built separately from Mesa. commit 5c26a2c3c0c7e95ef853e19d12d75c4f80137e7d Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 10:31:02 2011 +0100 Ignore the tarballs. commit 26edecac589819f0d0efe2165ab748dbc4e53394 Author: José Fonseca <jose.r.fonseca@gmail.com> Date: Sat Jul 9 10:30:24 2011 +0100 make: Create the Mesa-xxx-devel symlink automatically. Also actually remote the intermediate uncompressed tarballs.
* Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson2007-11-011-0/+4
| | | | | Use a GCC option to work around aliasing bugs. See commit 013dbcd for more details.
* FreeBSD: Chase /usr/X11R6 death (replaced by everything in one prefix).Eric Anholt2007-09-271-2/+2
|
* fix some FreeBSD issuesBrian2007-07-311-1/+1
|
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-191-3/+0
| | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
* When available, which is most of the time, use posix_memalign to implementIan Romanick2006-08-161-1/+2
| | | | _mesa_align_malloc and friends.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-0/+3
|
* FreeBSD updates (Pedro Giffuni)Brian Paul2006-03-071-6/+15
|
* Fix libGL build on FreeBSD by respecting ASM_FLAGS.Eric Anholt2005-09-131-1/+2
| | | | Submitted by: Diego Pettenò <flameeyes@gentoo.org>
* fix APP_LIB_DEPSBrian Paul2005-08-291-2/+1
|
* Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt2004-06-011-0/+1
| | | | | | variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
* new system configurationsBrian Paul2004-03-261-0/+16