Bug 53754 - [patch] lang/php4 for being able to disable ipv6
Summary: [patch] lang/php4 for being able to disable ipv6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-26 10:30 UTC by Jens Rehsack
Modified: 2003-07-03 07:03 UTC (History)
1 user (show)

See Also:


Attachments
patch-ipv6-Makefile.diff (1.36 KB, patch)
2003-06-26 10:30 UTC, Jens Rehsack
no flags Details | Diff
patch-ipv6-scripts_php4_options.diff (259 bytes, patch)
2003-06-26 10:30 UTC, Jens Rehsack
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Rehsack 2003-06-26 10:30:12 UTC
	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 ---
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-26 10:38:59 UTC
State Changed
From-To: open->analyzed

Humm..  I understand your description.  I think that's right. 
I'm waiting for MAINTAINER's response. 


Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-26 10:38:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

I'll handle this.
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-07-03 07:03:08 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!