diff options
author | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
commit | 8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch) | |
tree | 30e57ad4f97668320f2f386f99980504ff4d1f78 /databases | |
parent | 01b1e104baba5395a22dea3b13bcdf24730d3440 (diff) | |
download | freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.gz freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.zst freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.zip |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Diffstat (limited to 'databases')
-rw-r--r-- | databases/erserver/Makefile | 8 | ||||
-rw-r--r-- | databases/gauche-gdbm/Makefile | 2 | ||||
-rw-r--r-- | databases/mysqlcc/Makefile | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/databases/erserver/Makefile b/databases/erserver/Makefile index 85c76247e0f9..ad4cfa9952df 100644 --- a/databases/erserver/Makefile +++ b/databases/erserver/Makefile @@ -22,6 +22,10 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ RUN_DEPENDS= ${JAVAJARDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ postgres:${PGSQL_PORT} +BROKEN= Does not compile with GCC 4.2 +DEPRECATED= does not compile on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + USE_GMAKE= yes GNU_CONFIGURE= yes USE_JAVA= yes @@ -39,10 +43,6 @@ DEFAULT_PGSQL_VER?=74 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - # Setting/finding PostgreSQL version we want. .if exists(${LOCALBASE}/bin/postmaster) PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \ diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile index 114eb03ec2ed..a7376677708b 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche BROKEN= does not compile +DEPRECATED= has been broken for more than a year +EXPIRATION_DATE=2011-04-17 WRKSRC= ${WRKDIR}/dbm MAKE_ARGS= GOSH=gosh \ diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index 94b33fc987a4..28ead11c1d60 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -20,6 +20,8 @@ COMMENT= A platform-independent GUI administration client for the MySQL server BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake BROKEN= does not compile +DEPRECATED= has been broken for almost a year +EXPIRATION_DATE=2011-04-17 USE_MYSQL= yes IGNORE_WITH_MYSQL=323 |