| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Dec 2004 12:23:13
1.6.1_1
|
sem  |
- Update devel/boost to 1.32.0
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now
PR: ports/75377
Submitted by: Simon Barner <barner(at)gmx.de> (maintainer) |
15 Oct 2004 11:06:58
1.6.1_1
|
stefanf  |
Unbreak on ${OSVERSION} >= 502126.
Approved by: edwin |
26 Sep 2004 03:10:11
1.6.1_1
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
14 Aug 2004 21:57:56
1.6.1_1
|
oliver  |
take care of $PREFIX/libdata/pkgconfig |
04 Apr 2004 00:27:33
1.6.1_1
|
kris  |
BROKEN on !i386 and !alpha (gcc internal compiler error); mark IGNORE
on amd64 (cc1plus loops forever, presumably another symptom of the same
bug) |
29 Jan 2004 07:24:56
1.6.1_1
|
trevor  |
SIZEify. |
15 Dec 2003 02:45:19
1.6.1_1
|
ijliao  |
-O makes -stable memory exhausted, so disable it
Submitted by: bento log |
28 Nov 2003 03:11:26
1.6.1_1
|
ijliao  |
add missing dependence
Approved by: portmgr (kris) |
19 Nov 2003 14:47:44
1.6.1
|
ijliao  |
upgrade to 1.6.1 |
08 Sep 2003 09:17:34
1.2.9
|
edwin  |
[patch] fix port devel/spirit
FreeBSD implements the is* functions already correctly, but this is not
recognized with gcc 3.3.1. The proposed patch changes this behaviour.
Code in question (gcc 3.3.1 does not seem to define _STLPORT_VERSION,
whereas gcc 2.95.4 did):
#if defined(_MSC_VER) || _STLPORT_VERSION >= 0x450
// is* functions already setup
#else
#ifndef isalnum
inline bool isalnum(int c) { return std::isalnum(c); }
#endif
#ifndef isalpha
inline bool isalpha(int c) { return std::isalpha(c); }
#endif
PR: ports/55783
Submitted by: Simon Barner <barner@in.tum.de> |
20 Feb 2003 17:07:10
1.2.9
|
knu  |
De-pkg-comment. |
21 May 2002 05:46:57
1.2.9
|
ijliao  |
upgrade to 1.2.9 |
24 Mar 2002 06:53:57
1.2.8
|
ijliao  |
upgrade to 1.2.8 |
02 Mar 2002 14:43:59 
|
ijliao  |
upgrade to 1.2.6 |
13 Jan 2002 06:09:55 
|
ijliao  |
upgrade to 1.2.5 |
26 Nov 2001 12:13:37 
|
ijliao  |
upgrade to 1.2.4 |
13 Nov 2001 08:10:49 
|
ijliao  |
upgrade to 1.2.3 |
04 Nov 2001 10:36:13 
|
ijliao  |
add spirit An object oriented recursive descent parser generator framework |