1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

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]
This commit is contained in:
Gerald Pfeifer 2004-12-20 23:17:50 +00:00
parent 45be54d2be
commit facce2669f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124644
4 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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