Bug 53113 - [PATCH] lang/php4
Summary: [PATCH] lang/php4
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-09 18:30 UTC by Jens Rehsack
Modified: 2003-06-20 06:26 UTC (History)
1 user (show)

See Also:


Attachments
patch-Makefile.diff (2.18 KB, patch)
2003-06-09 18:30 UTC, Jens Rehsack
no flags Details | Diff
patch-scripts-php_options.diff (1.06 KB, patch)
2003-06-09 18:30 UTC, Jens Rehsack
no flags Details | Diff
file.diff (1.12 KB, patch)
2003-06-09 18: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-09 18:30:01 UTC
	1) Change lang/php4 port to use PHP4_OPTION_FILE instead of
	   OPTION_FILE to avoid conflicts with other port which may use
	   (later) same technology for default options.
	2) moving '--disable-all' at top of CONFIGURE_ARGS to avoid
	   disabling eg. '--enable-versioning'
	3) Make IPv6 optional
	4) Rename PHP_OPTIONS to PHP4_OPTIONS to avoid conflicts with PHP3
	   (still existent) and PHP5 (coming soon?)

	Not fixed: Use different options for -cli, -cgi and -sapi versions,
	don't know whether it's required or not.

Fix: --- lang/php4/scripts/configure.php.orig	Sun Jun  8 07:55:38 2003
+++ lang/php4/scripts/configure.php	Mon Jun  9 12:00:13 2003
@@ -39,6 +39,7 @@
 ICONV		"iconv support" ${WITH_ICONV:-OFF} \
 IMAP		"IMAP support" ${WITH_IMAP:-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-scripts-configure.diff ends here ---
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-09 18:39:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

I'll handle this.
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-12 12:52:18 UTC
State Changed
From-To: open->analyzed

Now, MAINTAINER is reviewing...
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-20 06:26:07 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!