From f9e39cd245257902517a280c173db5550c880655 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 6 Mar 2004 06:05:47 +0000 Subject: - 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 --- graphics/tiff/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 103bca6..bce4ccd 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 +.include + +.if ${OSVERSION} >= 502101 +BROKEN= configure stops waiting for stdin +.endif + +.include -- cgit v1.1