summaryrefslogtreecommitdiff
path: root/wm
AgeCommit message (Collapse)AuthorFilesLines
2012-07-28slight description improvementreed1-1/+2
2012-07-27Update MASTER_SITES, from Brad Ely on pkgsrc-users.wiz1-2/+2
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz10-20/+20
by Obache.
2012-07-15removed centericq, ArX, gcc3-java, jitterbug, obconf, and sopedholland1-2/+1
2012-07-14Remove wm/obconf as promised. It hasn't been buildable for years,dholland6-105/+0
because it no longer works with the version of openbox in pkgsrc. Meanwhile, upstream seems to have decided that they don't need to make releases any more, so there's no prospect of a new version being available, only random development version taken directly from their SCM. If anyone actually uses this or cares about it, please try to persuade upstream to cut a release, or even just tar up a snapshot that they think is stable. At that point we can reimport the package.
2012-07-03Fix build with C99 compilerjoerg2-1/+19
2012-06-28Fix build failure when time_t is 64 bits on a 32-bit machine.dholland2-1/+20
2012-06-24Mark this BROKEN, per tech-pkg. It does not build against any remotelydholland1-1/+3
recent OpenBox. Meanwhile, upstream seems to have decided that they don't need to make releases any more, so there's no prospect of a new version being available, only random development versions taken directly from their SCM. If anyone actually uses this or cares about it, please try to persuade upstream to cut a release, or even just tar up a snapshot that they think is stable. If nothing develops, the package will be removed sometime after 2012Q2 is branched.
2012-06-18Needs yaccdholland1-2/+2
2012-06-18Needs lex.dholland1-2/+2
2012-06-17Adding yacc to TOOLS broke the NetBSD build because the yacc configuredholland1-1/+4
test is thoroughly messed up. Work around the problem by forcing it to run yacc from $PATH.
2012-06-14USE_TOOLS+=yacc, per tonight's linux builddholland1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd13-26/+26
2012-06-03Update to 1.0.7.wiz2-6/+6
1.0.7: This minor maintenance release includes a bunch of fixes from static analysis of the twm code with various compilers & tools, as well as other pro-active work attempting to reduce potential bugs, and a set of build configuration improvements. 1.0.6: This minor build fix release solves a problem introduced in 1.0.5 that prevented configure from completing when cross-compiling. 1.0.5: This minor maintenance release provides the last two years' Worth of build configuration improvements, janitorial cleanups, & Makefile.am support for automake-1.11 silent builds.
2012-06-01Add two missing dependencies. Broke modular build.wiz1-1/+3
2012-05-27wm/wmii: Fully implement DESTDIRmarino2-8/+22
DESTDIR support was not complete for this package. Attempts to create /usr/pkg/include and /usr/pkg/lib directory were being made. This was discovered while trying to build under a non-root user. After updating patch-aa, a non-root user can install this package without issue.
2012-05-24wm/wbar: USE_TOOLS+= msgfmtmarino1-2/+2
2012-05-21wm/enlightenment: Additional PLIST for DragonFlymarino2-2/+4
2012-05-20Update jwm to 2.1.0.tsutsui3-11/+11
Changes from 2.0.1 (per http://joewing.net/programs/jwm/history.shtml ) JWM v2.1.0 <> 20110925 * Revision 502 * Fixed several window handling issues. * Fixed an issue with key bindings and modifiers. * Added some more key bindings. * Changed the way the "next" and "nextstacked" key bindings behave. * Merged some user-contributed patches. * Rounded window corners (Patriot). * Support for transparent menus, trays, and windows (Patriot). * New borders for buttons (Patriot). * User-replaceable window button masks (Patriot). * gxine fullscreen fix (Patriot). * Fix for windows loosing focus when switching desktops (Patriot). * More key bindings (Dougal). * Transparent group (Dougal). * Some code cleanups. * Added the ability to resize from the top of windows. * Added support for pager labels.
2012-05-14USE_TOOLS+=flex, seen in Linux bulk builddholland1-1/+2
2012-05-14Don't declare own strcmp; it fails on Linux.dholland2-1/+26
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland2-4/+4
It turns out there were a lot of these.
2012-05-04Fix inline usage.joerg12-1/+198
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-04-23Update to latest snapshot from today:wiz7-92/+17
Bug fixes, and better xinerama and fullscreen support.
2012-04-19Add pax to tools, for pkglint.wiz1-2/+2
2012-04-19Install contrib directory as well.wiz2-3/+141
Bump PKGREVISION.
2012-04-18Maintain this.wiz1-2/+2
2012-04-18Add patches from Philipp Hartwig improving fullscreen mode; from thewiz5-2/+79
notion-general mailing list. Bump PKGREVISION.
2012-04-17Update fluxbox to current version, 1.3.2. Tested on MirBSD and NetBSD.bsiegert14-165/+77
Full ChangeLog is at http://git.fluxbox.org/fluxbox.git/tree/ChangeLog, the changes are too numerous to give here.
2012-04-17Fix C++ usage.joerg4-1/+47
2012-04-17Add "nls" option, defaults to on all systems except MirBSD. MirBSD does notbsiegert3-78/+90
have gencat, which is needed for nls support. ok wiz, no reply from maintainer.
2012-04-16Erm, helps to cvs add the patch *before* committing.dholland1-0/+14
2012-04-16Add missing <limits.h>, should fix Solaris build.dholland1-1/+2
2012-04-13Add -lrt to LDFLAGS.SunOS to make this build. Not needed on 5.11, buthans1-1/+3
doesn't hurt either.
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz1-2/+2
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz2-5/+3
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-15Bump PKGREVISION from default python to 2.7.obache4-8/+8
2012-03-10A README file is not a cat page, don't install it as such. Bump revision.joerg2-6/+6
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2012-03-08Update for new python default version. Bump PKGREVISION.wiz1-3/+3
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon1-2/+2
2012-03-05Reset maintainer.wiz1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz24-48/+48
2012-03-02Fix build on SunOS.hans3-1/+31
2012-02-16Fix build on SunOS.hans1-1/+3
2012-02-06Revbump forwiz32-64/+64
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-02Update to dwm 6.0asau2-6/+6
From Bug Hunting in PR pkg/45737 Changes in the 6.0: - several Xinerama fixes; - a new approach to hide clients into negative space rather than positive; - the return of the nmaster functionality (Mod1-i, Mod1-d); - better EWHM support for floating windows; - fixed sloppy focussing of empty screens; - a new default color scheme (actually a new old one, now bluedark rather than bluegray).
2012-01-29wm/lwm: Directly link libICEmarino2-5/+13
The session.o object contains the IceProcessMessages symbol which wasn't previously directly linked with libICE. This is another imake-based package so libICE is now directly linked by all platforms.
2012-01-29wm/awesome: Fix indirect linking error on DragonFlymarino1-1/+3