James Wright wrote: > Mikolaj Kucharski <mikolaj <at> kucharski.name> writes: > >> On Mon, May 25, 2009 at 11:52:13PM -0700, James Wright wrote: >>> If I have a port that needs a text file that is installed with the X >>> sets, but needs nothing else of X, what is the correct way to indicate >>> that? Should I assume X is installed, make it as USE_X11 or have a copy >>> of the file in files/ and copy it to /usr/local/share/packagename? >> What is that file? >> > > ${X11BASE}/share/X11/rgb.txt > > Basically for default colour name to colour value mapping. > >
You can proably provide your own copy of this file with your port. X is not using that file anymore (it has the database hard-coded in xserver) and a future version will probably remove it. -- Matthieu Herrb