Version: 0.2.4, Package name: bbdate-0.2.4 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description bbdate displays the current date in a window resembling the toolbar, and is smart enough to pick up settings from the Blackbox style-file. |
Filesize: 59.223 KB |
Version History (View Complete History) |
|
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
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-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:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-10-24 15:15:37 by Antoine Jacoutot | Files touched by this commit (275) |
Log message: Remove USE_X11. |
2007-07-23 12:30:55 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - minor update to bbdate-0.2.4 (from MAINTAINER William Yodlowsky <bsd at openbsd.rutgers dot edu>) - remove RUN_DEPENDS on blackbox |
2007-07-22 01:30:26 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - better HOMEPAGE - add MASTER_SITE_SOURCEFORGE to MASTER_SITES based on a diff from William Yodlowsky <bsd@openbsd.rutgers.edu> (MAINTAINER) |
2007-06-24 15:53:27 by Martynas Venckus | Files touched by this commit (6) |
Log message: - fix HOMEPAGEs not escaping #, inspired by simon@'s fix for simplejson; - better COMMENT for bbpager; - bump PKGNAMEs; ok simon@ |
2007-04-05 11:36:28 by Marc Espie | Files touched by this commit (363) |
Log message: more base64 checksums |
2006-02-10 02:11:20 by Steven Mestdagh | Files touched by this commit (1) |
Log message: remove broken master site |
2005-01-05 10:54:27 by Christian Weisgerber | Files touched by this commit (251) |
Log message: SIZE |
2004-12-17 08:18:34 by Aleksander Piotrowski | Files touched by this commit (66) |
Log message: Add WANTLIB markers, part two |
2004-09-15 13:26:35 by Marc Espie | Files touched by this commit (206) |
Log message: new style plists |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-10-08 11:13:20 by Nikolay Sturm | Files touched by this commit (92) |
Log message: first bunch of license cleanup, some discussions about interpretation during the release with pval@ other categories will follow once they are finished |
2002-10-17 05:19:50 by Christian Weisgerber | Files touched by this commit (3) |
Log message: Update to 0.2.3; fixes compilation with gcc3; ok maintainer |
2002-10-08 07:47:08 by Christian Weisgerber | Files touched by this commit (1) |
Log message: C++ fix for gcc3; more needed |