aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-12-05 17:24:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-12-05 17:24:21 +0000
commitd472a4c0c8ca1cdaf99b0b9927de50241bebd215 (patch)
tree3521cba79095f09b99e99a54171f93e9f0297ccc /sysutils
parentbd26a8c5900dddd816d0be9b24c1f22332dc2ab3 (diff)
downloadports-d472a4c0c8ca1cdaf99b0b9927de50241bebd215.tar.gz
ports-d472a4c0c8ca1cdaf99b0b9927de50241bebd215.zip
- Mark BROKEN on 9.X:
src/abgx360.c: In function 'sendcdb': src/abgx360.c:1815: error: 'struct scsi_sense_data' has no member named 'segment' src/abgx360.c:1816: error: 'struct scsi_sense_data' has no member named 'flags' src/abgx360.c:1817: error: 'struct scsi_sense_data' has no member named 'info' [..] Reported by: pointyhat Feature safe: yes
Notes
Notes: svn path=/head/; revision=286932
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/abgx360/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/abgx360/Makefile b/sysutils/abgx360/Makefile
index 7385fe2f48ca..e569525838b1 100644
--- a/sysutils/abgx360/Makefile
+++ b/sysutils/abgx360/Makefile
@@ -24,6 +24,10 @@ do-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 900044
+BROKEN= does not compile on FreeBSD 9.X
+.endif
+
.if ${OSVERSION} > 900000
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64