Commit graph

11 commits

Author SHA1 Message Date
asau
66a5f70660 Include limits.h to define PATH_MAX. 2012-06-19 20:29:34 +00:00
dsainty
fec638c9f6 Uncomment a couple of includes that are not strictly implied by other
includes, and therefore may cause build failures when absent.

Fixes build on Ubuntu 11.04.
2011-10-04 23:33:40 +00:00
dsainty
67f995f0ab Casts to va_list are forbidden by ISO C++. Even if everything works as
intended, the format string parser that generates the va_list does not support
all formatting characters.

Make this code portable by failing to parse any format string at all, not just
the ones that aren't fully supported.

Bump PKGREVISION for the functional change, though this code is probably
generally unused anyway.  Unmark as BROKEN and NOT_FOR_PLATFORM - I think all
uses of va_list casts are inhibited.
2010-04-06 04:36:00 +00:00
dsainty
c953b732ac Fix the build of the Palm OS Emulator with GCC 4.1.2.
patch-ar was sourced from http://www.freebsd.org/cgi/cvsweb.cgi/ports/palm/pose/files/patch-SrcShared-EmPalmStructs.h

Changes to patch-ap were determined by getting gcc 3.4 and gcc 4.1.2 to
fight until the bug was forced to reveal itself!

Don't need to bump the revision.  Either it built under gcc 3 and worked, or
didn't build at all under gcc 4.

Addresses PR pkg/37188.
2007-10-24 14:28:14 +00:00
joerg
1ddaeb733e Use nanosleep on DragonFly and fix C++ for GCC 3.4 (no passing of
function pointers to protected members).
2006-06-28 15:56:10 +00:00
joerg
1cbb69657c Fix some, but not all issues with GCC 3.4. 2006-04-28 13:52:05 +00:00
agc
459a5bb28d Add RMD160 digests to the SHA1 ones 2005-02-23 18:49:17 +00:00
dsainty
a5b31a5bdc Building POSE under gcc 3.3.3 with optimisation as default (g++ -O2) leads to
a malfunction where POSE will go into an apparent infinite loop after the
first pen operation.  This patch codes around the problem.
2004-08-16 12:51:13 +00:00
kristerw
a04b534ce0 Make this compile when using gcc 3.3 by correcting constructs of the form
int foo = {0};
2004-03-20 20:21:22 +00:00
dsainty
b494ed5cbf palmosemulator-3.5nb1. Pull in some changes suggested by Thomas Runge in
PR#19006: use the pkgsrc libjpeg instead of a local copy, and patch a bug in
the serial device file descriptor handling.

Also up the emulated "CPU idle" delay from 10ms to 100ms.  For some reason the
former saturates the CPU (on a Celeron 700 system), but with the latter the
program idles at near 0%.  This patch is probably not required for native
threads.  Mileage may vary...
2003-01-05 03:31:25 +00:00
dsainty
4716e095c6 Palm OS Emulator, version 3.5 2002-12-31 06:59:51 +00:00