diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-12-20 23:17:50 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2004-12-20 23:17:50 +0000 |
commit | facce2669f8a854cae408d944e9a6de79b4f83c7 (patch) | |
tree | f0e47df5e61af9715085366a616715ba4329f7f5 /emulators/wine-devel | |
parent | Remove 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]
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 |
2 files changed, 6 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 |