diff options
-rw-r--r-- | devel/mingw32-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/splint/Makefile | 2 | ||||
-rw-r--r-- | editors/ooo-build/Makefile | 2 | ||||
-rw-r--r-- | misc/ipbt/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-mongrel/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/devel/mingw32-binutils/Makefile b/devel/mingw32-binutils/Makefile index 9750628..24fd088 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 732479b..7694aa7 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} diff --git a/editors/ooo-build/Makefile b/editors/ooo-build/Makefile index 6645b11..27bf6cf 100644 --- a/editors/ooo-build/Makefile +++ b/editors/ooo-build/Makefile @@ -21,6 +21,8 @@ DISTFILES+= ${OOOBUILD_SOURCE} \ MAINTAINER= maho@FreeBSD.org COMMENT= Community enhanced/bug fixed version of OpenOffice.org +BROKEN= Size mismatch + DESCR= ${.CURDIR}/pkg-descr OOOBUILD_VERSION=2.2.1 diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index e65e459..32e2e02 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ MAINTAINER= matt_mills@btopenworld.com COMMENT= A high-tech ttyrec player with improvements over ttyplay +BROKEN= Size mismatch + MAN1= ipbt.1 USE_PERL5= yes diff --git a/www/rubygem-mongrel/Makefile b/www/rubygem-mongrel/Makefile index 45ab993..ec7ef62 100644 --- a/www/rubygem-mongrel/Makefile +++ b/www/rubygem-mongrel/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= gpgen:${PORTSDIR}/devel/rubygem-gem_plugin \ rubygem-fastthread>=0.6.2:${PORTSDIR}/devel/rubygem-fastthread RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Size mismatch + PATCHNAME= cgi_multipart_eof_fix-2.2 post-install: |