Version: 0.4.3.1, Package name: atlas-0.4.3.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This library implements the Atlas protocol, for use in client-server game applications. This library is suitable for linking to either clients or servers. |
Filesize: 185.005 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 |
2019-05-07 11:04:59 by Daniel Jakots | Files touched by this commit (24) |
Log message: Remove pvalchev as maintainer per his request |
2018-10-28 02:30:03 by Anthony J. Bentley | Files touched by this commit (2) |
Log message: Include cstdlib for atol and atof. |
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-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-10-13 00:29:38 by Anthony J. Bentley | Files touched by this commit (28) |
Log message: Update maintainer email address. |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-12-05 11:24:33 by Jasper Lievisse Adriaanse | Files touched by this commit (16) |
Log message: - use REVISION instead of a patch-level from mikolaj kucharski, with a tweak by me in qt3-sqlite3-plugin |
2010-10-24 15:11:03 by Antoine Jacoutot | Files touched by this commit (39) |
Log message: Remove USE_X11. |
2009-01-09 10:43:39 by Christian Weisgerber | Files touched by this commit (28) |
Log message: fix "underquoted definition" warnings from newer aclocal and regen some patches |
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-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-10-28 05:19:21 by Marc Espie | Files touched by this commit (64) |
Log message: a few more SHARED_LIBS reformat |
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-11 05:26:36 by Marc Espie | Files touched by this commit (3) |
Log message: zap MODGNU_SHARED_LIBS |
2006-01-02 10:49:48 by Bernd Ahlers | Files touched by this commit (5) |
Log message: SHARED_LIBS, USE_LIBTOOL "go ahead" pvalchev@ |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-08-08 11:55:29 by Marc Espie | Files touched by this commit (15) |
Log message: new PLISTs |
2004-07-19 05:06:33 by Peter Valchev | Files touched by this commit (1) |
Log message: remove bogus depends; pointed out by wilfried |
2004-02-24 19:35:18 by Christian Weisgerber | Files touched by this commit (52) |
Log message: The sparc64 compiler is gcc3 now; don't require the gcc3 module. |
2002-11-17 02:02:19 by Peter Valchev | Files touched by this commit (1) |
Log message: Use MODULES=gcc3 on sparc64 to build this to avoid evil internal compiler errors deep in STL land |