Subject: CVS commit: pkgsrc/wm/icewm
To: None <pkgsrc-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: pkgsrc-changes
Date: 03/09/2002 01:17:28
Module Name:	pkgsrc
Committed By:	jmc
Date:		Fri Mar  8 23:17:28 UTC 2002

Modified Files:
	pkgsrc/wm/icewm: Makefile.common distinfo
Added Files:
	pkgsrc/wm/icewm/patches: patch-af patch-ag

Log Message:
Fix cases where apmvar.h doesn't exist.

By default the apm applet is always compiled in unless the lite support is
enabled which turns off way too much.

So, split the apm option out into it's own option and test for it by checking
in Makefile.common for apmvar.h's existance. If it doesn't exist pass
--disable-apm. This makes this compile again on machines that do not have
machine/apmvar.h (and are NetBSD) such as macppc.

Bump version via PKGVERSION to nb1.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/wm/icewm/Makefile.common
cvs rdiff -r1.3 -r1.4 pkgsrc/wm/icewm/distinfo
cvs rdiff -r0 -r1.4 pkgsrc/wm/icewm/patches/patch-af \
    pkgsrc/wm/icewm/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.