denote that the package uses libXaw.
Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by
the user, to denote the type of libXaw to use. Possible values are:
standard, 3d and xpm.
Define USE_XAW in relevant Makefiles.
Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d...
This means that package builds should not fail because of conflicting
Xaw packages being installed on machines.
Changes: Added compass, squiral, xflame, wander, spotlight, and
critical hacks, fixed a bad interaction with VMware as well as
various other minor tweaks/fixes.
Changes since 3.06:
* Configure tweaks (sometimes -lXmu wasn't getting linked in properly;
check for _Xsetlocale in -lXintl.)
* Portability fixes for sonar.c.
* Fixed a compilation problem when you have GL but don't have XPM.
* Made configure notice when MesaGL requires -lpthread.
* Made `flame' ignore SIGFPE (not sure if this is the right fix;
it seems only to be needed on FreeBSD.)
* Kludged `rd-bomb' work on visuals that are of depth 24 but that *do not*
support pixmaps of depth 32.
* Fixed `halo' to work properly in TrueColor.
* Changed `xscreensaver.spec' to install the hacks in
/usr/X11R6/lib/xscreensaver/ by default, since that's where recent Red Hat
distributions put them.
* Added `t3d' hack.
* Updated versions of `crystal', `hopalong', and `flow' from xlockmore.
linking, e.g. -Xt before -lSM and -lICE, sometimes even -lXext before -X11.
This rearangment does not affect e.g. i386, so I hope this does not open
problems on other ports. This way xscreensaver works on pmax.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.