diff options
author | kris <kris@FreeBSD.org> | 2005-12-05 05:12:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-12-05 05:12:57 +0800 |
commit | a94afb0e032a7099344b3b682bba570ea95ca94b (patch) | |
tree | 07bc05a852f75875277372008307bf44d9c84e1e /ftp/IglooFTP/Makefile | |
parent | e95e709c005f735f615a6b474a1d741f9d864cb9 (diff) | |
download | freebsd-ports-gnome-a94afb0e032a7099344b3b682bba570ea95ca94b.tar.gz freebsd-ports-gnome-a94afb0e032a7099344b3b682bba570ea95ca94b.tar.zst freebsd-ports-gnome-a94afb0e032a7099344b3b682bba570ea95ca94b.zip |
Mark IGNORE since the port crashes at startup:
IglooFTP in free(): error: chunk is already free
Deprecate and expire in 2 months.
Diffstat (limited to 'ftp/IglooFTP/Makefile')
-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> |