diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-29 05:59:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-29 05:59:14 +0800 |
commit | 58a3fba4938041031f6fb4a1eb47efd98b784446 (patch) | |
tree | 06c915ff6967353b53a0687d8f6f2dafb8bdd0df /databases | |
parent | 9ce31e7056facee74f09a7557d62c682948f26ee (diff) | |
download | freebsd-ports-gnome-58a3fba4938041031f6fb4a1eb47efd98b784446.tar.gz freebsd-ports-gnome-58a3fba4938041031f6fb4a1eb47efd98b784446.tar.zst freebsd-ports-gnome-58a3fba4938041031f6fb4a1eb47efd98b784446.zip |
2012-05-10 databases/pear-MDB2_Driver_ibase: BROKEN for more than 6 month
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_ibase/Makefile | 36 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_ibase/distinfo | 2 | ||||
-rw-r--r-- | databases/pear-MDB2_Driver_ibase/pkg-descr | 3 |
4 files changed, 0 insertions, 42 deletions
diff --git a/databases/Makefile b/databases/Makefile index 97d3e304e1f0..188b14c753a5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -503,7 +503,6 @@ SUBDIR += pear-Horde_Memcache SUBDIR += pear-MDB SUBDIR += pear-MDB2 - SUBDIR += pear-MDB2_Driver_ibase SUBDIR += pear-MDB2_Driver_mysql SUBDIR += pear-MDB2_Driver_mysqli SUBDIR += pear-MDB2_Driver_pgsql diff --git a/databases/pear-MDB2_Driver_ibase/Makefile b/databases/pear-MDB2_Driver_ibase/Makefile deleted file mode 100644 index 1ffed6d77074..000000000000 --- a/databases/pear-MDB2_Driver_ibase/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: pear-MDB2_Driver_ibase -# Date created: 29 April 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= MDB2_Driver_ibase -DISTVERSION= 1.5.0b3 -CATEGORIES= databases www pear - -MAINTAINER= miwi@FreeBSD.org -COMMENT= PEAR ibase MDB2 driver - -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USE_PHP= interbase - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= fails to build - -FILES= MDB2/Driver/ibase.php \ - MDB2/Driver/Datatype/ibase.php \ - MDB2/Driver/Function/ibase.php \ - MDB2/Driver/Manager/ibase.php \ - MDB2/Driver/Native/ibase.php \ - MDB2/Driver/Reverse/ibase.php - -TESTS= MDB2_nonstandard_ibase.php - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> diff --git a/databases/pear-MDB2_Driver_ibase/distinfo b/databases/pear-MDB2_Driver_ibase/distinfo deleted file mode 100644 index e173678bc03d..000000000000 --- a/databases/pear-MDB2_Driver_ibase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PEAR/MDB2_Driver_ibase-1.5.0b3.tgz) = e8631f85337da0eee3070a8817661d9c9ba57d44ad3195545f9554e7374a1547 -SIZE (PEAR/MDB2_Driver_ibase-1.5.0b3.tgz) = 39695 diff --git a/databases/pear-MDB2_Driver_ibase/pkg-descr b/databases/pear-MDB2_Driver_ibase/pkg-descr deleted file mode 100644 index c1355540be7c..000000000000 --- a/databases/pear-MDB2_Driver_ibase/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the Interbase/Firebird MDB2 driver. - -WWW: http://pear.php.net/package/MDB2_Driver_ibase/ |