[Midnightbsd-cvs] mports: mports/devel: remove port as it's integrated in php now

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jan 4 19:24:53 EST 2009


Log Message:
-----------
remove port as it's integrated in php now

Modified Files:
--------------
    mports/devel:
        Makefile (r1.269 -> r1.270)

Removed Files:
-------------
    mports/devel/php5-pcre:
        Makefile
    mports/devel/php5-pcre/files:
        patch-php_pcre.c

-------------- next part --------------
--- devel/php5-pcre/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for:	php5-pcre
-# Date created:			7 Jul 2004
-# Whom:				Alex Dupre <ale at FreeBSD.org>
-#
-# $FreeBSD: ports/devel/php5-pcre/Makefile,v 1.1 2004/07/19 07:12:57 ale Exp $
-# $MidnightBSD: mports/devel/php5-pcre/Makefile,v 1.1 2006/11/05 15:21:42 laffer1 Exp $
-#
-
-CATEGORIES=	devel
-
-MASTERDIR=	${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX=	-pcre
-
-.include "${MASTERDIR}/Makefile"
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.269
retrieving revision 1.270
diff -L devel/Makefile -L devel/Makefile -u -r1.269 -r1.270
--- devel/Makefile
+++ devel/Makefile
@@ -246,7 +246,6 @@
     SUBDIR += php5-gettext
     SUBDIR += php5-ncurses
     SUBDIR += php5-pcntl
-    SUBDIR += php5-pcre
     SUBDIR += php5-readline
     SUBDIR += php5-shmop
     SUBDIR += php5-spl
--- devel/php5-pcre/files/patch-php_pcre.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- php_pcre.c.orig	2007-11-14 08:11:40.000000000 +0100
-+++ php_pcre.c	2007-11-14 08:11:50.000000000 +0100
-@@ -18,6 +18,10 @@
- 
- /* $Id: php_pcre.c,v 1.168.2.9.2.21 2007/09/20 08:10:44 tony2001 Exp $ */
- 
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include "php.h"
- #include "php_ini.h"
- #include "php_globals.h"


More information about the Midnightbsd-cvs mailing list