diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 08:33:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 08:33:47 +0800 |
commit | 5c96b5c0578238db4b1e4255d3efb753312bd9f7 (patch) | |
tree | c2072eb1937272a9ee8dfc33a8f7fff3e52da91e | |
parent | fc7e6e8291e236fe7b95b4d03410bc26d61414e7 (diff) | |
download | freebsd-ports-gnome-5c96b5c0578238db4b1e4255d3efb753312bd9f7.tar.gz freebsd-ports-gnome-5c96b5c0578238db4b1e4255d3efb753312bd9f7.tar.zst freebsd-ports-gnome-5c96b5c0578238db4b1e4255d3efb753312bd9f7.zip |
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.
-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 \ |