diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:33:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:33:47 +0000 |
commit | 2c0de7fb8caecb3e1c09e621ea15fdd6f3d7bfe6 (patch) | |
tree | f6dfcd7465c8fc827da9a3a1d73bf4a649a823ea /misc | |
parent | BROKEN: Does not compile on 6.x (diff) |
Revert previous commit; the port is indeed broken since it fetches from
possibly inconsistent database snapshots. This has previously been
explained to the maintainer without action, so deprecate and schedule for
termination on 2006-12-01 to attempt to achieve progress on the issue.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/moviedb/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/moviedb/Makefile b/misc/moviedb/Makefile index 246802e9e92c..9a97609f448a 100644 --- a/misc/moviedb/Makefile +++ b/misc/moviedb/Makefile @@ -18,6 +18,10 @@ EXTRACT_ONLY= tools/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= user@unknown.nu COMMENT= The Internet Movie Database package +BROKEN= Often segfaults during build since it fetches possibly inconsistent snapshots +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 + IGNOREFILES= actors.list.gz actresses.list.gz aka-names.list.gz \ aka-titles.list.gz alternate-versions.list.gz biographies.list.gz \ business.list.gz certificates.list.gz cinematographers.list.gz \ |