29 Commits

Author SHA1 Message Date
naddy
9433d2a35f drop RCS Ids 2022-03-11 19:04:03 +00:00
sthen
69d5bcb419 fix fallout from scons update, from Omar Polo 2021-10-31 17:30:22 +00:00
sthen
e9e8db9ef9 boswars: use optipng to fix the png files, fixing runtime
libpng warning: iCCP: known incorrect sRGB profile
libpng error: IDAT: invalid distance too far back
Error reading the PNG file.
Can't load the graphic `graphics/ui/ui_minimap.png'

from Omar Polo
2021-10-17 12:19:12 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
brad
b37821271d Update to boswars 2.7.
ok bentley@
2013-09-24 04:53:17 +00:00
naddy
b4fb4aa9c7 cope with new png include layout 2013-06-03 02:46:57 +00:00
brad
338cbd8287 Remove libm hack no longer necessary.
ok ajacoutot@
2013-03-30 08:31:56 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
sthen
ea0c61be74 record hidden build dep on sdl-image headers, fixes intermittent dpb failures 2013-01-26 09:14:35 +00:00
sthen
b072aa75b0 missing bump; lua.port.mk
-@arch *
+@arch i386
2012-09-22 08:41:01 +00:00
jasper
ba986e198f - add missing lua module 2012-08-05 19:28:33 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
4868ff182a switch to lua.port.mk 2012-05-15 18:14:01 +00:00
ajacoutot
420793a4c9 Update to boswars-2.6.1.
from Brad.
2011-05-12 05:43:04 +00:00
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
espie
f86b91e613 new WANTLIB 2010-11-08 13:51:52 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
ajacoutot
acc18e4355 Update to boswars-2.6.
Resign from maintainership.
2010-04-14 18:29:59 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
6d40e23704 - update to version 2.5 2008-03-15 10:06:00 +00:00
ajacoutot
39616f53a6 - use MODULES=devel/scons
- fix WANTLIB
2007-12-08 20:21:33 +00:00
ajacoutot
2e9ea3326e - small update to boswars-2.4.1
OpenGL is now compiled in (but disabled by default in the game options)
2007-09-05 16:48:02 +00:00
ajacoutot
1acd842fbf - update to latest version
- remove one patch (included upstream)
2007-08-27 13:19:33 +00:00
ajacoutot
57c73ff8f7 - fix a segfault (imported upstream, SVN Rev. 9021)
from Moritz Grimm <mlist at scapa.dnsalias dot net>, thanks!
2007-07-16 06:13:07 +00:00
ajacoutot
b35f128504 Import boswars-2.3
Bos Wars is a futuristic real-time strategy game. It is possible to play
against human opponents over LAN, internet, or against the computer.
It aims to create a completely original and fun open source RTS game.


ok simon@
2007-07-14 20:33:54 +00:00