Version: 0.1.8, Package name: sdlmm-0.1.8 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, which is a generic API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer across multiple platforms. SDLmm aims to stay as close as possible to the C API while taking advantage of native C++ features like object orientation. It also aims at being platform independent as much as possible. |
Filesize: 541.026 KB |
Version History (View Complete History) |
|
2019-07-12 15:02:30 by Stuart Henderson | Files touched by this commit (339) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
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. |
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-06-14 12:34:10 by Ingo Schwarze | Files touched by this commit (1) |
Log message: With roff_term.c rev. 1.12, mandoc now gets the indentation right, allowing output comparison, and it turns out mandoc output is actually better than groff output because mandoc treat the invalid font \fC as roman, while groff simply ignores the escape sequence. So, drop USE_GROFF and bump. |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-09-13 08:40:30 by Christian Weisgerber | Files touched by this commit (20) |
Log message: replace libiconv module |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-10-18 11:48:13 by Marc Espie | Files touched by this commit (650) |
Log message: USE_GROFF=Yes |
2010-09-30 11:34:57 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: Merge -docs into -main. ok pval@ (maintainer) jasper@ |
2010-09-10 16:57:52 by Christian Weisgerber | Files touched by this commit (1) |
Log message: MODULES added bogus dependencies in -docs; from Brad |
2010-09-02 15:06:31 by Peter Valchev | Files touched by this commit (1) |
Log message: port cleanup; from brad, tested by us on gcc4 and phessler on gcc2/gcc3 |
2010-07-18 13:12:05 by Christian Weisgerber | Files touched by this commit (2) |
Log message: check COMPILER_VERSION instead of USE_GCC3; from Brad |
2009-08-10 00:31:09 by Matthias Kilian | Files touched by this commit (111) |
Log message: WANTLIB changes after xcb addition and bump. |
2008-11-06 17:47:51 by Stuart Henderson | Files touched by this commit (3) |
Log message: WANTLIB+=sndio and bump |
2007-10-14 02:22:17 by Marc Winiger | Files touched by this commit (8) |
Log message: fix WANTLIB, bump PKGNAME |
2007-09-15 20:53:14 by Michael Erdely | Files touched by this commit (599) |
Log message: Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN |
2007-04-14 15:20:19 by Nikolay Sturm | Files touched by this commit (34) |
Log message: WANTLIB |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-11-25 12:12:39 by Marc Espie | Files touched by this commit (6) |
Log message: synch |
2006-11-25 12:12:08 by Marc Espie | Files touched by this commit (2) |
Log message: new MULTI_PACKAGES SHARED_LIBS format |
2006-02-08 12:22:41 by Steven Mestdagh | Files touched by this commit (1) |
Log message: add missing WANTLIB marker |
2006-02-05 06:50:13 by Steven Mestdagh | Files touched by this commit (2) |
Log message: don't build with -O3. ok naddy@ |
2006-01-13 16:40:25 by Marc Espie | Files touched by this commit (27) |
Log message: bump C++ shared libs after typedef changes. note that all SDL libs link with supc++ (potentially, and thus are affected) -> don't take a chance, bump. |
2006-01-06 02:07:59 by Steven Mestdagh | Files touched by this commit (4) |
Log message: SHARED_LIBS and USE_LIBTOOL |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-09-14 17:44:02 by Marc Espie | Files touched by this commit (206) |
Log message: switch to new plist, killing a few install scripts along the way. |
2004-07-19 04:58:17 by Peter Valchev | Files touched by this commit (3) |
Log message: install documentation under "docs" subpackage; based on Julian Leyh <oenone@oenone.de> |
2004-01-02 11:06:33 by Marc Espie | Files touched by this commit (1) |
Log message: linking manually with -lstdc++ is dangerous... |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2002-12-29 13:19:12 by Federico G. Schwindt | Files touched by this commit (83) |
Log message: and more.. |