[MacPorts] #20261: php5-apc probably doesn't work on case-sensitive filesystems

MacPorts noreply at macports.org
Fri Jul 10 17:15:31 PDT 2009


#20261: php5-apc probably doesn't work on case-sensitive filesystems
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  ryandesign@…           
     Type:  defect                   |      Status:  new                    
 Priority:  Normal                   |   Milestone:                         
Component:  ports                    |     Version:  1.7.1                  
 Keywords:                           |        Port:  php5-apc               
-------------------------------------+--------------------------------------
 php5-apc installs a file ${prefix}/var/db/php5/APC.ini which contains
 this:
 {{{
 extension=APC.so
 }}}
 However the extension that's actually installed is apc.so so this will
 probably fail on a case-sensitive filesystem.

 The problem arises because the module name was declared to be "APC" in the
 php5extension.setup call, and then the port name was overridden to be
 php5-apc. This should be changed to declare the module name to be "apc" in
 the php5extension.setup call, then you don't need to override the module
 name and the case issues go away, you just need to override the distname.

-- 
Ticket URL: <http://trac.macports.org/ticket/20261>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list