diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-25 20:37:54 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-10-25 20:37:54 +0000 |
commit | a4de3811a0a600e0732b56ae905ef46cf7824734 (patch) | |
tree | 56347ef1346f29449bcc4a99e107422d71307bc5 /www | |
parent | Author does not seem very interested in distributing source by itself. (diff) |
Mark mozilla-devel BROKEN when Xft2 support is enabled and the
mozilla-fonts package is installed.
Reviewed by: marcus
Approved by: pat
Notes
Notes:
svn path=/head/; revision=68818
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index fe579f36ec17..20bb805e60b1 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -32,6 +32,10 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) +BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package. +.endif .endif LATEST_LINK= mozilla-devel diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index fe579f36ec17..20bb805e60b1 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -32,6 +32,10 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) +BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package. +.endif .endif LATEST_LINK= mozilla-devel diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index fe579f36ec17..20bb805e60b1 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -32,6 +32,10 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit .if !defined(WITHOUT_XFT) LIB_DEPENDS+= Xft2.2:${PORTSDIR}/x11-fonts/Xft +.if exists(${X11BASE}/lib/X11/fonts/mozilla/fonts.dir) +BROKEN= Mozilla-devel and Xft2 render the mozilla-fonts \ + illegibly. Please remove the mozilla-fonts package. +.endif .endif LATEST_LINK= mozilla-devel |