diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:20:08 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 21:20:08 +0000 |
commit | 8678c3718fdca8f984a7d0a696ec52b0f0767717 (patch) | |
tree | 5a21b03b855f2373e94fc38775ea274d3d4e6401 /security | |
parent | caf9bf6a996fb71384c5379b0542563778fe6f23 (diff) | |
download | pkgsrc-8678c3718fdca8f984a7d0a696ec52b0f0767717.tar.gz |
remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
Diffstat (limited to 'security')
-rw-r--r-- | security/php4-mcrypt/DESCR | 2 | ||||
-rw-r--r-- | security/php4-mcrypt/Makefile | 15 | ||||
-rw-r--r-- | security/php4-mhash/DESCR | 2 | ||||
-rw-r--r-- | security/php4-mhash/Makefile | 15 | ||||
-rw-r--r-- | security/php4-openssl/DESCR | 2 | ||||
-rw-r--r-- | security/php4-openssl/Makefile | 22 |
6 files changed, 0 insertions, 58 deletions
diff --git a/security/php4-mcrypt/DESCR b/security/php4-mcrypt/DESCR deleted file mode 100644 index 62e6755af5e..00000000000 --- a/security/php4-mcrypt/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides PHP4 access to the mcrypt crypto algorithms library. diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile deleted file mode 100644 index dfe78988ab8..00000000000 --- a/security/php4-mcrypt/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2004/04/24 23:35:15 xtraeme Exp $ - -MODNAME= mcrypt -CATEGORIES+= security -PKGREVISION= # empty -COMMENT= PHP4 extension for the mcrypt crypto algorithms library - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.libmcrypt} - -.include "../../security/libmcrypt/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/php4-mhash/DESCR b/security/php4-mhash/DESCR deleted file mode 100644 index 3c2bc87fa5e..00000000000 --- a/security/php4-mhash/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides PHP4 access to the mhash hash algorithms library. diff --git a/security/php4-mhash/Makefile b/security/php4-mhash/Makefile deleted file mode 100644 index c9a8b0fcb98..00000000000 --- a/security/php4-mhash/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2004/04/24 23:35:15 xtraeme Exp $ - -MODNAME= mhash -CATEGORIES+= security -PKGREVISION= # empty -COMMENT= PHP4 extension for the mhash hash algorithms library - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.mhash} - -.include "../../security/mhash/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/php4-openssl/DESCR b/security/php4-openssl/DESCR deleted file mode 100644 index 79e9cf3a038..00000000000 --- a/security/php4-openssl/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -PHP is a programming language designed to be embedded into web pages. -This module provides PHP4 access to the OpenSSL library. diff --git a/security/php4-openssl/Makefile b/security/php4-openssl/Makefile deleted file mode 100644 index 45fea81319e..00000000000 --- a/security/php4-openssl/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2004/07/06 19:52:01 jdolecek Exp $ - -MODNAME= openssl -CATEGORIES+= security -PKGREVISION= # empty -COMMENT= PHP4 extension for the OpenSSL library - -USE_BUILDLINK3= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openssl} - -# the config test for -lssl fails to link in -lcrypto; just force it -# to succeed -CONFIGURE_ENV+= ac_cv_lib_ssl_SSL_CTX_set_ssl_version=yes - -post-extract: - cd ${WRKSRC} && ln -s config0.m4 config.m4 - -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |