NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/36836 CVS commit: src/x11



The following reply was made to PR xsrc/36836; it has been noted by GNATS.

From: Luke Mewburn <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/36836 CVS commit: src/x11
Date: Fri,  5 Sep 2008 05:20:39 +0000 (UTC)

 Module Name:   src
 Committed By:  lukem
 Date:          Fri Sep  5 05:20:39 UTC 2008
 
 Modified Files:
        src/x11/bin/rgb: Makefile
        src/x11/tools: Makefile
 Added Files:
        src/x11/bin/rgb: rgb_mkdb.sh
 Removed Files:
        src/x11/tools/rgb: Makefile Makefile.rgb
 
 Log Message:
 Implement bin/rgb/rgb_mkdb.sh to build rgb.db using awk(1) and db(1).
 Remove tools/rgb; the code isn't portable enough (relies upon <ndbm.h>)
 
 Tested on NetBSD 3.1 and Fedora Core 8
 (XXX: although the generated .db file has the correct contents on FC8,
 it's also 161MiB instead of 64KiB. I think this is a problem in the
 build of the db routines in tools/compat, and we'll need to debug
 separately.).
 
 Fixes cross-build fallout from PR 36836
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.4 -r1.5 src/x11/bin/rgb/Makefile
 cvs rdiff -r0 -r1.1 src/x11/bin/rgb/rgb_mkdb.sh
 cvs rdiff -r1.9 -r1.10 src/x11/tools/Makefile
 cvs rdiff -r1.1 -r0 src/x11/tools/rgb/Makefile
 cvs rdiff -r1.2 -r0 src/x11/tools/rgb/Makefile.rgb
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index