Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.70.1_8 04 Nov 2024 07:36:54 |
Dimitry Andric (dim) |
x11-wm/blackbox: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes x11-wm/blackbox to fail to compile with clang 19 and libc++
19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned int>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
./Menu.hh:82:13: note: in instantiation of template class
'std::basic_string<unsigned int>' requested here
82 | ustring lbl;
| ^ (Only the first 15 lines of the commit message are shown above ) |
0.70.1_8 26 Feb 2024 17:52:35 |
Muhammad Moinur Rahman (bofh) |
x11-wm/blackbox: Moved man to share/man
Approved by: portmgr (blanket) |
0.70.1_7 11 Jan 2024 10:31:03 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate the use of MANPREFIX for x11*
While here move some manpages to share/man |
0.70.1_7 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.70.1_7 28 Jul 2023 06:32:51 |
Fernando Apesteguía (fernape) Author: Trond Endrestol |
x11-wm/blackbox: switch from std::mem_fun to std::mem_fn
The former is deprecated.
PR: 272660
Reported by: Trond.Endrestol@ximalas.info
Approved by: A.J.Caines@halplant.com (maintainer) |
0.70.1_6 23 Jul 2023 15:53:03 |
Muhammad Moinur Rahman (bofh) |
x11-wm/blackbox: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.70.1_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.70.1_6 20 Jul 2022 14:23:42 |
Tobias C. Berner (tcberner) |
x11-wm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger
* Alejandro Pulver <alepulver@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Anton Tornqvist <antont@inbox.lv>
* Aragon Gouveia <aragon@phat.za.net>
* Babak Farrokhi <babak@farrokhi.net>
* Brett Taylor <brett@peloton.physics.montana.edu>
* Brian Handy <handy@physics.montana.edu>
* Bruce A. Mah <bmah@ca.sandia.gov> (Only the first 15 lines of the commit message are shown above ) |
0.70.1_6 20 Jun 2021 13:14:20 |
Piotr Kubaj (pkubaj) |
x11-wm/blackbox: fix build on powerpc
Same issue as on armv*. |
0.70.1_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.70.1_6 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.70.1_6 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.70.1_6 09 Aug 2018 06:42:47 |
koobs |
x11-wm/blackbox: Fix build with Clang 6, Fix TOOLS_ONLY option
Clang 6 (on 12-CURRENT) reports the following error during build:
EWMH.cc:250:7: error: non-constant-expression cannot be narrowed from type
'long' to 'unsigned long' in initializer list [-Wc++11-narrowing]
{ static_cast<long>(x), static_cast<long>(y) };
^~~~~~~~~~~~~~~~~~~~
There was also a bug introduced 4 years ago which removed the MAN1 variable a
later INSTALL_MAN macro relied on [1]. This caused a build/install failure
when the TOOLS_ONLY option was enabled.
This change fixes those two issues.
(Only the first 15 lines of the commit message are shown above ) |
0.70.1_5 10 Oct 2017 21:31:30 |
linimon |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
0.70.1_5 26 Jun 2017 22:20:20 |
linimon |
Scrub mention of armv6hf from ARCHS. It was never in a released version.
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket) |
0.70.1_5 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.70.1_4 29 Nov 2015 21:53:13 |
mmoll |
x11-wm/blackbox: fix build on arm
PR: 200124
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: maintainer (timeout) |
0.70.1_4 28 Jan 2015 01:07:55 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
0.70.1_4 08 Aug 2014 08:42:45 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt) |
0.70.1_4 26 Feb 2014 09:45:02 |
miwi |
- Stage support |
0.70.1_4 27 Sep 2013 15:17:27 |
madpilot |
Import a bunch of iconv fixes.
Submitted by: marino
Approved by: portmgr (bapt, implicit) |
0.70.1_4 21 Sep 2013 00:01:17 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
0.70.1_4 06 Sep 2013 20:57:11 |
zeising |
Fix build with clang and libc++
Approved by: portmgr (bapt) |
0.70.1_4 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
0.70.1_4 12 Oct 2012 22:00:44 |
rakuco |
Follow-up to r305690: convert the OPTIONS line to OptionsNG as well.
Thanks to kwm@ for the heads-up.
PR: ports/172561
Feature safe: yes |
0.70.1_4 10 Oct 2012 21:51:22 |
rakuco |
Convert to OptionsNG.
PR: ports/172561
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> (maintainer)
Feature safe: yes |
0.70.1_4 20 Oct 2011 03:33:06 |
danfe |
Fix the build with libX11 > 1.40. |
0.70.1_4 02 Oct 2011 19:54:06 |
pav |
- Mark BROKEN: does not compile
Util.cc:197: error: 'std::string bt::textPropertyToString(Display*,
XTextProperty&)' should have been declared inside 'bt'
Reported by: pointyhat |
0.70.1_4 08 Jul 2011 10:29:46 |
danfe |
Update description after recent changes. |
0.70.1_4 08 Jul 2011 10:27:20 |
danfe |
Remove `x11-wm/boxtools' port and provide an OPTION to install tools only.
Blackbox port is very light, and this separation does not really buys us
anything expect having to maintain two ports that operate on the very same
distfile. I could have probably just completely removed tools-only mode,
but there might be folks out there who believe this is a useful feature.
Approved by: maintainer (general idea) |
0.70.1_3 08 Jul 2011 10:00:40 |
danfe |
Add two patches to Blackbox:
Setting _NET_NUMBER_OF_DESKTOPS may cause Blackbox to explode. The problem
is due to a bad loop condition in Screen.cc::clientMessageEvent(). If the
difference between the new number of desktops and initial workspaceCount()
is odd, the condition is always true, or at least until "number" underflows
or overflows. BB will usually end up munching a lot of memory and dying
when it creates thousands of desktops first, though (tracker ID 2306646).
Blackbox does not handle transparency correctly in its slit, which causes
applications like x11/bbdock to display garbled graphics. Patch suggested
by the author of BBDock.
Port revision will be bumped separately, as there are more changes coming.
Approved by: maintainer |
0.70.1_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.70.1_3 18 Mar 2011 02:54:26 |
danfe |
- Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG one
- Optimize away `.for .. .endfor' loop when installing PORTDOCS
- Wrap one overly long line, canonicalize Makefile header while here
- Handle license installation via LICENSE framework
Approved by: maintainer (earlier version of patch) |
0.70.1_2 22 Aug 2009 00:39:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
0.70.1_2 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
0.70.1_2 22 Mar 2008 08:55:40 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.70.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.70.1 13 May 2006 05:00:46 |
edwin |
Remove USE_REINPLACE from categories starting with X |
0.70.1 15 Nov 2005 20:40:42 |
edwin |
Fix pkg-plist
Noticed by: YAPHR
Pointy hat to: AJ_ZO |
0.70.1 14 Nov 2005 03:56:23 |
edwin |
[MAINTAINER UPDATE] x11-wm/blackbox to 0.70.1
Update Blackbox window manager to current version, 0.70.1.
PR: ports/88969
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> |
0.70.0_1 18 Mar 2005 21:20:26 |
flz |
- Add UPDATING entry about latest blackbox ports changes.
- Update boxtools to 0.70.0.
- Update bbpager to 0.4.0.
- Global cleanup in blackbox and bbkeys.
PR: ports/78967
Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> |
0.70.0 11 Mar 2005 19:25:25 |
flz |
- Update to 0.70.0.
- Assign maintainership to submitter.
PR: ports/78678
Submitted by: Danny Koenig <dako@bsdberlin.org>
Approved by: pav (mentor) |
0.65.0 10 Aug 2004 11:04:41 |
vs |
Reset maintainer. Much thanks to Stijn for maintaining the ports so far!
PR: ports/70203
Submitted by: Stijn Hoop (maintainer) |
0.65.0 01 Aug 2004 12:59:18 |
clive |
Back port post gcc 3.4.2 fixup from x11-wm/boxtools.
Requested by: Marco Trentini <mark at remotelab dot org> |
0.65.0 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.65.0 19 Oct 2003 11:28:11 |
krion |
- Fix build on -current
PR: 58235
Submitted by: maintainer |
0.65.0 21 Feb 2003 14:19:11 |
knu |
De-pkg-comment. |
0.65.0 19 Sep 2002 14:38:40 |
obraun |
* Upgrade to 0.65.0.
* Use new x11-wm/boxtools port.
PR: ports/42947
Submitted by: maintainer |
0.62.1 17 Jun 2002 20:52:11 |
pat |
Update WWW tag
PR: 39420
Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
Approved by: maintainer |
20 Feb 2002 10:33:43 |
markp |
Updated to 0.62.1. |
28 Jan 2002 22:03:59 |
pat |
Fix bsetbg to use mktemp(1) |
25 Jan 2002 22:47:06 |
pat |
Update to 0.62.0 Give maintainership to submitter |
09 Oct 2000 08:28:29 |
trevor |
Update from 0.61.0 to 0.61.1, submitted by maintainer. To account for files
left behind after "make deinstall" I also added a MAN1 line and added the
Cthulhain style file, which is new in this version, to pkg-plist. I fixed a
stray space found by portlint -t. |
08 Oct 2000 08:00:02 |
asami |
Convert category x11-wm to new layout. |
29 Aug 2000 16:57:54 |
kevlo |
Update to version 0.61 |
18 Jun 2000 02:43:16 |
cpiazza |
Update to 0.60.3 |
17 Jun 2000 17:34:38 |
cpiazza |
Make Patrick Seal <patseal@hyperhost.net> the maintainer since I've been
neglecting this port lately.. |