From alex@vaio.alexdupre.com  Tue Aug 26 03:45:38 2003
Return-Path: <alex@vaio.alexdupre.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id AA9DA16A4BF; Tue, 26 Aug 2003 03:45:38 -0700 (PDT)
Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 9081843FE1; Tue, 26 Aug 2003 03:45:37 -0700 (PDT)
	(envelope-from alex@vaio.alexdupre.com)
Received: from vaio.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245])
	by relay.gufi.org (Postfix) with ESMTP
	id 26EB820F0F; Tue, 26 Aug 2003 12:45:36 +0200 (CEST)
Received: from vaio.alexdupre.com (localhost [127.0.0.1])
	by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h7QAl6OV045270;
	Tue, 26 Aug 2003 12:47:06 +0200 (CEST)
	(envelope-from alex@vaio.alexdupre.com)
Received: (from alex@localhost)
	by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h7QAl5ug045269;
	Tue, 26 Aug 2003 12:47:05 +0200 (CEST)
Message-Id: <200308261047.h7QAl5ug045269@vaio.alexdupre.com>
Date: Tue, 26 Aug 2003 12:47:05 +0200 (CEST)
From: Alex Dupre <sysadmin@alexdupre.com>
Reply-To: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nork@freebsd.org
Subject: [Maintainer Update] Port: lang/php4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55990
>Category:       ports
>Synopsis:       [Maintainer Update] Port: lang/php4
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 03:50:05 PDT 2003
>Closed-Date:    Tue Aug 26 08:59:08 PDT 2003
>Last-Modified:  Tue Aug 26 08:59:08 PDT 2003
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Update to 4.3.3 final release.
>How-To-Repeat:
>Fix:

--- php4.diff begins here ---
diff -ruN php4.orig/Makefile php4/Makefile
--- php4.orig/Makefile	Tue Aug 26 10:59:47 2003
+++ php4/Makefile	Tue Aug 26 11:44:52 2003
@@ -20,7 +20,7 @@
 #
 
 PORTNAME=	php4
-PORTVERSION=	4.3.3.r4
+PORTVERSION=	4.3.3
 PORTREVISION=	0
 CATEGORIES?=	lang devel www
 MASTER_SITES=	http://www.php.net/distributions/:release \
@@ -45,7 +45,7 @@
 .endif
 .endif
 DISTNAME=	php-${PORTVERSION:S/.r/RC/}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:rc
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:release
 
 MAINTAINER?=	sysadmin@alexdupre.com
 COMMENT=	PHP Scripting Language (Apache Module and CLI)
diff -ruN php4.orig/distinfo php4/distinfo
--- php4.orig/distinfo	Tue Aug 26 10:59:47 2003
+++ php4/distinfo	Tue Aug 26 11:44:58 2003
@@ -1 +1 @@
-MD5 (php-4.3.3RC4.tar.bz2) = 7d362a89977891f76b54179787b981de
+MD5 (php-4.3.3.tar.bz2) = 1171d96104e2ff2cff9e19789a4a1536
diff -ruN php4.orig/files/patch-configure php4/files/patch-configure
--- php4.orig/files/patch-configure	Tue Aug 26 10:59:46 2003
+++ php4/files/patch-configure	Tue Aug 26 11:32:23 2003
@@ -228,7 +228,7 @@
 @@ -58977,8 +59151,8 @@
    
    echo $ac_n "checking Oracle version""... $ac_c" 1>&6
- echo "configure:58981: checking Oracle version" >&5
+ echo "configure:58982: checking Oracle version" >&5
 -  if test -s "$ORACLE_DIR/orainst/unix.rgs"; then
 -  	ORACLE_VERSION=`grep '"ocommon"' $ORACLE_DIR/orainst/unix.rgs | sed 's/  */:/g' | cut -d: -f 6 | cut -c 2-4`
 +  if test -s "$ORACLE_DIR/ocommon/install/partial.prd"; then
diff -ruN php4.orig/files/patch-ext::standard::datetime.c php4/files/patch-ext::standard::datetime.c
--- php4.orig/files/patch-ext::standard::datetime.c	Thu Jan  1 01:00:00 1970
+++ php4/files/patch-ext::standard::datetime.c	Tue Aug 26 11:08:08 2003
@@ -0,0 +1,17 @@
+--- ext/standard/datetime.c.orig	Tue Aug 26 11:06:04 2003
++++ ext/standard/datetime.c	Tue Aug 26 11:07:27 2003
+@@ -116,7 +116,13 @@
+ 	/* Let DST be unknown. mktime() should compute the right value
+ 	** and behave correctly. Unless the user overrides this.
+ 	*/
+-	ta->tm_isdst = -1;
++	if (gm) {
++		ta->tm_isdst = 0;
++		is_dst = 0;
++	} else {
++		ta->tm_isdst = -1;
++		is_dst = -1;
++	}
+ 
+ 	/*
+ 	** Now change date values with supplied parameters.
--- php4.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Tue Aug 26 08:58:58 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55990 
>Unformatted:
