Version: 1.2.1, Package name: guilib-1.2.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This is a very simple GUI framework, for use with SDL. It is very flexible, but is by no means a complete windowing system. It contains a C++ GUI class with a very rudimentary C interface, and a set of useful widget classes. |
Filesize: 336.955 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-01-22 12:27:35 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Trust c++(1) to create a library that can also be used with C code, and don't try to manually add C++ support libraries. Fixes build with llvm7. |
2019-01-22 12:23:40 by Christian Weisgerber | Files touched by this commit (3) |
Log message: Revert previous. If C++ code has been linked with c++(1) into a library, it should be possible to link that library to C code with cc(1). |
2019-01-22 12:03:08 by Christian Weisgerber | Files touched by this commit (3) |
Log message: Add dummy C++ sources that don't need to exist. This forces the C++ linker to be chosen, which is required when linking C code against a C++ library. |
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-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-04-21 12:33:49 by Stuart Henderson | Files touched by this commit (26) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) |
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. |
2011-01-03 12:56:34 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: - update guilib to 1.2.1 |
2011-01-03 12:47:11 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: - add missing modules |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-11-08 02:57:40 by Marc Espie | Files touched by this commit (31) |
Log message: kill a few libspecs in LIB_DEPENDS |
2010-10-24 15:11:03 by Antoine Jacoutot | Files touched by this commit (39) |
Log message: Remove USE_X11. |
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 |
2010-05-22 15:02:34 by Marc Espie | Files touched by this commit (2) |
Log message: C++ syntax |
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-19 10:26:20 by Stuart Henderson | Files touched by this commit (3) |
Log message: chase WANTLIB (sndio) and bump |
2007-11-13 07:06:22 by Steven Mestdagh | Files touched by this commit (33) |
Log message: fix WANTLIB |
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-10-28 05:19:21 by Marc Espie | Files touched by this commit (64) |
Log message: a few more SHARED_LIBS reformat |
2006-10-18 18:35:04 by Peter Valchev | Files touched by this commit (10) |
Log message: revert sdl changes from here too |
2006-10-18 12:40:27 by Peter Valchev | Files touched by this commit (7) |
Log message: sdl wantlib |
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-07 07:48:47 by Bernd Ahlers | Files touched by this commit (4) |
Log message: SHARED_LIBS |
2005-11-20 18:16:53 by Jacob Meuser | Files touched by this commit (5) |
Log message: - distfile was rerolled - USE_LIBTOOL - general cleanup - bump pkgname OK wilfried@ |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-11-23 04:22:02 by Marc Espie | Files touched by this commit (43) |
Log message: WANTLIB markers |
2004-08-09 18:52:45 by Marc Espie | Files touched by this commit (24) |
Log message: new plists |
2003-12-30 11:49:04 by Marc Espie | Files touched by this commit (1) |
Log message: fix link for gcc3 |
2003-09-25 00:25:14 by Jolan Luff | Files touched by this commit (22) |
Log message: drop maintainership on some stuff i don't use anymore, lop off WWW: ${HOMEPAGE} while touching 'em |
2003-05-12 02:23:48 by Jolan Luff | Files touched by this commit (34) |
Log message: update e-mail address, ok brad@ |
2003-02-23 11:30:20 by Peter Valchev | Files touched by this commit (2) |
Log message: New maintainer: Jolan Luff <jolan@cryptonomicon.org> |
2002-12-09 08:37:24 by Brad Smith | Files touched by this commit (20) |
Log message: change e-mail address. -- From: MAINTAINER |
2002-09-02 22:29:10 by Mark Grimes | Files touched by this commit (5) |
Log message: tag patches and add GPL comment for PERMIT's |
2002-09-02 22:20:28 by Mark Grimes | Files touched by this commit (4) |
Log message: guilib-1.1.1 update (works on ELF with brad's pending fixes: usbhid_pic/SDL) told to go ahead and commit now (brad@ ok) |