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

(-)lang/php4/Makefile (-2 / +6 lines)
Lines 21-27 Link Here
21
21
22
PORTNAME=	php4
22
PORTNAME=	php4
23
PORTVERSION=	4.3.4
23
PORTVERSION=	4.3.4
24
PORTREVISION=	2
24
PORTREVISION=	3
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 \
27
		http://it.php.net/distributions/:release \
27
		http://it.php.net/distributions/:release \
Lines 48-54 Link Here
48
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:release
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)
52
.if defined(WITHOUT_APACHE)
52
.if defined(WITHOUT_APACHE)
53
.if defined(WITHOUT_CLI)
53
.if defined(WITHOUT_CLI)
54
COMMENT=	PHP Common Gateway Interface
54
COMMENT=	PHP Common Gateway Interface
Lines 176-181 Link Here
176
176
177
.if exists(${WRKDIR}/Makefile.inc)
177
.if exists(${WRKDIR}/Makefile.inc)
178
.include "${WRKDIR}/Makefile.inc"
178
.include "${WRKDIR}/Makefile.inc"
179
.endif
180
181
.if !defined(WITHOUT_PEAR)
182
WITH_XMLRPC=   yes
179
.endif
183
.endif
180
184
181
.if defined(WITH_CDB) || defined(WITH_DB4) || defined(WITH_GDBM) || defined(WITH_INIFILE)
185
.if defined(WITH_CDB) || defined(WITH_DB4) || defined(WITH_GDBM) || defined(WITH_INIFILE)
(-)lang/php4/files/patch-scripts::Makefile.frag (+11 lines)
Line 0 Link Here
1
--- scripts/Makefile.frag.orig	Fri Sep 19 07:35:21 2003
2
+++ scripts/Makefile.frag	Sat Nov 22 15:32:41 2003
3
@@ -32,6 +32,8 @@
4
 	ext/xml/expat \
5
 	main \
6
 	ext/mbstring \
7
+	ext/mbstring/libmbfl \
8
+	ext/mbstring/libmbfl/mbfl \
9
 	ext/pgsql \
10
 	regex
11
 
(-)lang/php4/pkg-plist (+17 lines)
Lines 62-67 Link Here
62
include/php/ext/mbstring/php_mbregex.h
62
include/php/ext/mbstring/php_mbregex.h
63
include/php/ext/mbstring/php_unicode.h
63
include/php/ext/mbstring/php_unicode.h
64
include/php/ext/mbstring/unicode_data.h
64
include/php/ext/mbstring/unicode_data.h
65
include/php/ext/mbstring/libmbfl/config.h
66
include/php/ext/mbstring/libmbfl/mbfl/mbfilter.h
67
include/php/ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h
68
include/php/ext/mbstring/libmbfl/mbfl/mbfilter_pass.h
69
include/php/ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h
70
include/php/ext/mbstring/libmbfl/mbfl/mbfl_allocators.h
71
include/php/ext/mbstring/libmbfl/mbfl/mbfl_consts.h
72
include/php/ext/mbstring/libmbfl/mbfl/mbfl_convert.h
73
include/php/ext/mbstring/libmbfl/mbfl/mbfl_defs.h
74
include/php/ext/mbstring/libmbfl/mbfl/mbfl_encoding.h
75
include/php/ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h
76
include/php/ext/mbstring/libmbfl/mbfl/mbfl_ident.h
77
include/php/ext/mbstring/libmbfl/mbfl/mbfl_language.h
78
include/php/ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h
79
include/php/ext/mbstring/libmbfl/mbfl/mbfl_string.h
65
include/php/ext/pgsql/php_pgsql.h
80
include/php/ext/pgsql/php_pgsql.h
66
include/php/ext/session/mod_files.h
81
include/php/ext/session/mod_files.h
67
include/php/ext/session/mod_mm.h
82
include/php/ext/session/mod_mm.h
Lines 215-220 Link Here
215
%%CLI%%%%PEAR%%share/pear/bootstrap/PEAR/Frontend/CLI.php
230
%%CLI%%%%PEAR%%share/pear/bootstrap/PEAR/Frontend/CLI.php
216
@dirrm include/php/TSRM
231
@dirrm include/php/TSRM
217
@dirrm include/php/Zend
232
@dirrm include/php/Zend
233
@dirrm include/php/ext/mbstring/libmbfl/mbfl
234
@dirrm include/php/ext/mbstring/libmbfl
218
@dirrm include/php/ext/mbstring
235
@dirrm include/php/ext/mbstring
219
@dirrm include/php/ext/pgsql
236
@dirrm include/php/ext/pgsql
220
@dirrm include/php/ext/session
237
@dirrm include/php/ext/session

Return to bug 59591