summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-27 06:17:10 +0000
committerkris <kris@FreeBSD.org>2003-10-27 06:17:10 +0000
commit731b566a6c55593424dd044411e0208eef835c47 (patch)
treef0dbb638a2f741c9e1135ac637d525813ddcf1d9 /emulators
parentc1c9048b33821235e9fa0d99c0afb70d7f9237d9 (diff)
downloadFreeBSD-ports-731b566a6c55593424dd044411e0208eef835c47.zip
FreeBSD-ports-731b566a6c55593424dd044411e0208eef835c47.tar.gz
BROKEN on 5.x: broken by new ATA driver
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 99c6bea..1316ffd 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -36,6 +36,10 @@ USE_REINPLACE= yes
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
+.if ${OSVERSION} >= 501106
+BROKEN= "Broken by new ATA driver"
+.endif
+
.if defined(DEBUG)
STRIP=
.else
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 99c6bea..1316ffd 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -36,6 +36,10 @@ USE_REINPLACE= yes
BROKEN= "Not supported on systems prior to FreeBSD 4.x"
.endif
+.if ${OSVERSION} >= 501106
+BROKEN= "Broken by new ATA driver"
+.endif
+
.if defined(DEBUG)
STRIP=
.else
OpenPOWER on IntegriCloud