diff options
-rw-r--r-- | finance/myphpmoney/Makefile | 3 | ||||
-rw-r--r-- | textproc/openfts/Makefile | 3 | ||||
-rw-r--r-- | www/oscommerce/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/finance/myphpmoney/Makefile b/finance/myphpmoney/Makefile index 3cb32d0..5f67071 100644 --- a/finance/myphpmoney/Makefile +++ b/finance/myphpmoney/Makefile @@ -17,6 +17,9 @@ COMMENT= A PHP script for managing your accounts RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql323-client +BROKEN= "Inconsistent dependencies (mysql 3.x and 4.x)" +DEPRECATED= "This port will be removed on April 15 if still broken." + PREFIX= ${LOCALBASE} WEBOWN?= www WEBGRP?= www diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile index 377638512..eb11317 100644 --- a/textproc/openfts/Makefile +++ b/textproc/openfts/Makefile @@ -19,6 +19,9 @@ COMMENT= Open Source Full Text Search engine EXTRACT_DEPENDS=/nonexistent:${PORTSDIR}/databases/postgresql7:configure BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +BROKEN= "Inconsistent dependencies (mysql-client 3.x and 4.x)" +DEPRECATED= "This port will be removed on April 15 if still broken." + PERL_CONFIGURE= yes USE_REINPLACE= yes diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index 12338cb..778be31 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/ms/} MAINTAINER= hcoyote@ghostar.org COMMENT= An full-featured open source e-commerce system +BROKEN= "Inconsistent dependencies (on mysql-client 3.x and 4.x)" +DEPRECATED= "This port will be removed on April 15 if it is still broken." + USE_MYSQL= yes WANT_MYSQL_VER= 323 NO_BUILD= YES |