pkgsrc-Bugs archive

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

Re: pkg/40100: devel/doxygen/Makefile mishandles Darwin case sensitivity



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

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: Tom Yu <tlyu%MIT.EDU@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/40100: devel/doxygen/Makefile mishandles Darwin case
        sensitivity
Date: Sat, 6 Dec 2008 13:26:14 +0100

 On Thu, Dec 04, 2008 at 11:25:00AM -0500, Tom Yu wrote:
 > In src/portable.cpp, there are preprocessor conditionals including
 > __MACOSX__ on the implementation of the function
 > portable_fileSystemIsCaseSensitive().  The function returns FALSE if
 > __MACOSX__ (among others) is defined.  src/config.cpp (generated from
 > src/config.l) then sets the default setting of CASE_SENSE_NAMES
 > depending on the result of portable_fileSystemIsCaseSensitive().
 > 
 > There appears to be no explicit runtime test in the source code for
 > the case sensitivity of the destination filesystem.
 
 Thank you for the details. I've fixed the Makefile as suggested.
  Thomas
 


Home | Main Index | Thread Index | Old Index