Commit graph

17 commits

Author SHA1 Message Date
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jose Alonso Cardenas Marquez
c53d0cce77 - Fix build on 4.x
Reported by:	kris
2006-11-06 18:03:15 +00:00
Jose Alonso Cardenas Marquez
b3c25d9937 - Update devel/ode to 0.7
- Bump PORTREVISION of all ports that depend of devel/ode [1]

Approved by:	thierry, Dmitry Marakasov <amdmi3__at__mail.ru> (maintainers) [1]
2006-10-06 15:43:29 +00:00
Jose Alonso Cardenas Marquez
145001f5c4 - Remove PACKAGES and VERSION variables from ode/config.h. It causes conflict
with some ports.

PR:		102930
Submitted by:	Dmitry Marakasov <amdmi3__at__mail.ru>
Reviewed by:	me
Approved by:	garga (mentor, implicit)
2006-09-06 14:44:00 +00:00
Jose Alonso Cardenas Marquez
81622c4263 - Fix CONFIGURE_TARGET. I forgot to close a parenthesis
PR:		102862
Submitted by:	Dmitry Marakasov <amdmi3__at__mail.ru>
Approved by:	garga (mentor,implicit)
Obtained from:	pav (irc)
2006-09-04 19:25:10 +00:00
Jose Alonso Cardenas Marquez
cd85452c48 - Fix build on 4.x [1]
- Bump PORTREVISION

Reported by:	kris [1]
Approved by:	garga (mentor)
2006-09-02 14:26:29 +00:00
Jose Alonso Cardenas Marquez
dbe2cd64e1 - Update to 0.6 [1]
- Take over of maintaership due to more than 9 months of maintainer inactivity
  and two maintainer timeout
- Take maintainership
- Remove obsolete patch files

PR:		100636
Submitted by:	Dmitry Marakasov <amdmi3_(at)_mail.ru> [1]
Approved by:	garga (mentor), maintainer timeout
2006-08-24 12:33:33 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
c5c8d6dd5f [PATCH] devel/ode and devel/ode-devel: unbreak on 64bit platforms
devel/ode and devel/ode-devel ports are marked broken on
	non-i386 archs (i.e. amd64, ia64), because ode fail to build
	on these systems with following errors:

	c++ -Iinclude -c   -fno-exceptions  -fomit-frame-pointer -O -pipe -I/usr/X11R6/include
	+-DdNODEBUG -o ode/src/timer.o ode/src/timer.cpp
	{standard input}: Assembler messages:
	{standard input}:62: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:63: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:86: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:87: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:172: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:173: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:194: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:195: Error: `4(%esi)' is not a valid 64 bit base/index expression
	{standard input}:234: Error: `(%esi)' is not a valid 64 bit base/index expression
	{standard input}:235: Error: `4(%esi)' is not a valid 64 bit base/index expression
	gmake: *** [ode/src/timer.o] Error 1
	*** Error code 2

	Stop in /usr/ports/devel/ode.

	After some investigation, I think I've solved the problem,
	and it would be great to unbreak ode at last.

	The build on 64 bit platforms fails because some 32 bit
	assembly gets included in the ode/src/timer.cpp file.

	That, on it's turn, happens because ode's configurator
	(simple configure analogue written in C) has too weak
	checking for `pentium compatibility' of host system - it
	just tries to compile following assembly code: `mov $0,
	%eax' as a test. That compiles well on 64 bit platforms,
	but because addressing scheme is now 64bit, above-mentioned
	errors occur when compiling ode's source itself.

	The fix is to add a patch to configurator.c that makes
	`pentium compatibility' test more strict. Thus, test will
	fail on 64 bit ystems and i386 assembly won't be used (ode
	will use more portable routines instead).

	This patch is not well tested, as I myself have no 64 bit
	machines in the vicinity, but it surely doesn't break ode
	on x86 :)

	I've mailed it to ode author, it's now also in ODE's CVS.

PR:		ports/90077
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	maintainer timeout
2006-01-02 20:12:50 +00:00
Marcus Alves Grando
4496dba463 New port devel/ode-devel
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.

WWW: http://www.ode.org/

Add CONFLICTS in devel/ode

PR:		88581
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by:	marcus
2005-11-13 02:14:57 +00:00
Pav Lucistnik
57b23f591f - enable an "OPCODE" library that is required to support triangle mesh objects.
- changes the header include order so as not to pick up installed includes
  before local ones
- suppresses the unneeded use of values.h
- works around an inlining limitation in g++

PR:		ports/81610
Submitted by:	Jonathan Hanna <jhanna@shaw.ca>
Approved by:	David Yeske <dyeske@yahoo.com> (maintainer)
2005-05-31 07:39:54 +00:00
Tilman Keskinoz
a265cd2ac8 Respect CXX
PR:		69461
Submitted by:	David Yeske <dyeske@yahoo.com>
2004-07-23 08:44:18 +00:00
Pav Lucistnik
0c814fde44 - Raise PORTEPOCH, PORTVERSION went backwards in previous commit
Reported by:	eik's chkversion
2004-06-26 21:36:45 +00:00
Pav Lucistnik
5ad18c9234 - Update to 0.5
PR:		ports/67741
Submitted by:	Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
Approved by:	maintainer timeout (15 days)
2004-06-26 18:36:17 +00:00
Kris Kennaway
c1f7ad086a BROKEN on amd64: Does not build 2004-04-03 13:52:48 +00:00
Kirill Ponomarev
64f27831d3 Add ode 0.039,
ODE is a free, industrial quality library for simulating
articulated rigid body dynamics - for example ground vehicles,
legged creatures, and moving objects in VR environments. It is
fast, flexible, robust and platform independent, with advanced
joints, contact with friction, and built-in collision
detection.

PR:		ports/64288
Submitted by:	David Yeske <dyeske@yahoo.com>
2004-03-15 09:57:40 +00:00