diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-08 13:56:03 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-08 13:56:03 +0800 |
commit | 144fe82267bd60bab771b44ed124e7079e12ee1d (patch) | |
tree | 524d9d22e58262a286172f174a2e55c5b9c9b79f | |
parent | 67485f14e0145e7ba4f7bd45635f22121face96a (diff) | |
download | freebsd-ports-gnome-144fe82267bd60bab771b44ed124e7079e12ee1d.tar.gz freebsd-ports-gnome-144fe82267bd60bab771b44ed124e7079e12ee1d.tar.zst freebsd-ports-gnome-144fe82267bd60bab771b44ed124e7079e12ee1d.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>
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-install/Makefile | 51 | ||||
-rw-r--r-- | devel/pear-install/pkg-descr | 6 | ||||
-rw-r--r-- | devel/pear-install/pkg-plist | 5 |
5 files changed, 1 insertions, 63 deletions
@@ -370,3 +370,4 @@ x11-wm/bbapm|sysutils/bbapm|2003-06-03|accurate category x11-wm/icemc|misc/icemc|2003-06-03|accurate category net/bittorrent|net/py-bittorrent|2003-06-06|duplicate entry testproc/py-trex||2003-06-08|part of py-xml +devel/pear-install|devel/pear-PEAR|2003-06-08|merged 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 |