jeremy
444c82c515
Apply upstream distpatch to fix maxDepth issue
...
Fixes Firefox in certain multimonitor configurations
OK kn@
2022-06-24 14:39:26 +00:00
naddy
21f1bb8ad8
drop RCS Ids
2022-03-11 20:15:18 +00:00
sthen
0a5b5bddee
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:50:46 +00:00
sthen
25f0e460f2
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.
2018-10-24 14:27:57 +00:00
naddy
77436a76c7
fix build with clang6 on ILP32 platforms
2018-04-19 22:50:55 +00:00
sthen
5e964ab0df
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
2017-07-26 22:45:14 +00:00
espie
c114d7057b
add pthread to COMPILER_LIBCXX.
...
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6
use COMPILER_LIBCXX where applicable
2017-07-16 19:18:47 +00:00
schwarze
f607c8eabc
Drop USE_GROFF and bump.
...
Mandoc now copes with DocBook lists using \h.
2017-06-02 11:33:16 +00:00
jsg
40448cfb53
Backport a fix for an incorrect pointer test. Fixes the build with clang.
2017-04-22 07:50:21 +00:00
sthen
073d25a37c
use LIBCXX
2017-04-10 11:46:32 +00:00
naddy
65e305f38a
replace libiconv module
2016-09-13 19:15:03 +00:00
sthen
b0afd3bc40
remove bcallah as maintainer of his ports, at his request
2015-08-25 13:18:24 +00:00
dcoppa
90fa34487a
Update to fluxbox-1.3.7
...
OK bcallah@ (maintainer)
2015-02-09 15:52:13 +00:00
dcoppa
f062bcef51
Fix bug: integer underflow in startup phase
...
(upstream git commit 7b8fd2d81ad80a73564fc9fbb779f47568f12652)
Crash reported and fix tested by Janis Lukasevics
2015-01-21 08:52:04 +00:00
bcallah
976b17322c
Update to 1.3.6
...
Tested on armv7 by Scarlett <scarlett AT xavin DOT net> - Thanks!
ok dcoppa@ aja@
2015-01-11 15:59:19 +00:00
bcallah
de07fc573f
Remove a stray "i" and other stylistic fixes.
...
From Ross L Richardson <openbsd AT rlr DOT id DOT au> via private email.
2014-05-24 14:55:16 +00:00
bcallah
72bdc444cd
Take MAINTAINER.
...
Bump REVISION.
Discussed with dcoppa@ (previous MAINTAINER)
2013-05-09 19:35:40 +00:00
bcallah
5fa96be09d
Update x11/fluxbox to 1.3.5
...
ok gonzalo@
2013-04-16 15:27:03 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
dcoppa
fcefc40460
Fix regression regarding timers with equal end-time
...
(upstream git commit 3e4ee48bf16be6925b7c35ab8bd73bd962c674d8)
2013-02-04 09:19:44 +00:00
dcoppa
3af1701582
Another round of bug fixes:
...
Simplifies and fix bugs in FbTk::Timer
(upstream git commit 33161595f482d0dad950ce127b6016eefe8ea691)
Fix bug: actually invert a given Texture (stupid typo)
(upstream git commit bf5da7f1b6e87f574774558700d066d9cff1f436)
2013-01-21 09:49:20 +00:00
dcoppa
de35817737
Bugfix: ensure textures have the correct size before applying 'bevel'
...
(upstream git commit 239e895826b2f843bc50cc6fef8108db174c33e8)
2013-01-14 15:57:56 +00:00
dcoppa
e4ba2af9ea
Fix bug: handle the list of Timers not in-place
...
(upstream git commit 4d307dcd10af9d817ff5c05fc40ae7487564cb31)
See: http://sourceforge.net/tracker/?func=detail&aid=3590078&group_id=35398&atid=413960
Also reported by nigel@
2013-01-14 14:27:41 +00:00
dcoppa
de1a79ce07
Update to fluxbox-1.3.3.
...
Tested on sparc64.
Tested by bcallah@ on amd64 and loongson.
OK bcallah@
2013-01-11 08:11:26 +00:00
dcoppa
78eb43dff6
Bugfix: use expanded style/theme filename
...
(upstream git commit d8cd6a928b76dbe63afa82327c51715cb1a1bdc8)
While here, sync WANTLIB.
2012-12-27 13:51:17 +00:00
dcoppa
85451d4fec
Fix sanity check for transient and explicitly placed windows
...
(upstream git commit 60a53113e05db443af4d520883ec3145680642a8)
2012-08-27 10:45:44 +00:00
dcoppa
7a3718c491
Bugfix: don't draw the interlace lines 1px too far
...
(upstream git commit 56af5a163513abf0c379c164e6d6c4960957a065)
2012-04-22 15:52:35 +00:00
sthen
88ea72915d
Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
...
make a distinction between these. ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
dcoppa
0185515fc8
Add mwm _MOTIF_WM_INFO atom to advertise mwm hints capability: fix
...
a problem with rxvt-unicode falling out of Fluxbox' control when
started with the borderless option.
(upstream git commit db08329d8bc689ff14cbb9084814d652ae349621)
2012-01-20 11:53:30 +00:00
dcoppa
2133847a2f
Some fixes here and there, from upstream git.
2011-12-29 16:15:53 +00:00
dcoppa
fbd389105f
Tighten dependency on fribidi>=0.19.2
...
Thanks Brad
2011-11-07 19:10:27 +00:00
dcoppa
392c4fa859
Fix out-of-range memory access
...
(upstream git commit 757f78035da77fb84ad4ab479506f494353029d1)
2011-11-07 09:49:45 +00:00
dcoppa
022a39e117
Cope with fribidi update
...
from Brad
OK edd@
2011-11-07 09:17:07 +00:00
dcoppa
f0a47ff4e1
Update to fluxbox-1.3.2
2011-10-30 15:16:13 +00:00
dcoppa
953b55b849
Fix a bug in the BScreen constructor:
...
it was testing for FbWindow.property() == Success, where it should
have tested for == true
(upstream git commit 3ad611928a86db3fdb4a8818da1394aa53eaeac7)
2011-09-20 09:59:38 +00:00
dcoppa
15bab017a1
Various bugfixes from upstream git:
...
Fix a bug causing argb32 application icons to appear garbled
Remap keysyms to keycodes after 'MappingNotify' (fix keybindings
with non-qwerty keyboard layouts)
Do not change workspaces when using NextWindow / PrevWindow buttons
in toolbar
Fix a race condition between copying the default config files
to ~/.fluxbox/ and executing 'fluxbox-update_configs'
2011-09-13 09:31:47 +00:00
dcoppa
3b99c5f001
Fixes for TextDialog and ToolTipWindow style rendering bugs.
...
Commits fd6fbb80e7a6c1d62d696a4f598edc1101b13194 and
822c02e96a88a90540fa622afa5ab196b9ba5a7c.
2011-05-23 09:13:36 +00:00
dcoppa
966cc6f1af
fluxbox-remote: fix handling of exit codes
...
(upstream commit 2f166eb4aeb5d77407e9380d644215cd5e94d592)
2011-05-11 10:05:42 +00:00
dcoppa
63bbce5232
I take maintainership, david@ agrees.
...
While here, add a fix to not warp workspaces with only one workspace
(from upstream git)
2011-04-28 09:52:48 +00:00
dcoppa
33324b068a
Update to fluxbox-1.3.1 plus some patches to fix a couple of crashers
...
(above all, a use-after-free crash on restart/exit).
OK landry@
Maintainer timed out
2011-04-24 17:32:23 +00:00
espie
e50b98837f
new depends
2010-11-22 08:36:47 +00:00
jasper
5c6aa941f8
- ${LOCALBASE}/lib/pkgconfig and ${X11BASE}/lib/pkgconfig are default search
...
directories for pkg-config(1) nowadays. so remove these quirks.
2010-11-07 19:50:10 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
espie
8e072131b6
USE_GROFF=Yes
2010-10-19 08:13:56 +00:00
ajacoutot
d7acb3b130
New style DEPENDS.
2010-07-30 11:29:44 +00:00
ajacoutot
127208401d
First pass at new REVISION/DEPENDS... not finished yet.
2010-07-30 06:58:57 +00:00
ajacoutot
509d218fc4
WANTLIB changes after xcb addition and bump.
2009-08-11 08:38:41 +00:00
steven
a095361ca1
fix WANTLIB
2008-02-01 21:38:26 +00:00