View | Details | Raw Unified | Return to bug 58914
Collapse All | Expand All

(-)php4/Makefile (-10 / +4 lines)
Lines 20-26 Link Here
20
#
20
#
21
21
22
PORTNAME=	php4
22
PORTNAME=	php4
23
PORTVERSION=	4.3.4.r1
23
PORTVERSION=	4.3.4
24
PORTREVISION=	0
24
PORTREVISION=	0
25
CATEGORIES?=	lang devel www
25
CATEGORIES?=	lang devel www
26
MASTER_SITES=	http://www.php.net/distributions/:release \
26
MASTER_SITES=	http://www.php.net/distributions/:release \
Lines 45-51 Link Here
45
.endif
45
.endif
46
.endif
46
.endif
47
DISTNAME=	php-${PORTVERSION:S/.r/RC/}
47
DISTNAME=	php-${PORTVERSION:S/.r/RC/}
48
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:rc
48
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:release
49
49
50
MAINTAINER?=	sysadmin@alexdupre.com
50
MAINTAINER?=	sysadmin@alexdupre.com
51
COMMENT=	PHP Scripting Language (Apache Module and CLI)
51
COMMENT=	PHP Scripting Language (Apache Module and CLI)
Lines 143-155 Link Here
143
IS_INTERACTIVE=	yes
143
IS_INTERACTIVE=	yes
144
.endif
144
.endif
145
145
146
.if !defined(WITHOUT_APACHE)
147
APXS?=		${LOCALBASE}/sbin/apxs
148
PLIST_SUB+=	APACHE=""
149
.else
150
PLIST_SUB+=	APACHE="@comment "
151
.endif
152
153
WRKDIR?=	${WRKDIRPREFIX}${.CURDIR}/work
146
WRKDIR?=	${WRKDIRPREFIX}${.CURDIR}/work
154
PHP4_OPTFILE?=	${HOME}/php4_options
147
PHP4_OPTFILE?=	${HOME}/php4_options
155
148
Lines 342-348 Link Here
342
.endif
335
.endif
343
336
344
.if defined(WITH_MBSTRING)
337
.if defined(WITH_MBSTRING)
345
CONFIGURE_ARGS+=--enable-mbstring --enable-mbregex
338
CONFIGURE_ARGS+=--enable-mbstring
346
.endif
339
.endif
347
340
348
.if defined(WITH_MCAL)
341
.if defined(WITH_MCAL)
Lines 529-534 Link Here
529
.include <bsd.port.pre.mk>
522
.include <bsd.port.pre.mk>
530
523
531
.if !defined(WITHOUT_APACHE)
524
.if !defined(WITHOUT_APACHE)
525
APXS?=		${LOCALBASE}/sbin/apxs
532
.if exists(${LOCALBASE}/include/apache2/apr.h)
526
.if exists(${LOCALBASE}/include/apache2/apr.h)
533
WITH_APACHE2=	yes
527
WITH_APACHE2=	yes
534
.endif
528
.endif
(-)php4/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (php-4.3.4RC1.tar.bz2) = f7ff7bf763f917b9f955e19caf77c1f1
1
MD5 (php-4.3.4.tar.bz2) = b9dd601863e08e52e3c4d5e02c2627cf
(-)php4/files/patch-configure (-1 / +1 lines)
Lines 228-234 Link Here
228
@@ -58977,8 +59151,8 @@
228
@@ -58977,8 +59151,8 @@
229
   
229
   
230
   echo $ac_n "checking Oracle version""... $ac_c" 1>&6
230
   echo $ac_n "checking Oracle version""... $ac_c" 1>&6
231
 echo "configure:59852: checking Oracle version" >&5
231
 echo "configure:60535: checking Oracle version" >&5
232
-  if test -s "$ORACLE_DIR/orainst/unix.rgs"; then
232
-  if test -s "$ORACLE_DIR/orainst/unix.rgs"; then
233
-  	ORACLE_VERSION=`grep '"ocommon"' $ORACLE_DIR/orainst/unix.rgs | sed 's/  */:/g' | cut -d: -f 6 | cut -c 2-4`
233
-  	ORACLE_VERSION=`grep '"ocommon"' $ORACLE_DIR/orainst/unix.rgs | sed 's/  */:/g' | cut -d: -f 6 | cut -c 2-4`
234
+  if test -s "$ORACLE_DIR/ocommon/install/partial.prd"; then
234
+  if test -s "$ORACLE_DIR/ocommon/install/partial.prd"; then
(-)php4/pkg-plist (-14 lines)
Lines 57-80 Link Here
57
include/php/Zend/zend_types.h
57
include/php/Zend/zend_types.h
58
include/php/Zend/zend_variables.h
58
include/php/Zend/zend_variables.h
59
include/php/acconfig.h
59
include/php/acconfig.h
60
include/php/ext/mbstring/cp932_table.h
61
include/php/ext/mbstring/mbfilter.h
62
include/php/ext/mbstring/mbfilter_cn.h
63
include/php/ext/mbstring/mbfilter_ja.h
64
include/php/ext/mbstring/mbfilter_kr.h
65
include/php/ext/mbstring/mbfilter_ru.h
66
include/php/ext/mbstring/mbfilter_tw.h
67
include/php/ext/mbstring/mbregex.h
68
include/php/ext/mbstring/mbstring.h
60
include/php/ext/mbstring/mbstring.h
69
include/php/ext/mbstring/php_mbregex.h
61
include/php/ext/mbstring/php_mbregex.h
70
include/php/ext/mbstring/php_unicode.h
62
include/php/ext/mbstring/php_unicode.h
71
include/php/ext/mbstring/unicode_data.h
63
include/php/ext/mbstring/unicode_data.h
72
include/php/ext/mbstring/unicode_table.h
73
include/php/ext/mbstring/unicode_table_cn.h
74
include/php/ext/mbstring/unicode_table_ja.h
75
include/php/ext/mbstring/unicode_table_kr.h
76
include/php/ext/mbstring/unicode_table_ru.h
77
include/php/ext/mbstring/unicode_table_tw.h
78
include/php/ext/pgsql/php_pgsql.h
64
include/php/ext/pgsql/php_pgsql.h
79
include/php/ext/session/mod_files.h
65
include/php/ext/session/mod_files.h
80
include/php/ext/session/mod_mm.h
66
include/php/ext/session/mod_mm.h

Return to bug 58914