summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2004-12-20 23:17:50 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2004-12-20 23:17:50 +0000
commitfacce2669f8a854cae408d944e9a6de79b4f83c7 (patch)
treef0e47df5e61af9715085366a616715ba4329f7f5
parentRemove dead site alpha.crl.dec.com. (diff)
Mark broken on anything before FreeBSD 5.3, as Wine would build but not
properly run there (mostly due to threading issues). Remove the share/applications and share/wine directories via pkg-plist.[1] Pointed out by: pointyhat/kris[1]
Notes
Notes: svn path=/head/; revision=124644
-rw-r--r--emulators/wine-devel/Makefile4
-rw-r--r--emulators/wine-devel/pkg-plist2
-rw-r--r--emulators/wine/Makefile4
-rw-r--r--emulators/wine/pkg-plist2
4 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index b734a40c684c..f368b099ff14 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -35,6 +35,10 @@ USE_GCC= 3.4
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 503000
+BROKEN= "Versions of FreeBSD before 5.3 lack sufficient threading support"
+.endif
+
.if defined(DEBUG)
STRIP=
.else
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index 71901ea146c6..b44724dbe4a1 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -725,3 +725,5 @@ share/wine/wine.inf
@dirrm include/wine/msvcrt
@dirrm include/wine/windows
@dirrm include/wine
+@unexec rmdir %D/share/applications 2>/dev/null || true
+@dirrm share/wine
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index b734a40c684c..f368b099ff14 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -35,6 +35,10 @@ USE_GCC= 3.4
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 503000
+BROKEN= "Versions of FreeBSD before 5.3 lack sufficient threading support"
+.endif
+
.if defined(DEBUG)
STRIP=
.else
diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist
index 71901ea146c6..b44724dbe4a1 100644
--- a/emulators/wine/pkg-plist
+++ b/emulators/wine/pkg-plist
@@ -725,3 +725,5 @@ share/wine/wine.inf
@dirrm include/wine/msvcrt
@dirrm include/wine/windows
@dirrm include/wine
+@unexec rmdir %D/share/applications 2>/dev/null || true
+@dirrm share/wine