aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-06 06:05:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-06 06:05:47 +0000
commit4977505972a1bd13bf1724d5c1c48bbba0377788 (patch)
treec0e4194f26879f8ddce0ac1c52dc4f5b4f55cdb0 /graphics/tiff
parent041e082884555c615a9688d93f3dbf5e16637f43 (diff)
downloadports-4977505972a1bd13bf1724d5c1c48bbba0377788.tar.gz
ports-4977505972a1bd13bf1724d5c1c48bbba0377788.zip
- mark BROKEN for 502101
problem: configure stops waiting for stdin this happens on all architetures. sparc64-5-latest-logs 2004 Mar 5 18:17:20 tiff-3.6.1_1.log failed i386-5-latest-logs 2004 Mar 4 15:47:17 tiff-3.6.1_1.log okay alpha-5-latest-logs 2004 Feb 16 00:55:25 tiff-3.6.1_1.log.bz2 okay amd64-5-latest-logs 2004 Feb 27 09:35:09 tiff-3.6.1_1.log.bz2 okay i386-4-latest-logs 2004 Feb 21 11:58:42 tiff-3.6.1_1.log.bz2 okay ia64-5-latest-logs 2004 Feb 16 23:28:46 tiff-3.6.1_1.log.bz2 okay sparc64-5-latest-logs 2004 Feb 17 12:04:10 tiff-3.6.1_1.log.bz2 okay workaround: build package on olnder enviroment. e.G. install 5.2. release or current before 2004-02-29 in a jail. Patches welcome
Notes
Notes: svn path=/head/; revision=103067
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 103bca601021..bce4ccd490f0 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -113,4 +113,10 @@ MLINKS= TIFFError.3t TIFFSetErrorHandler.3t \
TIFFtile.3t TIFFTileRowSize.3t \
TIFFtile.3t TIFFVTileSize.3t
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502101
+BROKEN= configure stops waiting for stdin
+.endif
+
+.include <bsd.port.post.mk>