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.
o add run/build depends on gm4 to parse config correctly.
o add WANT_GTK to build gtk module.
o sort MAN1 variable.
for update:
PR: 24985
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
for Gtk+ stuff:
PR: 24908
Submitted by: Oyvind Albrigtsen <e-devil@e-devil.org>
Approved by: maintainer
This PR was sent as "Upgrade to 2.3.19", which is also sent by
Maintainer and already committed, but the latter has problem with
MAN and PLIST notations.
So I committed this as a fix for current revision.
PR: ports/19639
Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
- makes this port to obey the PREFIX setting (it used to be
hard coded /usr/X11R6)
- adds more nice icons
- puts all icons into /usr/X11R6/icons (or ${PREFIX}/icons)
- overrides PR 17001 so please close it (I found a better way to
include the icons :-)
PR: 17953
Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
diverge too much from the original (other than internationalization,
of course). Closes PR ports/2854.
Submitted by: Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>