diff options
author | kris <kris@FreeBSD.org> | 2007-08-06 02:30:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-08-06 02:30:04 +0800 |
commit | e8cc5c1a12c1a608356c1c1641c3e9148c31f1c5 (patch) | |
tree | 5a984ed48c617010b4a7c4208f859bdae18b9f83 /devel | |
parent | 9f09e6d656f2ea7a0369a4679c987ec262b05be7 (diff) | |
download | freebsd-ports-gnome-e8cc5c1a12c1a608356c1c1641c3e9148c31f1c5.tar.gz freebsd-ports-gnome-e8cc5c1a12c1a608356c1c1641c3e9148c31f1c5.tar.zst freebsd-ports-gnome-e8cc5c1a12c1a608356c1c1641c3e9148c31f1c5.zip |
BROKEN: Size mismatch
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw32-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/splint/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 9750628a657d..24fd088c21a3 100644 --- a/devel/mingw32-binutils/Makefile +++ b/devel/mingw32-binutils/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}-${BINUTILVERSION} MAINTAINER= lev@FreeBSD.org COMMENT= FSF binutils-2.17 for Windows cross-development +BROKEN= Size mismatch + BINUTILVERSION= 2.17.50 USE_BZIP2= yes diff --git a/devel/splint/Makefile b/devel/splint/Makefile index 732479ba3a1e..7694aa733465 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= lwhsu@FreeBSD.org COMMENT= A tool for statically checking sourcecode for security vulnerabilities +BROKEN= Size mismatch + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |