aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/blackbox
Commit message (Collapse)AuthorAgeFilesLines
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=517000
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* x11-wm/blackbox: Fix build with Clang 6, Fix TOOLS_ONLY optionKubilay Kocak2018-08-0911-57/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. While I'm here level up port compliance: - Add LICENSE_FILE - Convert to OPTIONS helpers - Regenerate patches [1] http://svnweb.freebsd.org/changeset/ports/346174 [2] https://lists.freebsd.org/pipermail/freebsd-ports/2018-August/114039.html PR: 226708 Submitted by: <Trond Endrestol ximalas info> (Clang 6 fix) Approved by: Andrew J. Caines <A J Caines halplant com> (technically) Approved by: portmgr (implicit, build fixes, framework compliance) Reported by: Erich Dollansky <freebsd ed lists sumeritec com> [2] MFH: 2018Q3 Notes: svn path=/head/; revision=476722
* For ports that are explicitly enabled on armv6, also enable themMark Linimon2017-10-101-1/+1
| | | | | | | | | | on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial) Notes: svn path=/head/; revision=451721
* Scrub mention of armv6hf from ARCHS. It was never in a released version.Mark Linimon2017-06-261-1/+1
| | | | | | | | | | While here, sort ARCHS and pet portlint. Reviewed by: imp Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=444416
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* x11-wm/blackbox: fix build on armMichael Moll2015-11-292-0/+15
| | | | | | | | | PR: 200124 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=402631
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-3/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-081-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=364347
* - Stage supportMartin Wilke2014-02-262-8/+6
| | | | Notes: svn path=/head/; revision=346174
* Import a bunch of iconv fixes.Guido Falsi2013-09-271-0/+1
| | | | | | | | Submitted by: marino Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328492
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-5/+2
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* Fix build with clang and libc++Niclas Zeising2013-09-067-0/+315
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326546
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* Follow-up to r305690: convert the OPTIONS line to OptionsNG as well.Raphael Kubo da Costa2012-10-121-1/+2
| | | | | | | | | | Thanks to kwm@ for the heads-up. PR: ports/172561 Feature safe: yes Notes: svn path=/head/; revision=305794
* Convert to OptionsNG.Raphael Kubo da Costa2012-10-101-2/+2
| | | | | | | | | PR: ports/172561 Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=305690
* Fix the build with libX11 > 1.40.Alexey Dokuchaev2011-10-201-2/+4
| | | | Notes: svn path=/head/; revision=283959
* - Mark BROKEN: does not compilePav Lucistnik2011-10-021-0/+2
| | | | | | | | | Util.cc:197: error: 'std::string bt::textPropertyToString(Display*, XTextProperty&)' should have been declared inside 'bt' Reported by: pointyhat Notes: svn path=/head/; revision=282824
* Update description after recent changes.Alexey Dokuchaev2011-07-081-3/+7
| | | | Notes: svn path=/head/; revision=277351
* Remove `x11-wm/boxtools' port and provide an OPTION to install tools only.Alexey Dokuchaev2011-07-081-10/+22
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=277350
* Add two patches to Blackbox:Alexey Dokuchaev2011-07-082-0/+35
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=277349
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG oneAlexey Dokuchaev2011-03-181-12/+11
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=271198
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with X Notes: svn path=/head/; revision=240078
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Fix pkg-plistEdwin Groothuis2005-11-151-0/+1
| | | | | | | | Noticed by: YAPHR Pointy hat to: AJ_ZO Notes: svn path=/head/; revision=148402
* [MAINTAINER UPDATE] x11-wm/blackbox to 0.70.1Edwin Groothuis2005-11-146-45/+10
| | | | | | | | | | Update Blackbox window manager to current version, 0.70.1. PR: ports/88969 Submitted by: Andrew J. Caines <A.J.Caines@halplant.com> Notes: svn path=/head/; revision=148194
* - Add UPDATING entry about latest blackbox ports changes.Florent Thoumie2005-03-184-8/+46
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=131590
* - Update to 0.70.0.Florent Thoumie2005-03-117-131/+52
| | | | | | | | | | | - Assign maintainership to submitter. PR: ports/78678 Submitted by: Danny Koenig <dako@bsdberlin.org> Approved by: pav (mentor) Notes: svn path=/head/; revision=130916
* Reset maintainer. Much thanks to Stijn for maintaining the ports so far!Volker Stolz2004-08-101-1/+1
| | | | | | | | PR: ports/70203 Submitted by: Stijn Hoop (maintainer) Notes: svn path=/head/; revision=115816
* Back port post gcc 3.4.2 fixup from x11-wm/boxtools.Clive Lin2004-08-011-0/+15
| | | | | | | Requested by: Marco Trentini <mark at remotelab dot org> Notes: svn path=/head/; revision=115204
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* - Fix build on -currentKirill Ponomarev2003-10-192-0/+11
| | | | | | | | PR: 58235 Submitted by: maintainer Notes: svn path=/head/; revision=91668
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76045
* * Upgrade to 0.65.0.Oliver Braun2002-09-195-22/+44
| | | | | | | | | | * Use new x11-wm/boxtools port. PR: ports/42947 Submitted by: maintainer Notes: svn path=/head/; revision=66709
* Update WWW tagPatrick Li2002-06-171-1/+1
| | | | | | | | | PR: 39420 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Approved by: maintainer Notes: svn path=/head/; revision=61458
* Updated to 0.62.1.Mark Pulford2002-02-203-2/+4
| | | | | | | | PR: 35137 Submitted by: maintainer Notes: svn path=/head/; revision=54968
* Fix bsetbg to use mktemp(1)Patrick Li2002-01-281-0/+11
| | | | | | | | PR: 34387 Submitted by: maintainer Notes: svn path=/head/; revision=53930
* Update to 0.62.0Patrick Li2002-01-254-57/+74
| | | | | | | | | | | Give maintainership to submitter PR: 34113 Submitted by: Stijn Hoop <stijn@win.tue.nl> Approved by: maintainer Notes: svn path=/head/; revision=53737
* Update from 0.61.0 to 0.61.1, submitted by maintainer. To account forTrevor Johnson2000-10-093-2/+5
| | | | | | | | | | | | 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. PR: 21850 Submitted by: patseal@hyperhost.net Notes: svn path=/head/; revision=33602
* Update to version 0.61Kevin Lo2000-08-293-3/+11
| | | | | | | | PR: 20917 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32105
* Update to 0.60.3Chris Piazza2000-06-184-34/+44
| | | | | | | | PR: 19356 Submitted by: maintainer Notes: svn path=/head/; revision=29667
* Make Patrick Seal <patseal@hyperhost.net> the maintainer sinceChris Piazza2000-06-171-1/+1
| | | | | | | I've been neglecting this port lately.. Notes: svn path=/head/; revision=29664
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-2/+2
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27680
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27443
* Add trailing / to end of a MASTER_SITEChris Piazza1999-09-211-1/+1
| | | | Notes: svn path=/head/; revision=21844
* Update to version 0.51.3.1Chris Piazza1999-09-212-5/+4
| | | | Notes: svn path=/head/; revision=21843