22 Commits

Author SHA1 Message Date
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
pascal
782cc31fdd Use CXX for linking instead of hardcoding -lstdc++. Fixes build on aarch64.
ok kirby@ (maintainer)
2019-01-13 15:08:01 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
2f7d34d915 enforce PATH when running autoreconf 2018-08-03 07:07:44 +00:00
espie
510545c74e fixes for clang 6.0 2018-04-07 07:55:14 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
jasper
a7557697b7 stop using malloc.h; no pkg change 2016-01-13 22:14:25 +00:00
ajacoutot
14c16aad6f Unbreak: needs devel/libtool 2015-12-23 10:58:54 +00:00
kirby
e8d78ac49d update to ode-0.14 2015-12-23 08:53:57 +00:00
kirby
90fcdbd521 update to ode-0.13.1 2015-01-21 04:55:43 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
kirby
668fe9ebe1 missed rm 2012-10-09 07:38:29 +00:00
kirby
023d82b536 *** empty log message *** 2012-10-09 07:36:49 +00:00
armani
c476d282c8 Remove myself from MAINTAINER and bump.
ok landry@
2011-09-11 12:11:05 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
armani
bba7c379d0 Upstream rerolled the tar.gz and broke it by adding a root dir, switch to bz2.
Update my email, update depends, use new style and bump using REVISION.

Feedback from Kirill Bychkov.

portswise ok kili@
2010-10-17 19:12:33 +00:00
jasper
c0350ee068 - install examples
- fix wantlib

from Kirill Bychkov, thanks
2009-08-06 10:59:21 +00:00
jasper
aa88fcbc8a import ode 0.11.1
ODE is an open source, high performance library for simulating rigid
body dynamics. It is fully featured, stable, mature and platform
independent with an easy to use C/C++ API. It has advanced joint types
and integrated collision detection with friction. ODE is useful for
simulating vehicles, objects in virtual reality environments and virtual
creatures. It is currently used in many computer games, 3D authoring
tools and simulation tools.

original port by jonathan armani, with tweaks by me
2009-08-03 14:14:10 +00:00