aboutsummaryrefslogtreecommitdiff
path: root/devel/bullet
Commit message (Collapse)AuthorAgeFilesLines
* devel/bullet: unbreak on 9.xJan Beich2016-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | In file included from src/BulletInverseDynamics/IDConfig.hpp:65, from src/BulletInverseDynamics/IDMath.hpp:6, from src/BulletInverseDynamics/IDMath.cpp:1: src/BulletInverseDynamics/details/IDLinearMathInterface.hpp: In constructor 'btInverseDynamicsBullet3::vecx::vecx(int)': src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:51: error: class 'btInverseDynamicsBullet3::vecx' does not have any field named 'btVectorX' src/BulletInverseDynamics/details/IDLinearMathInterface.hpp: In member function 'const btInverseDynamicsBullet3::vecx& btInverseDynamicsBullet3::vecx::operator=(const btVectorX<float>&)': src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected type-specifier before 'btVectorX' src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected `>' before 'btVectorX' src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected `(' before 'btVectorX' src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: missing template arguments before '*' token src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected primary-expression before '>' token src/BulletInverseDynamics/details/IDLinearMathInterface.hpp:53: error: expected `)' before ';' token Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=423166
* - Update to 2.83.7Dmitry Marakasov2016-09-114-42/+197
| | | | | | | | | | | | - Add license - Switch to options helpers PR: 212112 Submitted by: t@tobik.me Approved by: maintainer timeout (acm, 2 weeks) Notes: svn path=/head/; revision=421846
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | Fix distinfo for the offending ports. lang/yorick's tag was moved, and the added patch was no longer needed. PR: 207644 Submitted by: mat Exp-run by by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D4268 Notes: svn path=/head/; revision=410613
* - Switch to new github home; no code changesDmitry Marakasov2015-08-282-8/+6
| | | | Notes: svn path=/head/; revision=395474
* Cleanup plistBaptiste Daroussin2014-10-271-21/+0
| | | | Notes: svn path=/head/; revision=371544
* Build shared libraries needed by upcoming devel/eflTijl Coosemans2014-09-222-14/+11
| | | | | | | | PR: 193438 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=368969
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-031-2/+3
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360487
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Add LICENSEJose Alonso Cardenas Marquez2014-03-262-2/+3
| | | | | | | | | | - Clean up PR: ports/185685 Submitted by: mva Notes: svn path=/head/; revision=349265
* - Update to 2.82Jose Alonso Cardenas Marquez2014-03-264-149/+99
| | | | | | | | | - Add STAGE support - Remove USE_GCC. It build with clang too - Remove obsolete path file Notes: svn path=/head/; revision=349262
* devel/bullets: Fix C++ errors seen on some versions of gccJohn Marino2013-11-021-0/+20
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=332479
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* Force numerous ports that fail to build with clang over to instead alwaysMark Linimon2012-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings. Notes: svn path=/head/; revision=305610
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* - Fix build with nvidia-driver installedDmitry Marakasov2012-02-091-0/+1
| | | | | | | | | PR: 163215 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=290807
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* - Update to 2.77Jose Alonso Cardenas Marquez2010-11-186-224/+125
| | | | | | | | | - Use CMAKE for configure and build process - Remove BROKEN - Remove obsolete patch files Notes: svn path=/head/; revision=264741
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Migration of BROKEN ports from automake{19,110}->111 which will mostAde Lovett2010-10-071-1/+1
| | | | | | | likely need to be looked at as and when they become unbroken. Notes: svn path=/head/; revision=262566
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+4
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Mark various ports as ignore or broken on ia64.Mark Linimon2010-04-061-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=252307
* - Update to 2.75Jose Alonso Cardenas Marquez2009-11-103-45/+62
| | | | | | | | | | | - Add double precision OPTION - Add support for parallel build PR: 140095 Submitted by: amdmi3 Notes: svn path=/head/; revision=244083
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Mark as ignore on sparc64 (arch not detected correctly).Mark Linimon2009-02-181-0/+4
| | | | Notes: svn path=/head/; revision=228577
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Fix build on amd64Jose Alonso Cardenas Marquez2009-01-201-0/+11
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=226490
* - Update to 2.73Jose Alonso Cardenas Marquez2009-01-164-42/+221
| | | | Notes: svn path=/head/; revision=226223
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - New port: devel/bulletJose Alonso Cardenas Marquez2008-04-035-0/+248
Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library. It is free for commercial use under the ZLib license. The library is being used by several professional game developers on PC, PlayStation 3, XBox 360 and Nintendo Wii. Sony Computer Entertainment provides a parallel SPU optimized version, and collaborations with IBM, Intel, AMD and NVidia to exploit their parallel hardware. Bullet is native part of Blender 3D modeler and it supports COLLADA Physics file format. WWW: http://www.bulletphysics.com Notes: svn path=/head/; revision=210445