diff options
author | kris <kris@FreeBSD.org> | 2005-03-26 14:59:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-26 14:59:27 +0800 |
commit | b4f511b0b79ee28a98f3927e489f2238a2a3d0d9 (patch) | |
tree | a497764339d16b1e182eb768cbfbe3d6c0c55daf | |
parent | f7f9cbb30ac11a1e8da8c056a99edd407606161e (diff) | |
download | freebsd-ports-gnome-b4f511b0b79ee28a98f3927e489f2238a2a3d0d9.tar.gz freebsd-ports-gnome-b4f511b0b79ee28a98f3927e489f2238a2a3d0d9.tar.zst freebsd-ports-gnome-b4f511b0b79ee28a98f3927e489f2238a2a3d0d9.zip |
BROKEN: Size mismatch
Approved by: portmgr (self)
-rw-r--r-- | editors/tea/Makefile | 2 | ||||
-rw-r--r-- | graphics/dataplot/Makefile | 2 | ||||
-rw-r--r-- | mail/spambnc/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 780323449c56..ac80681b1da8 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -16,6 +16,8 @@ COMMENT= A simple and powerful GTK+ text editor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +BROKEN= Size mismatch + USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 79ee287100db..570a367b36b7 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -18,6 +18,8 @@ EXTRACT_ONLY= dpsrc_1_2005${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A free software system for statistical visualization +BROKEN= Size mismatch + #FORBIDDEN= checksum mismatch due to extensive changes to distfile LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ png:${PORTSDIR}/graphics/png \ diff --git a/mail/spambnc/Makefile b/mail/spambnc/Makefile index 4b8cad657b70..9b5ad2aebfe6 100644 --- a/mail/spambnc/Makefile +++ b/mail/spambnc/Makefile @@ -19,6 +19,8 @@ COMMENT= Set of procmail recipies which handle known/suspected spam RUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail +BROKEN= Size mismatch + IGNOREFILES= index.shtml NO_WRKSUBDIR= yes NO_BUILD= yes |