summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerh <erh>2003-09-07 19:06:54 +0000
committererh <erh>2003-09-07 19:06:54 +0000
commitd4299cd3228a7751e95635933de9fada01302229 (patch)
tree39518a6539e84ff9d970426bd076a35eb3f433cd
parent1c4bfcb215ea8e27f1eb143cd7199d140c955e26 (diff)
downloadpkgsrc-d4299cd3228a7751e95635933de9fada01302229.tar.gz
Remove the ap2-php4 package. The ap-php4 now works for apache2 also.
-rw-r--r--www/ap2-php4/DESCR7
-rw-r--r--www/ap2-php4/MESSAGE15
-rw-r--r--www/ap2-php4/Makefile25
-rw-r--r--www/ap2-php4/PLIST2
4 files changed, 0 insertions, 49 deletions
diff --git a/www/ap2-php4/DESCR b/www/ap2-php4/DESCR
deleted file mode 100644
index 8c1c0753446..00000000000
--- a/www/ap2-php4/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-PHP is an HTML-embedded scripting language. It is modular, with
-some object-oriented features. Much of its syntax is borrowed from
-C, Java and Perl with a couple of unique PHP-specific features
-thrown in. The language is designed to allow web developers to
-write dynamically generated pages quickly.
-
-This package contains the dynamically loadable PHP4 Apache module.
diff --git a/www/ap2-php4/MESSAGE b/www/ap2-php4/MESSAGE
deleted file mode 100644
index 669d264d2e4..00000000000
--- a/www/ap2-php4/MESSAGE
+++ /dev/null
@@ -1,15 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2002/10/17 09:56:52 martti Exp $
-
-To add this to your Apache server, you will need to add the following
-lines to the appropriate place in your httpd.conf file:
-
- LoadModule php4_module lib/httpd/mod_php4.so
-
- AddType application/x-httpd-php .php
-
-You may also add following if you still use .php3 files:
-
- AddType application/x-httpd-php .php3
-
-===========================================================================
diff --git a/www/ap2-php4/Makefile b/www/ap2-php4/Makefile
deleted file mode 100644
index d97fece4390..00000000000
--- a/www/ap2-php4/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2003/08/23 14:22:45 grant Exp $
-
-PKGNAME= ap2-php-${PHP_BASE_VERS}
-PKGREVISION= # empty
-COMMENT= Apache 2.x module for PHP4
-
-DEPENDS+= php>=${PHP_BASE_VERS}:../../www/php4
-
-USE_BUILDLINK2= YES
-APACHE_MODULE= YES
-
-.include "../../www/php4/Makefile.php"
-
-# Ensure we export symbols in the linked shared object.
-LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
-
-# Needed to pickup includes
-CFLAGS+= -I${PREFIX}/include/apr-0
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/.libs/libphp4.so \
- ${PREFIX}/lib/httpd/mod_php4.so
-
-.include "../../www/apache2/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap2-php4/PLIST b/www/ap2-php4/PLIST
deleted file mode 100644
index 480b58b33be..00000000000
--- a/www/ap2-php4/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/17 09:56:52 martti Exp $
-lib/httpd/mod_php4.so