This patch is a solution the maintainer seems not to like but I think it should discussed. The requirement of disabling IPv6 when it's not supported by OS (because it's not compiled in) is IMHO not worth to be ignored. If someone has a better solution, I would be glad to hear, but as long as none is available, I recommend this solution. I also recommend not to make only extensions selectable, because other features maybe useful, too. An example for this is the availability for -CLI, -SAPI and -CGI slave ports. Fix: --- lang/php4/scripts/configure.php.orig Wed Jun 25 01:35:17 2003 +++ lang/php4/scripts/configure.php Wed Jun 25 07:40:29 2003 @@ -42,6 +42,7 @@ IMAP "IMAP support" ${WITH_IMAP:-OFF} \ INIFILE "INI file support (dba)" ${WITH_INIFILE:-OFF} \ INTERBASE "Interbase 6 database support (Firebird)" ${WITH_INTERBASE:-OFF} \ +IPV6 "Internet Protocol v6" ${WITH_IPV6:-OFF} \ MBSTRING "multibyte string support" ${WITH_MBSTRING:-OFF} \ MCAL "Modular Calendar Access Library support" ${WITH_MCAL:-OFF} \ MCVE "MCVE support" ${WITH_MCVE:-OFF} \ --- patch-ipv6-scripts_configure.diff ends here ---
State Changed From-To: open->analyzed Humm.. I understand your description. I think that's right. I'm waiting for MAINTAINER's response.
Responsible Changed From-To: freebsd-ports-bugs->nork I'll handle this.
State Changed From-To: analyzed->closed Committed, thanks!