'colordemo' from open-motif can be used to select colors by either RGB values
or from the file rgb.txt. However, the underlying library doesn't honour XBASE
and looks for the file in the wrong place.
PR: 50239
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: maintainer timeout (and the fact that Volker won't let
me pass my upcoming Haskell classes next terms if I
don't commit this)
pointing to /usr where those files presumably live on the author's machine.
The port pre-configure target repointed them at copies installed by
the automake port, but we want to make sure to use the master version
from ${PORTSDIR}/Templates/ instead. Remove the symlinks in pre-configure
and touch config.sub so it is replaced with the master script by the
code in bsd.port.mk.
o Support for scintilla
o Build one shared library instead of many
o Fix bento build error
o Bump PORTREVISION acordingly
PR: ports/54341
Submitted by: Alex Kiesel <kiesel@schlund.de> (maintainer)
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
It is compatible with SGI and TGS Open Inventor, and the API is
based on the API of the InventorXt GUI component toolkit.
PR: 49072
Submitted by: Roland Jesse <roland.jesse@gmx.net>
GTK-2 themes in share/gnome/themes, and certain parts don't. But they
all look for the themes in share/themes. Except for the metacity theme
selector, which only looks in share/gnome/themes and not in share/themes.
So, install metacity themes into share/gnome/themes, and install GTK-2
themes into share/themes.
As an extra special bonus, now the Lush metacity theme doesn't work. It
appears to be referencing a whole bunch of images that aren't included in
the gnome-themes-extras distfiles. Something further to look forward to
in the next PORTVERSION.
Reported by: Rui Lopes <rui@ruilopes.com>
Reviewed by: Rui Lopes
properly need the Industrial theme engine libraries, which are
available only as part of a Gentoo Linux-produced RPM.
The author tells me libIndustrial will be part of gnome-themes-extras
"soonish."
PORTREVISION bump.