Edwin Groothuis
|
e192e8fcc2
|
[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>
|
2003-09-08 09:17:34 +00:00 |
|
Akinori MUSHA
|
7cc1393a93
|
De-pkg-comment.
|
2003-02-20 17:07:10 +00:00 |
|
Mario Sergio Fujikawa Ferreira
|
f0a1969d34
|
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
2002-11-10 16:48:51 +00:00 |
|
Adam Weinberger
|
d9611f9375
|
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
|
2002-11-06 22:47:41 +00:00 |
|
Ying-Chieh Liao
|
4da94fc61c
|
upgrade to 1.2.9
|
2002-05-21 05:46:57 +00:00 |
|
Ying-Chieh Liao
|
cddf10a081
|
upgrade to 1.2.8
|
2002-03-24 06:53:57 +00:00 |
|
Ying-Chieh Liao
|
7dd4e23de8
|
upgrade to 1.2.6
|
2002-03-02 14:43:59 +00:00 |
|
Ying-Chieh Liao
|
7ad0822753
|
upgrade to 1.2.5
|
2002-01-13 06:09:55 +00:00 |
|
Ying-Chieh Liao
|
beef5766ad
|
upgrade to 1.2.4
|
2001-11-26 12:13:37 +00:00 |
|
Ying-Chieh Liao
|
70206e37b5
|
upgrade to 1.2.3
|
2001-11-13 08:10:48 +00:00 |
|
Ying-Chieh Liao
|
7a7a0b1a56
|
add spirit
An object oriented recursive descent parser generator framework
|
2001-11-04 10:36:13 +00:00 |
|