Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 103425

Summary: php-sapi.eclass changes for g/fbsd compatibility
Product: Gentoo/Alt Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: OtherAssignee: PHP Bugs <php-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: bsd+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 93119    
Attachments: php-sapi-eclass.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-23 02:56:25 UTC
I'm trying to get PHP working on Gentoo/FreeBSD and the attached patch to  
php-sapi.eclass is needed to resolve dependencies. 
 
The pam changes moves the dependency over virtual/pam instead of sys-libs/pam  
(pam is provided by openpam for us). 
  
The libiconv block instead is pointless... on Linux/GLIBC systems libiconv is  
blocked by GLIBC itself and should *never* be installed, while it's required  
on Gentoo/FreeBSD. 
 
Thanks, 
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-23 02:56:45 UTC
Created attachment 66633 [details, diff]
php-sapi-eclass.patch
Comment 2 Luca Longinotti (RETIRED) gentoo-dev 2005-08-25 04:43:55 UTC
Fixed in overlay.
We no more depend on PAM, and the libiconv blocker was taken out.
Best regards, CHTEKK.
Comment 3 Stuart Herbert (RETIRED) gentoo-dev 2005-08-25 05:06:44 UTC
Fixed in overlay.