diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-18 15:19:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-18 15:19:25 +0800 |
commit | 148ba59c4875482f972bc7e4d857e5bc006df15f (patch) | |
tree | a0e1cdb4710758bd66b49fe853f0537d4a54f5c5 /databases | |
parent | 1ec97617d1740bbd11a41c5e984e463c4a408aa4 (diff) | |
download | freebsd-ports-gnome-148ba59c4875482f972bc7e4d857e5bc006df15f.tar.gz freebsd-ports-gnome-148ba59c4875482f972bc7e4d857e5bc006df15f.tar.zst freebsd-ports-gnome-148ba59c4875482f972bc7e4d857e5bc006df15f.zip |
Deprecated some ports broken for more than 6 month
Diffstat (limited to 'databases')
-rw-r--r-- | databases/drizzle/Makefile | 3 | ||||
-rw-r--r-- | databases/gomysql/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBD-InterBase/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-DBZ_File/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/databases/drizzle/Makefile b/databases/drizzle/Makefile index b99a57c44178..b87fe4dbd062 100644 --- a/databases/drizzle/Makefile +++ b/databases/drizzle/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://launchpadlibrarian.net/49101349/ \ MAINTAINER= glarkin@FreeBSD.org COMMENT= A database optimized for Cloud and Net applications +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + USE_GCC= 4.2+ USES= gmake perl5 USE_PYTHON= yes diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index 1cb187ba9984..44486dd644ad 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -11,6 +11,9 @@ DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411 MAINTAINER= wen@FreeBSD.org COMMENT= A MySQL client library written in Go +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BROKEN= Does not compile with go1 WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile index 1529695c637f..0ff40248d910 100644 --- a/databases/p5-DBD-InterBase/Makefile +++ b/databases/p5-DBD-InterBase/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI driver for InterBase RDBMS server +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/databases/p5-DBZ_File/Makefile b/databases/p5-DBZ_File/Makefile index 2c41f0e3a76d..63a139f9a93a 100644 --- a/databases/p5-DBZ_File/Makefile +++ b/databases/p5-DBZ_File/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= leeym@FreeBSD.org COMMENT= Perl module to access a DBZ database +DEPRECATED= BRoken for more than 6 month +EXPIRATION_DATE= 2013-11-18 + USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= DEFINE="-I${FILESDIR}" POLLUTE=1 |