aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-06-08 13:56:03 +0800
committernork <nork@FreeBSD.org>2003-06-08 13:56:03 +0800
commit4e3d1fd04f5333f3b5c305910b206faf3ab3d2ea (patch)
treed04f26db8a52a74755fd39187caeaad283410dae /devel
parenta39fb6575922a41308a856a58ab95dbe0833a605 (diff)
downloadfreebsd-ports-gnome-4e3d1fd04f5333f3b5c305910b206faf3ab3d2ea.tar.gz
freebsd-ports-gnome-4e3d1fd04f5333f3b5c305910b206faf3ab3d2ea.tar.zst
freebsd-ports-gnome-4e3d1fd04f5333f3b5c305910b206faf3ab3d2ea.zip
All pear ports use devel/pear-PEAR as a common base. Now therefore
pear-install is no need. PR: ports/52596 Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-install/Makefile51
-rw-r--r--devel/pear-install/pkg-descr6
-rw-r--r--devel/pear-install/pkg-plist5
4 files changed, 0 insertions, 63 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4b65fc9453b2..80ec92aa7293 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -720,7 +720,6 @@
SUBDIR += pear-HTML_Select_Common
SUBDIR += pear-I18N
SUBDIR += pear-PEAR
- SUBDIR += pear-install
SUBDIR += pedisassem
SUBDIR += perforce
SUBDIR += perltidy
diff --git a/devel/pear-install/Makefile b/devel/pear-install/Makefile
deleted file mode 100644
index f96685c1ac29..000000000000
--- a/devel/pear-install/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# Ports collection makefile for: pear-install
-# Date created: 21 October 2002
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= pear-install
-PORTVERSION= ${PHP_VERSION}
-CATEGORIES= devel www
-MASTER_SITES= # empty
-DISTFILES= # none
-EXTRACT_ONLY= # empty
-
-MAINTAINER= thierry@pompo.net
-COMMENT= Prepare the installation of the PEAR framework
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4
-.if defined(WITH_APACHE2)
-RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
-.else
-RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
-.endif
-
-NO_BUILD= yes
-EXAMPLESDIR= ${PREFIX}/share/examples/pear
-
-.include <bsd.port.pre.mk>
-
-.if exists(${LOCALBASE}/bin/php-config)
-PHP_VERSION!= ${LOCALBASE}/bin/php-config --version
-PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix
-.else
-PHP_VERSION= 4.3.1
-PHP_BASE= ${LOCALBASE}
-.endif
-LPHP_LIB= lib/php
-
-PEARDIR= ${PHP_BASE}/${LPHP_LIB}
-
-do-install:
- @${ECHO_MSG} "===> Backuping the original PEAR from mod_php4 into ${PEARDIR}.DIST_PHP ..."
- @${CP} -Rp ${PEARDIR} ${PEARDIR}.DIST_PHP
-
-post-install:
-# To be used by other pear-* ports
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/pear-install/pkg-descr b/devel/pear-install/pkg-descr
deleted file mode 100644
index c56e666d755d..000000000000
--- a/devel/pear-install/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This port does not install anything, but it prepares the installation of
-new PEAR packages.
-
-It is required by every pear- package in the FreeBSD ports tree.
-
-WWW: http://pear.php.net/
diff --git a/devel/pear-install/pkg-plist b/devel/pear-install/pkg-plist
deleted file mode 100644
index c151014c4d82..000000000000
--- a/devel/pear-install/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%PORTDOCS%%@dirrm share/examples/pear
-@exec rm -r %D/lib/php.DIST_PHP 2>/dev/null || true
-@exec cp -Rp %D/lib/php %D/lib/php.DIST_PHP
-@unexec rm -r %D/lib/php || true
-@unexec mv %D/lib/php.DIST_PHP %D/lib/php || true