Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Apr 2022 13:21:15 3.24
|
Piotr Kubaj (pkubaj)  |
devel/bullet: check for omp.h on all architectures |
27 Apr 2022 09:07:10 3.24
|
Dima Panov (fluffy)  |
devel/bullet: update to 3.24 bugfix release |
29 Mar 2022 20:49:10 3.22
|
Dima Panov (fluffy)  |
devel/bullet: update to 3.22 release |
20 Dec 2021 01:56:45 3.21_1
|
Piotr Kubaj (pkubaj)  |
devel/bullet: fix build on powerpc
: && /usr/bin/c++ -fPIC -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-std=c++11 -fopenmp -O2 -pipe -fstack-protector-strong -fno-strict-aliasing
-fstack-protector-strong -shared -Wl,-soname,libHACD.so.3.20 -o
Extras/HACD/libHACD.so.3.20 Extras/HACD/CMakeFiles/HACD.dir/hacdGraph.o
Extras/HACD/CMakeFiles/HACD.dir/hacdHACD.o
Extras/HACD/CMakeFiles/HACD.dir/hacdICHull.o
Extras/HACD/CMakeFiles/HACD.dir/hacdManifoldMesh.o -pthread && :
ld: error: unable to find library -lomp |
15 Dec 2021 16:36:51 3.21_1
|
Dima Panov (fluffy)  |
devel/bullet: flavorize, use CMAKE_[ON|OFF] macros, build extras (+)
games/openmw: bump PORTREVISION to force rebuild with flavorized bullet-double
Requested by: amdmi3
Sponsored by: Netzkommune GmbH |
14 Dec 2021 18:07:00 3.21
|
Dima Panov (fluffy)  |
devel/bullet: update to 3.21 release
While here, take maintainership
Approved by: acm (previous maintainer, by mail)
Sponsored by: Netzkommune GmbH |
22 Jun 2021 18:53:08 2.86.1_5
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
06 Apr 2021 14:31:07 2.86.1_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Nov 2019 22:20:31
2.86.1_4
|
zeising  |
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'. |
26 Jul 2019 20:46:57
2.86.1_4
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
2.86.1_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
2.86.1_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
10 Sep 2017 20:55:39
2.86.1_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
25 Jul 2017 10:21:09
2.86.1
|
amdmi3  |
- Update to 2.86.1
- Enable installation of extra libraries
PR: 220887
Approved by: acm (maintainer via private email) |
25 Jun 2017 21:07:58
2.83.7_2
|
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
23 May 2017 05:03:16
2.83.7_2
|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
01 Apr 2017 15:23:32
2.83.7_1
|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
27 Dec 2016 12:15:46
2.83.7
|
amdmi3  |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Fix WWW:
Approved by: portmgr blanket |
03 Oct 2016 06:52:59
2.83.7
|
jbeich  |
devel/bullet: unbreak on 9.x
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 |
11 Sep 2016 17:23:40
2.83.7
|
amdmi3  |
- Update to 2.83.7
- Add license
- Switch to options helpers
PR: 212112
Submitted by: t@tobik.me
Approved by: maintainer timeout (acm, 2 weeks) |
19 May 2016 10:21:25
2.82_3
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
08 Mar 2016 13:09:12
2.82_3
|
mat  |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
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 |
28 Aug 2015 13:25:43
2.82_3
|
amdmi3  |
- Switch to new github home; no code changes |
27 Oct 2014 10:10:59
2.82_3
|
bapt  |
Cleanup plist |
22 Sep 2014 16:11:10
2.82_3
|
tijl  |
Build shared libraries needed by upcoming devel/efl
PR: 193438
Approved by: maintainer timeout (2 weeks) |
10 Sep 2014 20:50:37
2.82_1
|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
29 Jul 2014 19:11:53
2.82_1
|
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
03 Jul 2014 23:57:08
2.82_1
|
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
16 Apr 2014 18:28:50
2.82_1
|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above ) |
26 Mar 2014 16:23:00
2.82
|
acm  |
- Add LICENSE
- Clean up
PR: ports/185685
Submitted by: mva |
26 Mar 2014 16:16:06
2.82
|
acm  |
- Update to 2.82
- Add STAGE support
- Remove USE_GCC. It build with clang too
- Remove obsolete path file |
02 Nov 2013 13:11:21
2.77_1
|
marino  |
devel/bullets: Fix C++ errors seen on some versions of gcc
Approved by: portmgr (bapt, implicit) |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
14 Aug 2013 22:35:54
2.77_1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
2.77_1
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
14 Feb 2013 09:42:13
2.77_1
|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
09 Oct 2012 22:12:14
2.77_1
|
linimon  |
Force numerous ports that fail to build with clang over to instead always
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. |
04 Aug 2012 22:52:04
2.77_1
|
kwm  |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
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. |
09 Feb 2012 22:08:21
2.77
|
amdmi3  |
- Fix build with nvidia-driver installed
PR: 163215
Submitted by: myself
Approved by: maintainer timeout |
14 Nov 2011 03:26:46
2.77
|
rakuco  |
Remove CMAKE_USE_PTHREAD from the ports using it.
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 |
18 Nov 2010 05:11:47
2.77
|
acm  |
- Update to 2.77
- Use CMAKE for configure and build process
- Remove BROKEN
- Remove obsolete patch files |
16 Oct 2010 11:52:47
2.75_1
|
ade  |
Punt autoconf267->autoconf268 |
07 Oct 2010 15:21:05
2.75_1
|
ade  |
Migration of BROKEN ports from automake{19,110}->111 which will most
likely need to be looked at as and when they become unbroken. |
15 Sep 2010 18:35:24
2.75_1
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
06 Apr 2010 07:50:55
2.75
|
linimon  |
Mark various ports as ignore or broken on ia64.
Hat: portmgr |
10 Nov 2009 20:23:25
2.75
|
acm  |
- Update to 2.75
- Add double precision OPTION
- Add support for parallel build
PR: 140095
Submitted by: amdmi3 |
02 Aug 2009 19:36:34
2.73_1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
18 Feb 2009 03:38:20
2.73_1
|
linimon  |
Mark as ignore on sparc64 (arch not detected correctly). |
23 Jan 2009 16:28:36
2.73_1
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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). |
20 Jan 2009 02:02:51
2.73
|
acm  |
- Fix build on amd64
Reported by: pav |
16 Jan 2009 00:31:03
2.73
|
acm  |
- Update to 2.73 |
21 Aug 2008 06:18:49
2.67
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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 (Only the first 15 lines of the commit message are shown above ) |
20 Aug 2008 00:57:32
2.67
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
03 Apr 2008 15:03:30
2.67
|
acm  |
- New port: devel/bullet
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 |