The name is a bastardization of the word Bombs
(and you should pronounce it however you want).
WWW: https://github.com/chazomaticus/3omns
3omns is the successor of Bomns3 (games/bomns3).
bomns
* Banish the Autotools to the land of wind and ghosts. CMake for the win.
* Beginnings of netplay, thanks to Charles. See the "netplay" branch.
* No longer compiles unused/broken AI code
bomnsedit
* None
bomnslauncher
* GTK1 launcher is archived and no longer built (it sucks, don't worry)
* bomnslauncher2 renamed bomnslauncher
- Transfer maintainership to games@ team
- Add license (GPLv2)
- Switch to USES=cmake and change to fetch from GITHUB
- Remove not existent Option and OPTIONS_SUB
- Remove pkgconfig, USE_BZIP2 and obsolete patches, changed by upstream
- Add CMAKE_ARGS+= -Wno-dev and USE_CSTD=gnu89
- Add DOCS and Option
- Symlink the icon
- Change WWW
to blame: in v1.53 they had the following change in their headers:
- explicit shared_array(T * p = 0): px(p), pn(p, deleter())
+ shared_array() BOOST_NOEXCEPT : px( 0 ), pn()
{
}
+ template<class Y>
+ explicit shared_array( Y * p ): px( p ), pn( p, checked_array_deleter<Y>() )
+ {
+ boost::detail::sp_assert_convertible< Y[], T[] >();
+ }
The solution is pretty simple: use default constructor instead of NULL when
initializing a shared_array; it was the default anyway [1]
- Add missing `pkgconfig' to USES, otherwise it won't find GTK+2
- Cleanup Makefile, sort the knobs, trim USE_GL (glut implies gl and glu)
- Transfer maintainership to games@ team
- Reword COMMENT and port description; add LICENSE (GPLv2) while here
[1] http://www.luxrender.net/mantis/view.php?id=1368
- Apply local patch to avoid a complaint from the compiler:
"Function <glutStrokeWidth> called without first calling 'glutInit'."
PR: 190833
Submitted by: olevole@olevole.ru (maintainer)
than further patching the source Makefile)
- Add LICENSE (GPLv2)
- Rename patch to reflect the file it applies to
- Whitespace cleanup
Approved by: portmgr (blanket approval)
2014-06-12 databases/py-cmemcache: Deprecated upstream
2014-06-13 games/mangos: Broken for more than 6 months
2014-06-14 lang/clojure-contrib: monolithic contrib library is obsolete
2014-06-14 devel/bzapi: Bugzilla has a native REST API, see https://wiki.mozilla.org/BMO/REST