Version: 2.00, Package name: blobwars-2.00 |
Maintained by: Matthias Kilian |
Master sites: |
Description Since their world was invaded by an alien race, the Blobs have faced a lifetime of war. But now they have a chance to win the war once and for all. In Blob Wars : Metal Blob Solid, you take on the role of a fearless Blob agent, Bob. Bob's mission is to infiltrate the various enemy bases around the Blobs' homeworld and rescue as many MIAs as possible. But standing in his way are many vicious aliens, other Blobs who have been assimilated and the evil alien leader, Galdov. |
Filesize: 65412.698 KB |
Version History (View Complete History) |
|
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: 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-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message: @tag gtk-update-icon-cache |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-08 14:16:24 by Matthias Kilian | Files touched by this commit (1) |
Log message: Grr. rm patches/patch-makefile. |
2017-05-08 14:13:47 by Matthias Kilian | Files touched by this commit (8) |
Log message: Update to blobwars-2.00. ok rsadowski@ |
2017-05-04 14:57:05 by Marc Espie | Files touched by this commit (1) |
Log message: -Werror is sooo dependent upon the specific compiler |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2015-03-27 02:41:06 by Antoine Jacoutot | Files touched by this commit (41) |
Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-05-08 15:47:44 by Matthias Kilian | Files touched by this commit (6) |
Log message: Update to blobwars-1.19 (to get rid of one patch). |
2011-04-02 11:39:34 by Matthias Kilian | Files touched by this commit (4) |
Log message: - Don't try to close joysticks that have never been opened (and do not even exist, although reported as existing by SDL). From Antti Harri <iku@openbsd.fi>. - Don't pass -1 to a function expecting an unsigned int (ugly quick-fix by adding a cast; I'll suggest upstream to fix this in a better way). - Fix an sizeof (char *) error. The latter two fix the build on arm. |
2011-04-02 03:57:23 by Matthias Kilian | Files touched by this commit (1) |
Log message: Let it compile on archs where char defaults to unsigned (powerpc). |
2011-03-31 10:37:17 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Use @unexec-delete here. |
2011-03-31 10:25:27 by Matthias Kilian | Files touched by this commit (7) |
Log message: Resurrect blobwars. All problematic files have been replaced by new material with acceptable licenses. ok landry@, who also reminded me to add gtk-update-icon-cache lines to the plist. |
2008-08-25 14:52:47 by Matthias Kilian | Files touched by this commit (6) |
Log message: Remove this. It claims to be GPL, but in truth it contains files the author "found on the web", and he's not going to fix this. "Yes" naddy |
2007-09-15 12:01:04 by Simon Bertrang | Files touched by this commit (140) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |