diff options
author | pav <pav@FreeBSD.org> | 2011-11-30 02:09:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-30 02:09:41 +0800 |
commit | 92ac358cbcf1c88b82e5af9c5abb80d2e8c761a7 (patch) | |
tree | 355150b1059053a9a6b670356fa9d9f49eca6156 /sysutils/k3b | |
parent | e555c7cb7ab5dee259255d15af7ca34694c6598c (diff) | |
download | freebsd-ports-gnome-92ac358cbcf1c88b82e5af9c5abb80d2e8c761a7.tar.gz freebsd-ports-gnome-92ac358cbcf1c88b82e5af9c5abb80d2e8c761a7.tar.zst freebsd-ports-gnome-92ac358cbcf1c88b82e5af9c5abb80d2e8c761a7.zip |
- Mark BROKEN on 9.X: does not compile
k3bscsicommand_bsd.cpp:109: error: 'struct scsi_sense_data' has no member named 'flags'
k3bscsicommand_bsd.cpp:110: error: 'struct scsi_sense_data' has no member named 'add_sense_code'
k3bscsicommand_bsd.cpp:111: error: 'struct scsi_sense_data' has no member named 'add_sense_code_qual'
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'sysutils/k3b')
-rw-r--r-- | sysutils/k3b/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index aaab8aa4976a..bc900c17b206 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -55,6 +55,10 @@ showinfo: .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900044 +BROKEN= does not compile on FreeBSD 9.X +.endif + .if ${OSVERSION} > 700000 PKGMESSAGE= ${PKGDIR}/pkg-message-7 .endif |