head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.46 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.44 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.42 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.40 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.38 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.36 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.34 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.32 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.30 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.28 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.26 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.24 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.22 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.20 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.18 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.16 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.14 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.12 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.10 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.8 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.6 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.4 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.2 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2004.10.14.16.27.17; author ben; state dead; branches; next 1.1; 1.1 date 2003.10.16.12.55.02; author cube; state Exp; branches; next ; desc @@ 1.2 log @Update slurm to version 0.3.3. Addresses PR#27248. Changes include: * update config.* to allow configure run on DragonFly BSD (i386 only) * README: minor OS updates * os.h: allow compilation on Sun Forte CC systems again * theme.c: (theme_readfile): remove NOTICE error * themes/black.theme: new theme * use better CPP magic to detect OS features * allow compilation on a few OpenBSD systems again * add validinterface() check on Mac OS X * remove version name from OS for 'darwin' aka Mac OS X * s/VERSION/PACKAGE_VERSION/ * major config subsystem replacement * mv THEMES THEMES.txt (welcome to Mac OS X :)) * add support for pre 4.5-RELEASE FreeBSD (tested on 4.2-REL :)) * FAQ: added Linux media Q/A * README: s/raisdorf/wormulon/ * slurm.1: s/raisdorf/wormulon/, added -L option * slurm.c: (slurm_shutdown): s/raisdorf/wormulon/ * slurm.spec: s/raisdorf/wormulon/ * theme.c: (theme_readfile): added -D__Debian__ to search for themes in /usr/share rather than /usr/local/share * add -L switch to enable LED * reduce overhead in upcoming NetBSD port upgrade * slurm.spec: initial specfile based on 0.2.3 @ text @$NetBSD: patch-ae,v 1.1 2003/10/16 12:55:02 cube Exp $ --- theme.c.orig 2003-07-09 18:45:37.000000000 +0200 +++ theme.c @@@@ -69,7 +69,7 @@@@ int theme_readfile(theme *t, char *name) if ((f = fopen(filename, "r")) == NULL) { bzero(&filename, BUFSIZ); - snprintf(filename, BUFSIZ, "/usr/local/share/slurm/%s.theme", name); + snprintf(filename, BUFSIZ, "@@PREFIX@@/share/slurm/%s.theme", name); if ((f = fopen(filename, "r")) == NULL) error(ERR_FATAL, "cannot find theme '%s'", name); } @ 1.1 log @Rest of update of slurm to 0.3.1. @ text @d1 1 a1 1 $NetBSD$ @