Home
last modified time | relevance | path

Searched refs:BeOS (Results 1 – 25 of 4074) sorted by relevance

12345678910>>...163

/dports/comms/rxtx/rxtx-2.2pre2/
H A DBeOS1 BeOS serial support is in the early stages. configure and the resulting
5 Test.java in contrib/ works on BeOS.
7 rxtx.proj in contrib/ is included for people using the IDE that BeOS uses.
10 Initially we tried to use the standard POSIX functions to get BeOS working. It
11 became obvious the BeOS kernel API (See Serial.h on BeOS) would have to be
16 src/SerialImp.cpp is the BeOS support.
36 RXTXPort.isRTS (not available in BeOS)
38 RXTXPort.setDSR (not available in BeOS)
39 RXTXPort.isDTR (not available in BeOS)
/dports/finance/beancount/beancount-2.3.3/third_party/parser/
H A Dm4.patch7 -#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
8 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
16 -#if ! (defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */)
17 +#if ! (defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */)
25 -#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
26 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
38 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
50 +# if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
62 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
86 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/depends/native/m4/
H A D01-fix-ftbfs-with-glibc-2.28.patch16 -#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
17 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
26 +#if ! (defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */)
34 -#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
35 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
46 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
57 +# if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
68 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
79 +# if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
90 +#if defined _IO_EOF_SEEN || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */
[all …]
/dports/archivers/unzip/unzip60/beos/
H A DContents4 README notes from the author of the BeOS port
6 beocfg.h BeOS-specific configuration settings
7 beos.c BeOS-specific routines (similar to the Unix ones)
8 beos.h structures for the BeOS extra field
9 beosmain.cpp BeOS-specific C++ routines
10 unzip.rsc BeOS resources for UnZip
11 unzipsfx.rsc BeOS resources for UnZipSFX
H A DREADME1 UnZip 5.4 for BeOS
7 beos/Makefile). This will cease to be a problem when BeOS R4 ships this
14 the filesystem in BeOS.
17 Advanced Access Preview (aka DR9) Release of BeOS.
23 - supports BeOS on x86 hardware (and cross-compiling, if a compiler is
28 - adds a new -J option on BeOS; this lets you extract the data for a file
30 old BeOS ZIP archives... from before BeOS Preview Release)
37 You may find some extremely old BeOS zip archives that store their
39 BeOS copied the MacOS type/creator fields instead of using the current
47 The new scheme makes handling BeOS file attributes much more robust, and
/dports/lang/python27/Python-2.7.18/Misc/
H A DBeOS-NOTES1 Python for BeOS R5
4 will not build the full complement of modules on BeOS. Instead,
5 please replace it with the special BeOS version in Misc/BeOS-setup.py.
9 1) cp Misc/BeOS-setup.py setup.py
23 The BeOS is Not UNIX category:
28 This one is funny! BeOS does support large files, and that's why
35 their ancestors. But it happens on BeOS PPC only, not Intel.
/dports/lang/python-legacy/Python-2.7.18/Misc/
H A DBeOS-NOTES1 Python for BeOS R5
4 will not build the full complement of modules on BeOS. Instead,
5 please replace it with the special BeOS version in Misc/BeOS-setup.py.
9 1) cp Misc/BeOS-setup.py setup.py
23 The BeOS is Not UNIX category:
28 This one is funny! BeOS does support large files, and that's why
35 their ancestors. But it happens on BeOS PPC only, not Intel.
/dports/www/netsurf/netsurf-3.10/docs/
H A Dbuilding-Haiku.md2 Build Instructions for BeOS and Haiku NetSurf 13 February 2010
5 This document provides instructions for building the BeOS and Haiku version
8 BeOS NetSurf has been tested on Zeta and Haiku only for now. There are still some
9 issues to sort out for other BeOS versions.
24 To build NetSurf on a BeOS, provided you have the relevant
32 dependencies. Also note BeOS has an old make command that won't work, see
39 Many of NetSurf's dependencies are either installed or available for BeOS and
76 Additional requirements for BeOS
97 BeOS has an old make tool, which won't work when building NetSurf.
98 Haiku has 3.81 which is the one that works. For BeOS, one has to replace
[all …]
/dports/print/pnm2ppa/pnm2ppa-1.13/docs/en/
H A DINSTALL.BEOS1 Note on installation on BeOS.
4 You should edit the Makefile to adjust it for BeOS.
7 to be changed. (One succesful BeOS user put them in
14 what one happy BeOS user reported on the ppa.users@listbot.com list:
16 see message #598, "No more BeOS woes", July 21, 2000)
34 This BeOS user apparently had difficulties with scripts using the standard
39 On BeOS, pnm2ppa does not send messages to the system log. They go to
/dports/emulators/frodo/Frodo-4.1b/
H A DCHANGES13 - BeOS: Directory panel works again
15 - BeOS: Correct audio mixing/clipping
37 - BeOS: Fixed for BeOS AA:DR9
48 - BeOS: Sound calculation is now done in stereo
98 - BeOS: Safer quitting
99 - BeOS: Option to use GameKit (screen)
104 - BeOS: Joysticks work again
112 - BeOS: Fixed for BeOS DR8, improved the GUI a bit
130 - BeOS: Self-calibrating joystick routines
161 - BeOS: Emulation thread priority lowered
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/
H A DREADME.beos1 SANE and BeOS
7 SANE 1.0.3 was first ported to BeOS, under the name BeSANE,
11 SANE 1.0.5 BeOS port and fixes to some issues with original BeSANE port were
14 BeOS GUI SANE frontend project (by Philippe Houdoin):
22 Platform: BeOS R5.0.x ix86
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A DREADME.BeOS1 Regina for BeOS
3 This archive contains binaries for the Regina Rexx Interpreter 3.0 for BeOS.
11 This port was built on BeOS 5.0. I do not know if it works on any version of
12 BeOS prior to 5.0.
17 bin/regina - Regina Rexx Interpreter - BeOS Regina
29 built as BeOS add-on - see dynfunc.rexx
31 built as BeOS add-on - see dynfunc.rexx
/dports/net/skstream/skstream-0.3.9/
H A DREADME.FreeSockets31 BeOS
37 GCC BeOS
40 -BeOS
41 * Timeout control is unavaiable under BeOS due to its implementation of
42 sockets. BeOS support select() only when reading and not for writing or
44 * SOCK_RAW is not supported under BeOS.
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dvdprintf.texi22 BeOS.
25 BeOS.
33 glibc-2.3.6, BeOS.
36 BeOS.
40 BeOS.
44 AIX 7.1, BeOS.
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/be/
H A DREADME2 NetHack 3.6 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/be/
H A DREADME2 NetHack 3.6 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/nethack33/nethack-3.3.1/sys/be/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/nethack33-nox11/nethack-3.3.1/sys/be/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/be/
H A DREADME2 NetHack 3.6 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/nethack34-nox11/nethack-3.4.3/sys/be/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/nethack34/nethack-3.4.3/sys/be/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/falconseye/falconseye-1.9.3_11/sys/be/old/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/be/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/be/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/be/
H A DREADME2 NetHack 3.3 on a BeOS 4.5 system.
4 BeOS NetHack currently only supports the TTY windowing system. In
26 links instead of copying the Makefiles will work, but BeOS will
33 o Uncomment the BeOS versions of SYSRC and SYSOBJ.
34 o Uncomment the BeOS versions of CC, CFLAGS, LD, and LFLAGS. The
36 o Uncomment one of the Intel or BeBox/Mac BeOS versions of CC, CFLAGS,
43 - Uncomment the BeOS versions of CC and CFLAGS
56 aren't groups on the BeOS.

12345678910>>...163