diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-03 16:44:58 +0000 |
commit | c31defa0fc6069fd58ebbef6564b36ff4e2a70f7 (patch) | |
tree | 24dcac0a257526d4f05afdcd8a3429b3043b19a1 /databases | |
parent | Remove dependency on displaycalibrator, it's broken since more than 6 months (diff) |
Deprecate ports broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=416324
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-udf-sys/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-xql/Makefile | 2 | ||||
-rw-r--r-- | databases/oracle_odbc_driver/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/databases/mysql-udf-sys/Makefile b/databases/mysql-udf-sys/Makefile index 750bf5ce5370..b0b59ea5d2cf 100644 --- a/databases/mysql-udf-sys/Makefile +++ b/databases/mysql-udf-sys/Makefile @@ -11,6 +11,8 @@ MAINTAINER= dave@dogwood.com COMMENT= System access UDFs BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 USE_MYSQL= yes USE_LDCONFIG= yes diff --git a/databases/mysql-xql/Makefile b/databases/mysql-xql/Makefile index e7225eada9c1..91b19b1c3567 100644 --- a/databases/mysql-xql/Makefile +++ b/databases/mysql-xql/Makefile @@ -12,6 +12,8 @@ MAINTAINER= syncer@gmail.com COMMENT= Library provides XML output functions to MySQL server BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static diff --git a/databases/oracle_odbc_driver/Makefile b/databases/oracle_odbc_driver/Makefile index 028a2b8bc3c5..cac6dd34cc8e 100644 --- a/databases/oracle_odbc_driver/Makefile +++ b/databases/oracle_odbc_driver/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Oracle Open Source ODBC driver BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 LIB_DEPENDS= libodbc.so:databases/unixODBC CONFIGURE_ARGS= --with-unixODBC=${LOCALBASE} diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index 4bd5cf7ae3ed..ebccfebb5ae2 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -11,6 +11,8 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Automatic documentation generator for postgresql databases BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 RUN_DEPENDS= p5-HTML-Template>=0:www/p5-HTML-Template \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ |