diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-12-04 21:12:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-12-04 21:12:57 +0000 |
commit | 711a8fef3b0e5f927ffe58986dcdc2c7f2d59b81 (patch) | |
tree | 102d740455801f40c9689544d9ca82357ff24c86 /ftp | |
parent | 98b8fc4cb0d3ce0b158d3f4affc95144438d4e30 (diff) |
Mark IGNORE since the port crashes at startup:
IglooFTP in free(): error: chunk is already free
Deprecate and expire in 2 months.
Notes
Notes:
svn path=/head/; revision=150412
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/IglooFTP/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index f92402180832..3682989beba3 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -17,17 +17,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use FTP client for X Window System +IGNORE= crashes at startup +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2006-02-04 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src USE_X_PREFIX= yes USE_GNOME= gtk12 -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -IGNORE= "crashes on startup" -.endif - post-extract: @${RM} ${WRKSRC}/../share/docs/LICENSE~ @@ -38,4 +36,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |