#12410 closed defect (fixed)
php4, php5, php5-devel: imap variant causes pecl problem unix.h: file not found
Reported by: | nox@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | nox@…, ryandesign (Ryan Carsten Schmidt), jyrkiwahlstedt | |
Port: | php4, php5, php5-devel |
Description
imap variant adds cclient include dir to the cppflags, this is useless as php5 can link against cclient without it.
On the other hand, it defines HAVE_UNIX_H as there's a unix.h file in cclient. When you try to use PECL, build process failed with the following error message: unix.h: file not found.
Attachments (1)
Change History (6)
Changed 17 years ago by nox@…
Attachment: | Portfile.patch added |
---|
comment:1 Changed 17 years ago by nox@…
Cc: | ryandesign@… jwa@… added |
---|
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Sorry... I totally forgot about this bug! Thanks for picking up the slack and committing it.
comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | php4 php5 php5-devel added |
---|---|
Summary: | BUG: php5 +imap → php4, php5, php5-devel: imap variant causes pecl problem unix.h: file not found |
- r53557: fixed in php4 and php5-devel too
Note: See
TracTickets for help on using
tickets.
Maintainers added to Cc