Commit Graph

73285 Commits

Author SHA1 Message Date
pascal
26f86aa6bd Object Oriented Input System (OIS) is meant to be a cross platform,
simple solution for using all kinds of Input Devices (Keyboards,
Mice, etc) and feedback devices (e.g. force feedback).
Written in C++ using Object Oriented Design pattern


with tweaks from kirby@, mpi@ and Antti Harri.

ok kirby@
2012-03-18 14:27:22 +00:00
jmatthew
d2db4af8ad include the headers in the package
ok aja sthen
2012-03-18 12:56:56 +00:00
sthen
620492f011 Avoid a tight loop in asterisk's pbx_spool thread reported by drahn@ under
rthread. kern_time.c:itimerfix() requires the kevent interval timer to be
<= 100M seconds otherwise it passes an EINVAL back up, giving an error
return from kevent(). The initial timestamp is (INT_MAX-cur time) i.e.
around 800M so we hit this. Workaround by clamping tv_sec to 100M sec.
2012-03-17 23:08:20 +00:00
naddy
a2f2e0e316 getline -> get_line 2012-03-17 23:01:09 +00:00
naddy
9b5a025334 getline -> get_line 2012-03-17 22:50:56 +00:00
naddy
c51deb119a getline -> get_line 2012-03-17 22:42:26 +00:00
naddy
cc20584540 getline -> get_line 2012-03-17 22:36:25 +00:00
kili
4d11f0fe70 Missed disdvi. 2012-03-17 21:25:37 +00:00
naddy
b793b565ac update to 2.0.17; based on a submission by Gonzalo L. R. 2012-03-17 21:09:01 +00:00
pascal
e9768078c3 Fix linking to libfreeimage on non-amd64 archs.
tested on powerpc and ok mpi@, ok eric@ (maintainer)
2012-03-17 20:54:25 +00:00
kili
5ae99e3a74 texlive doesn't contain dvi2tty. @comment related documentation
to avoid a conflict with print/dvi2tty.

noticed and ok naddy@
2012-03-17 20:50:14 +00:00
naddy
53efca7ae7 getline -> get_line
drop USE_GROFF
2012-03-17 18:55:17 +00:00
dcoppa
8e4836198e Fix the "periodic focus bug" described at:
c91bb1ba13

From upstream git via Bryan Linton (bl AT shoshoni DOT info)
2012-03-17 17:32:28 +00:00
naddy
7d63e0ee93 getline -> get_line 2012-03-17 17:19:59 +00:00
naddy
e6021fd97f getline -> get_line 2012-03-17 16:55:46 +00:00
naddy
f40eded260 * getline -> get_line
* remove maintainer by his request

ok fgsch@
2012-03-17 16:04:34 +00:00
naddy
5c2859c0d8 getline -> get_line; from Gonzalo L. R. 2012-03-17 15:10:47 +00:00
ajacoutot
c01d102371 Update to xpilot-4.5.5.
getline -> get_line

from Gonzalo L. R.
2012-03-17 15:09:45 +00:00
sthen
30179d8416 on second thoughts, just rm this. fails with >256 colours, broken on LP64,
dead since before 1994. OK naddy@
2012-03-17 14:52:07 +00:00
naddy
472e84ec64 remove xmbdfed; thoroughly superseded by gbdfed; ok sthen@ 2012-03-17 14:46:52 +00:00
sthen
4bc20807e7 getline->get_line, from Gonzalo L. R. 2012-03-17 14:44:55 +00:00
sthen
810778e8e4 regen patch 2012-03-17 14:41:33 +00:00
fgsch
0a26a105b6 detect if getline is available before using trying to use an internal one.
sthen@ ok
2012-03-17 14:20:58 +00:00
sthen
cdc97e4bcd getline -> get_line and drop USE_GROFF, from Donovan Watteau 2012-03-17 12:40:01 +00:00
ajacoutot
f987af8fa6 Minor update to telepathy-glib-0.16.5. 2012-03-17 12:07:56 +00:00
sthen
e72312ef8c getline -> get_line. honour CC. 2012-03-17 11:00:06 +00:00
sthen
cedf61320a use WRKSRC not WRKDIST and regen patches
no need for groff
regen plist
use SUBST_CMD rather than handrolled %%SYSCONFDIR%% subst
2012-03-17 10:57:23 +00:00
sthen
d1d8ff34a0 getline, regen plist 2012-03-17 10:47:19 +00:00
ajacoutot
5f3fd5f476 Tweak comment in patch; no pkg change. 2012-03-17 10:43:32 +00:00
sthen
7316ef1a51 getline -> get_line, regen plist while there 2012-03-17 10:35:10 +00:00
sthen
8798621f94 getline -> my_getline (get_line is already used), regen plist while there 2012-03-17 10:31:48 +00:00
sthen
c92067fa87 remove patch to force nonblocking on the bpf; we don't want this with rthreads 2012-03-16 23:39:13 +00:00
sthen
54da5ff5e0 getline->get_line, remove USE_GROFF 2012-03-16 22:23:22 +00:00
sthen
1bc2837fb8 regen patches 2012-03-16 22:08:45 +00:00
landry
ab952f94dd Bump after mozilla.port.mk dependency change.
Note that firefox mobile/fennec doesnt follow the mozilla release train
this time, they're working hard on getting the native android UI, per
https://blog.mozilla.com/futurereleases/2012/01/25/bringing-android-native-firefox-to-beta/
(we'll see what are the consequences for building on gtk...)
2012-03-16 22:05:40 +00:00
sthen
0c389a8d92 Fix an instance of getline which I missed when I preemptively fixed it earlier 2012-03-16 22:05:13 +00:00
sthen
3b1137aabe Rename getline, drop USE_GROFF, more exact license marker 2012-03-16 22:01:37 +00:00
sthen
aba3e2ad42 Rename getline to avoid conflicting with a ridiculously named posix function.
Drop USE_GROFF while there, it's not needed.
2012-03-16 21:58:38 +00:00
landry
ce7d02efe4 Chase fx36 and update xulrunner to 1.9.2.28... 2012-03-16 21:45:08 +00:00
landry
36c4b355bb Bump after mozilla.port.mk dependency change (remember, firefox 3.5 is EOL) 2012-03-16 21:43:58 +00:00
landry
f9c5f3e1e8 bump after mozilla.port.mk dependency change 2012-03-16 21:42:58 +00:00
landry
d20080f9cf Update to firefox36 3.6.28 (last one in 3.6! promised!)
- Fixes MFSA 2011-55, 2012-13, 2012-14, 2012-16, 2012-19
2012-03-16 21:41:48 +00:00
landry
7579e693c7 Update to seamonkey-i18n 2.8. 2012-03-16 21:39:04 +00:00
landry
c34d58f59f Update to seamonkey 2.8. (and enigmail 1.4/lightning 1.3b1)
- Fixes MFSA 2012-12->19
- see http://www.seamonkey-project.org/releases/seamonkey2.8/
- complete patchset for #691898, still fixes build on ppc (and hopefully
commited in firefox 14...)
- add patchset from #706955, workarounds #669050 (xpcshell hangs during
make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:38:33 +00:00
landry
2aa668e71c Update to thunderbird-i18n 11.0. 2012-03-16 21:35:44 +00:00
landry
47fbfa2d28 Update to thunderbird 11.0. (and enigmail 1.4/lightning 1.3b1)
- Fixes MFSA 2012-12->19
- see http://www.mozilla.org/en-US/thunderbird/11.0/releasenotes/ (but
  there's much more!)
- complete patchset for #691898, still fixes build on ppc (and hopefully
commited in firefox 14...)
- add patchset from #706955, workarounds #669050 (xpcshell hangs during
make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:35:25 +00:00
landry
a10d80348e Update to firefox-i18n 11.0. 2012-03-16 21:31:50 +00:00
landry
3d95990410 Update to firefox 11.0.
- Fixes MFSA 2012-12->19
- see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/
- complete patchset for #691898, still fixes build on ppc (and hopefully
  commited in firefox 14...)
- add patchset from #706955, workarounds #669050 (xpcshell hangs during
  make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:31:24 +00:00
landry
36dbd7720a Bump dependencies to nspr 4.9 & nss 3.12.13, reqd' for mozilla 11. 2012-03-16 21:27:09 +00:00
naddy
862d1beb7b update to 4.2 patchlevel 24 2012-03-16 19:56:24 +00:00