[Midnightbsd-cvs] mports: lang/php5: Remove the SPL from base php.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 12 10:37:07 EDT 2007


Log Message:
-----------
Remove the SPL from base php.  This will be a module instead.

Modified Files:
--------------
    mports/lang/php5:
        Makefile (r1.9 -> r1.10)
        pkg-plist (r1.2 -> r1.3)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/lang/php5/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -Llang/php5/pkg-plist -Llang/php5/pkg-plist -u -r1.2 -r1.3
--- lang/php5/pkg-plist
+++ lang/php5/pkg-plist
@@ -72,15 +72,6 @@
 include/php/ext/date/lib/timelib_structs.h
 include/php/ext/date/php_date.h
 include/php/ext/libxml/php_libxml.h
-include/php/ext/spl/php_spl.h
-include/php/ext/spl/spl_array.h
-include/php/ext/spl/spl_directory.h
-include/php/ext/spl/spl_engine.h
-include/php/ext/spl/spl_exceptions.h
-include/php/ext/spl/spl_functions.h
-include/php/ext/spl/spl_iterators.h
-include/php/ext/spl/spl_observer.h
-include/php/ext/spl/spl_sxe.h
 include/php/ext/standard/base64.h
 include/php/ext/standard/basic_functions.h
 include/php/ext/standard/crc32.h
@@ -208,7 +199,6 @@
 @dirrm include/php/ext/date/lib
 @dirrm include/php/ext/date
 @dirrm include/php/ext/libxml
- at dirrm include/php/ext/spl
 @dirrm include/php/ext/standard
 @dirrmtry include/php/ext
 @dirrm include/php/main/streams
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/php5/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -Llang/php5/Makefile -Llang/php5/Makefile -u -r1.9 -r1.10
--- lang/php5/Makefile
+++ lang/php5/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	php5
 PORTVERSION=	5.2.4
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	${MASTER_SITE_PHP:S,$,:release,} \
 		http://downloads.php.net/ilia/:rc \
@@ -35,7 +35,6 @@
 		--disable-all \
 		--enable-libxml \
 		--with-libxml-dir=${LOCALBASE} \
-		--enable-spl \
 		--enable-reflection \
 		--program-prefix=""
 


More information about the Midnightbsd-cvs mailing list