summaryrefslogtreecommitdiff
path: root/wm/blackbox70
AgeCommit message (Collapse)AuthorFilesLines
2021-06-10Make wm/blackbox the latest version, remove weird versioned packagesnia17-485/+0
concept ok'd by gutteridge
2021-06-08blackbox70: update to 0.77 (a minor maintenance release)gutteridge3-24/+7
Upstream change log: Brian Bidulock <bidulock@openss7.org> (9): post-release update improvements to maintenance scripts document compliance wider Merge pull request #31 from dhgutteridge/master update for autoconf 2.71 update release notes update release files Merge branch 'master' of github.com:bbidulock/blackboxwm update release files David H. Gutteridge <dhgutteridge@users.noreply.github.com> (1): EWMH.cc needs cstdlib to compile on some OSes
2020-10-02blackbox70: add conditional libXft inclusion in buildlink3.mkgutteridge1-1/+7
Now that libXft is an option, it has to be reflected in buildlink3.mk, or build failures can occur in wm/bbpager04.
2020-09-30blackbox70: add nls and xft2 optionsgutteridge3-40/+65
Add xft2 as a recommended option, following the example of fluxbox. While here, also make nls a recommended option, rather than being unconditionally enabled.
2020-06-16blackbox70: update to 0.76gutteridge3-7/+24
This is a minor maintenance release. The only significant changes for non-developers are bug fixes that correct interactions with the pop-up windows of particular applications, and also fix startup notifications. While updating this package, I've fixed SunOS builds as well. Upstream change log: post-release update better cscope and MDOCDATE handling fixups for -Wextra compile unset DESKTOP_STARTUP_ID in environment update po files update release files
2020-03-18Adjust iconv usejoerg2-6/+27
2019-11-04wm: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-10-08blackbox70: typo fix in DESCRgutteridge1-1/+1
2019-10-08blackbox70: update to 0.75 (a minor maintenance release)gutteridge12-82/+75
pkgsrc-specific changes: we are now using upstream's formal release archive, which means a configure script is provided, so we aren't pulling in a bunch of tool dependencies just to generate such. Change log: Brian Bidulock <bidulock@openss7.org> (16): reformat TODO generate NEWS better update for gettext 0.20.1 to fix issue #23 update release notes generate NOTES and TODO place filename last in sed command update build process have better defaults now gcc 9.1 too agressive on array-bounds warnings ignore release products generate release notes on dist handle annotated tags better when generating NEWS update po files ignore lz files update release files update release files
2019-06-14blackbox70: fix build with gettext-0.20.1gutteridge3-2/+23
2019-01-19wm/blackbox70: update to version 0.74gutteridge3-19/+10
While here, add a LICENSE definition, and fix compliation on some Linux distributions. Change log: Release blackbox-0.74 released 2018-10-31 ----------------------------------------- Brian Bidulock <bidulock@openss7.org> (9): update po files add a release file remove bashisms from gennews.sh make autogen.sh handle gnits and remove bashisms 5-part AC_INIT and prefer asciidoc to asciidoctor generate and distribute release file add release files to .gitignore update po files update release files Brian Bidulock <bidulock@openss7.com> (1): Merge pull request #19 from vl-80/fullscreen_fix VL-80 <vl-80@users.noreply.github.com> (1): Fix fullscreen mode for non-maximized windows Release blackbox-0.73 released 2018-05-28 ----------------------------------------- Brian Bidulock <bidulock@openss7.org> (18): zero errno when not using it silent rules with /usr prefix add branch to substitution add more checks update make flags silent now default tweaks add some ignores better build update install file initialize XKEYBOARD update po files become child subreaper and session leader Merge branch 'master' of github.com:bbidulock/blackboxwm prctl is linux-specific update po files update release files update release files Brian Bidulock <bidulock@openss7.com> (1): Merge pull request #13 from psolyca/master Damien Gaignon <damien.gaignon@gmail.com> (1): Add errno.h as include
2018-12-29wm/blackbox70: bump PKGREVISION, ride previous changegutteridge1-1/+2
On second thought, bump PKGREVISION, this was building on NetBSD as version 0.72, then had a PLIST change, at which point it was broken.
2018-12-29wm/blackbox70: Fix build failure on NetBSDgutteridge1-3/+3
Address PR pkg/53706: build failure on NetBSD. Build tested on NetBSD and Linux. (No PKGREVISION since NetBSD was broken, and there are no anticipated changes to OSes where it was already building.)
2018-12-29Drop patch that got merged into devel/gettext-m4.joerg1-2/+1
2018-12-27Add missing include.joerg2-1/+18
2018-10-23blackbox70: Various fixes, now builds on SunOS.jperkin4-26/+34
2018-10-21Add checksum for patch-src-Toolbar.cc, thanks to leot@ for the hint.he1-1/+2
2018-10-12Don't use buildlink3.mk of gettex-tools, instead referhe1-3/+2
to USE_TOOLS+= gettext-m4.
2018-10-12Depends on devel/gettext-tools now.he1-2/+3
Also, use ${SH} to invoke autogen.sh. Ride previous commit's version bump.
2018-10-12Switch upstream for blackbox70, and upgrade to version 0.72.he26-223/+177
The old upstream last had a release in November 2005, and the new upstream in May this year. In recent rebuilds, the old version has developed "focus issues" when run with "sloppy focus", as is my preference. The new upstream is a fork of blackbox but where this among other issues have been fixed. The patches have also been re-done and partly renamed, and some of the old patches to build with SunPro have not been carried forward, as I don't have a suitable system to verify that these are still required.
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg1-2/+2
C++14 default language.
2018-04-01blackbox*: update HOMEPAGEwiz1-3/+2
2015-11-02Add SHA512 digests for distfiles for wm categoryagc1-1/+2
Problems found with existing distfiles: distfiles/fvwm-1.24r.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-13Use BUILDLINK_LDADD.iconv instead of coding it per platformtnn1-2/+2
2013-08-15Fixed pkglint warnings.rillig1-3/+3
2013-04-29Add missing includes from libstdc++'s namespace pollution. Let thejoerg8-15/+123
compiler figure out which types std::advance is used with.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-06-28Fix build failure when time_t is 64 bits on a 32-bit machine.dholland2-1/+20
2012-02-16Fix build on SunOS.hans1-1/+3
2011-11-22Fix build with newer GCC.joerg9-11/+111
2011-09-24Fix fallout from include guard rename in libX11joerg2-1/+15
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-01-14+ Needs libtool.rillig1-1/+2
2008-01-14Fixed build failures with sunpro.rillig4-1/+121
2007-07-19Needs iconv. From Martin Wilke for FreeBSD.joerg1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-02-01Modular Xorg support.joerg2-3/+8
2006-08-20By popular demand:jschauma5-0/+87
Finally add packages for the "new" version of blackbox, 0.70.x. This window manager is incompatible with older versions, and older add-on applications (aka "bbtools") will not work with this version. Hence, add new versions of bbkeys and bbpager as well, to provide at least the basics. (Again, these will not work with older versions.) Why are we adding these? Well, I'm told that blackbox 0.70.x is fully EWMH compliant and has better fonts. And people always ask "why is blackbox 0.70.x not in pkgsrc?". blackbox version 0.65 and the other bbtools that work with blackbox will remain in pkgsrc.