non port: devel/ode/Makefile |
SVNWeb
|
Number of commits found: 48 |
Fri, 4 Nov 2022
|
[ 05:34 Yuri Victorovich (yuri) ] a5a627b (Only the first 10 of 17 ports in this commit are shown above. )
devel/ode: Update 0.13 -> 0.16.2
PR: 255111
Approved by: acm@ (maintainer)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 22 Apr 2021
|
[ 12:08 Dmitry Marakasov (amdmi3) ] 96b5f3c
devel/ode: fix and optionize building demos, other minor improvements
- Optionize building demos
- Fix depends (only depend on GL for demos, fix configure dependency
detection by using USES=localbase and pkgconfig)
- Fix build of demo code (use older compatible C++ standard and
patch some bits)
- Use native OPTIONS feature to make options mutually exclusive
PR: 254898
Approved by: acm (maintainer)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 4 Nov 2019
|
[ 22:20 zeising ] (Only the first 10 of 102 ports in this commit are shown above. )
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'.
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Wed, 22 Feb 2017
|
[ 15:02 bapt ] (Only the first 10 of 52 ports in this commit are shown above. )
Drop useless dependency on gmake (bmake build those fine)
|
Tue, 14 Feb 2017
|
[ 14:14 tijl ]
- Remove -fPIC and configure with --enable-shared instead, as recommended
by bindings/python/INSTALL.txt.
- Use pathfix and TEST_TARGET.
|
Wed, 25 May 2016
|
[ 15:43 mat ] (Only the first 10 of 83 ports in this commit are shown above. )
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
Mon, 1 Dec 2014
|
[ 22:31 antoine ]
Only REINPLACE the needed files, making it less likely that Makefile.in gets
older than Makefile.am
|
Mon, 24 Nov 2014
|
[ 23:53 amdmi3 ]
- Update devel/ode to 0.13
- Bump dependent ports
PR: 193086
Submitted by: pfg
Approved by: maintainer timeout (acm, almost 3 months)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Fri, 27 Jun 2014
|
[ 21:25 antoine ]
Remove reference to dead ode-devel
|
Sun, 11 May 2014
|
[ 23:02 amdmi3 ]
- Support staging
- Convert USE_BZIP2 to USES
- Convert USE_GMAKE to USES
- Add USES=libtool, drop .la file
- Add LICENSE
- Use new OPTIONS features
- Fix checking for illegal options combination
PR: 189438
Submitted by: amdmi3
Approved by: portmgr blanket
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Fri, 24 May 2013
|
[ 11:53 bdrewery ]
- Fix another syntax error
|
[ 11:46 bdrewery ]
- Fix options conversion
|
Sat, 11 May 2013
|
[ 13:49 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Convert to new options framework
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Fri, 8 Apr 2011
|
[ 06:34 acm ]
- Update to 0.11.1
- Fix double precision detection [1]
PR: 155446
Submitted by: Fernando Herrero <fhcarron _ at _terra.es> [1]
|
Wed, 29 Dec 2010
|
[ 20:04 pgollucci ] (Only the first 10 of 208 ports in this commit are shown above. )
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Mon, 27 Apr 2009
|
[ 00:19 acm ]
- Update to 0.11
|
Fri, 16 Jan 2009
|
[ 04:23 acm ]
- Add -fPIC and -DPIC to CFLAGS for amd64 and ia64.
Forgotten by : me
|
[ 04:14 acm ]
- Update to 0.10.1
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Sat, 22 Mar 2008
|
[ 08:55 miwi ] (Only the first 10 of 58 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Sat, 26 Jan 2008
|
[ 22:52 miwi ]
- Fix a typo (Last update broke some dependent ports)
PR: 119084
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout (3 week)
|
Tue, 25 Dec 2007
|
[ 00:29 acm ]
- Update to 0.9
|
Thu, 16 Aug 2007
|
[ 21:08 acm ]
- Update to 0.8
- Add GIMPACT option
- See ChangeLog at:
http://sourceforge.net/project/shownotes.php?release_id=480493&group_id=24884
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 6 Nov 2006
|
[ 18:03 acm ]
- Fix build on 4.x
Reported by: kris
|
Fri, 6 Oct 2006
|
[ 15:43 acm ]
- 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]
|
Wed, 6 Sep 2006
|
[ 14:44 acm ]
- 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)
|
Mon, 4 Sep 2006
|
[ 19:25 acm ]
- 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)
|
Sat, 2 Sep 2006
|
[ 14:23 acm ]
- Fix build on 4.x [1]
- Bump PORTREVISION
Reported by: kris [1]
Approved by: garga (mentor)
|
Thu, 24 Aug 2006
|
[ 12:33 acm ]
- 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
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Mon, 2 Jan 2006
|
[ 20:12 edwin ]
[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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 13 Nov 2005
|
[ 02:14 mnag ]
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
|
Tue, 31 May 2005
|
[ 07:39 pav ]
- 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)
|
Fri, 23 Jul 2004
|
[ 08:44 arved ]
Respect CXX
PR: 69461
Submitted by: David Yeske <dyeske@yahoo.com>
|
Sat, 26 Jun 2004
|
[ 21:36 pav ]
- Raise PORTEPOCH, PORTVERSION went backwards in previous commit
Reported by: eik's chkversion
|
[ 18:36 pav ]
- Update to 0.5
PR: ports/67741
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
Approved by: maintainer timeout (15 days)
|
Sat, 3 Apr 2004
|
[ 13:52 kris ]
BROKEN on amd64: Does not build
|
Mon, 15 Mar 2004
|
[ 09:57 krion ]
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>
|
Number of commits found: 48 |