| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 04:17:38
0.5.060223_3
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
03 Jul 2011 14:59:23
0.5.060223_3
|
ohauer  |
-remove MD5 |
20 Nov 2009 22:53:09
0.5.060223_3
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
19 Apr 2008 17:56:05
0.5.060223_3  |
miwi  |
- 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) |
22 Mar 2008 08:55:40
0.5.060223_3
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
19 May 2007 20:32:57
0.5.060223_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
14 Aug 2006 05:39:11
0.5.060223_1
|
acm  |
- Fix building on amd64/ia64
Approved by: garga (mentor) |
23 Jul 2006 02:45:24
0.5.060223
|
acm  |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
26 Mar 2006 17:23:10
0.5.060223
|
sem  |
- Update to 060223
- Remove USE_REINPLACE
- Modify mastersite
PR: ports/94116
Submitted by: maintainer |
02 Jan 2006 20:12:50
0.5.051009
|
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 ) |
28 Nov 2005 18:30:34
0.5.051009
|
mnag  |
Mark as BROKEN on amd64, ia64 and sparc64
Pointy hat by: kris |
13 Nov 2005 02:14:57
0.5.051009
|
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 |
13 Nov 2005 01:38:35
0.5.051009
|
mnag  |
Remove extra dir in ode-devel. |