aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tiff
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-03-06 14:05:47 +0800
committerdinoex <dinoex@FreeBSD.org>2004-03-06 14:05:47 +0800
commitf9e39cd245257902517a280c173db5550c880655 (patch)
tree2eb4d6218581997708978be94048daed7dba0124 /graphics/tiff
parent8910461472fe234fc17fa0ca3eacb6202583ca70 (diff)
downloadfreebsd-ports-gnome-f9e39cd245257902517a280c173db5550c880655.tar.gz
freebsd-ports-gnome-f9e39cd245257902517a280c173db5550c880655.tar.zst
freebsd-ports-gnome-f9e39cd245257902517a280c173db5550c880655.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
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>