This port used both:
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
and
USE_BZIP2= yes
So it couldn't unpack fvwm_icons with bzip2: remove USE_BZIP2, switch to
gzip for the port tarball too, and get the icons back.
Also, install default configuration file in ${PREFIX}/etc/. The file
bin/xselection has been removed from pkg-plist because it wasn't actually
installed, and "make package" failed.
Icons where installed in ${PREFIX}/icons, but the icons directory isn't in
the X11 mtree. I move all icons to ${PREFIX}/lib/X11/fvwm2/pixmaps, as the
fvwm2-beta port already does.
Remove pkg-message: it contains a warning about japanese support for
some very old XFree86 versions (3.3 and 3.3.1).
Install default configuration file in etc. This file is not managed at
install/deinstall times because it is actually a sample file: it will be
used only if you don't have a per-user .fvwm2rc file.
PR: 25691 (modified)
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
window manager made by David Hogan.
9wm is really nice for all day use (I mean, a large Emacs window
covering the whole screen and a terminal to use Lynx and browse the
web ;-)) provided that you do not have a large number of windows on
your screen. But in some occasions it is not the case (ie. you have
to telnet to 4-5 remote machines), which is painful with 9wm.
This need for virtual screens motivated this about 50 lines hack.
w9wm brings support for virtual screens (provided you use the second
button, aka middle button to select one virtual screen) as well as for
key bindings (to switch from one window to another).
PR: ports/25362
Submitted by: George Reid <greid@ukug.uk.freebsd.org>