Commit Graph

1987 Commits

Author SHA1 Message Date
naddy
89af8fcb7c fix dependencies 2010-07-10 14:39:04 +00:00
jakemsr
9c82a33ec9 * fix broken LIB_DEPENDS: libdumb is a static lib
* new style LIB_DEPENDS/WANTLIB
ok sthen
2010-07-09 09:37:37 +00:00
sthen
3609865967 - move LIB_DEPENDS to the new world order
- remove a bogus LIB_DEPENDS and bump as a result of this

problem noted by landry, discussed with jakemsr
2010-07-09 08:12:27 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
espie
b2542ec1c5 there's no shared library in boost that's used for this, bump pkgname 2010-07-06 15:32:44 +00:00
kili
f19ee7273f WANTLIB += pthread and bump PKGNAME. 2010-06-30 15:41:01 +00:00
ajacoutot
2f1dc62cdc grrrrr, don't hardcode paths. 2010-06-20 16:44:54 +00:00
ajacoutot
4db34ea7ae Major update to gcompris-9.3.
Remove dependency on texi2html as it's not needed (noticed by kili@).
2010-06-20 16:31:02 +00:00
ajacoutot
a733b272d8 Fix find(1) args. 2010-06-19 13:57:10 +00:00
landry
a6b7b3244e Add a bunch of patch chunks shamelessly stolen from FreeBSD to allow this
to build (and even run!) on gcc4 archs. While here, precise licence marker
and bump PKGNAME.
2010-06-15 19:04:05 +00:00
kili
73f62484da Add gmp and bump. 2010-06-15 17:59:24 +00:00
landry
57723588d5 -O0 is not needed anymore on sparc64 since it switched to gcc4.
From Brad.
2010-06-15 13:11:17 +00:00
landry
a65f0826d8 sparc64 doesn't need -O1 anymore since it switched to gcc4.
From Brad.
2010-06-11 20:17:50 +00:00
sthen
02b52aecab missed cvs rm; noticed by Daniel Dickman 2010-06-09 19:09:11 +00:00
espie
90d29551f7 Carmack may be brilliant, but fuck this. Low-level programmers, indeed.
roll-your-own offsetof, disgusting.

fix on LP64 + gcc4
2010-06-07 16:03:40 +00:00
espie
7709de873d fix on LP64 + gcc4 bool(pointer) => bool(pointer != NULL) 2010-06-07 14:48:32 +00:00
sthen
460036155d update to 3.3.0.0, while there move Makefile patches to MAKE_FLAGS.
ok benoit@
2010-06-07 08:13:53 +00:00
kili
bc00c71e7e Fix build with gcc4 on LP64.
From FreeBSD.
2010-06-06 12:26:55 +00:00
jasper
d0b2434c7a - unbork patch, spotted by naddy 2010-05-28 14:58:06 +00:00
naddy
30015ccf17 OpenBSD has always had usleep(3); fixes build with gcc4 2010-05-28 14:03:15 +00:00
espie
b694510379 missed one, found by naddy 2010-05-28 10:48:11 +00:00
jakemsr
313837a2ff * use the sndio backend from games/quake, since ao uses (essentially)
the same audio engine as quake
* use -pthread instead of -lpthread for pthreads linkage
* oa defines an ALIGN macro, rename it to QALIGN to avoid clashing
  with the ALIGN macro from machine/param.h
* use /dev/arandom instead of /dev/urandom
ok jasper@
2010-05-27 03:47:28 +00:00
jasper
8a855e0787 - fix crash when selecting "software" renderer (= svgalib) from
options by disabling the driver in the list.
- also remove 3dfx wrapper driver that is nonexisting and doesn't make sense.

from antti harri
ok claudio@ (MAINTAINER)
2010-05-26 16:27:32 +00:00
espie
b6095e2d65 -fomit-frame-pointer actually needed on gcc4
found by jakemsr@
2010-05-25 00:46:39 +00:00
espie
3398fe88f4 template ctor is A<T>::A()
both gcc3 and 4 agree
2010-05-23 15:58:02 +00:00
espie
1ae7e4a6f6 fix build for gcc4 (game is not playable on any modern machine...) 2010-05-23 15:32:16 +00:00
espie
c69b066669 fix build 2010-05-23 01:05:38 +00:00
espie
e16f4761e8 fix 2010-05-23 00:57:22 +00:00
espie
17372c934a missing prototypes 2010-05-22 21:31:57 +00:00
espie
a79a0d525a ... and bump 2010-05-22 13:11:53 +00:00
espie
02462c0dd9 fix 2010-05-22 13:10:51 +00:00
espie
4e50d092d7 friend != decl 2010-05-22 12:02:28 +00:00
espie
066e590bb4 fix syntax 2010-05-22 11:34:22 +00:00
espie
b77a1896a9 lvalue fixes for gcc4 2010-05-19 13:48:10 +00:00
espie
3524bb0e7a termcap double declaration. fixes gcc4 2010-05-19 07:34:43 +00:00
espie
0062941a95 don't redeclare termcap in a conflicting way. fixes gcc4 2010-05-19 07:27:25 +00:00
ajacoutot
fc908f7fe4 Bump after recent mono MODULE change.
"sure" robert@
2010-05-15 09:40:17 +00:00
espie
bb56354b11 proto fixes for gcc4 complaints 2010-05-13 16:37:32 +00:00
kevlo
59121dd225 add gbrainy 2010-05-07 15:14:26 +00:00
kevlo
511280df92 Initial import of gbrainy 1.41.
Gbrainy is a brain teaser game and trainer to have fun and to keep 
your brain trained.

ok ajacoutot@
2010-05-07 15:13:44 +00:00
kili
e07d5ae83f Adjust WANTLIB and bump PKGNAME after the ghc change. 2010-05-06 20:05:24 +00:00
ratchov
105a0609a5 replace sun audio backend by a sndio backend. Diff from jakemsr with
tweaks from me.

ok jakemsr
2010-05-02 13:35:48 +00:00
naddy
0151933d3c fix build with new X11 headers 2010-04-30 13:57:05 +00:00
jasper
2e18d33420 - fix after gtk+2 update 2010-04-27 20:50:21 +00:00
jakemsr
614e8f7a06 use SDL for audio output by default; drop OSS backend
ok claudio@ (MAINTAINER)
2010-04-26 16:37:24 +00:00
jakemsr
74b028b0ea fix WANTLIB (why did these have sndio in WANTLIB in the first place?) 2010-04-26 03:01:06 +00:00
jakemsr
9b15a0535d - sndio supported as default audio output method
- build with -pthread in LDFLAGS instead of -lpthread in LIBS;
  allegro-config passes LDFLAGS on, so dependent ports build correctly
  (WANTLIB changes in dependent ports coming soon)
- don't build modules in liballegro: we don't ship an allegrorc to
  be able to choose which modules to use

"sndio bits look ok" ratchov@
2010-04-26 02:56:30 +00:00
jakemsr
805633ad98 sndio support (even though we don't ship the sound files) 2010-04-26 01:43:02 +00:00
kili
98629eedc9 + monadius 2010-04-25 19:12:13 +00:00
kili
3e9661b80f Waiting for a qt4 build is soooo boring...
Import monadius, a 2-D scrolling vector graphics clone of the
arcade game Gradius, implemented in Haskell.
2010-04-25 19:11:51 +00:00