diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/flock/Makefile b/www/flock/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/mozilla-firebird/Makefile b/www/mozilla-firebird/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/mozilla-firebird/Makefile +++ b/www/mozilla-firebird/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index 4f58de3b02f0..d5218695397e 100644 --- a/www/phoenix/Makefile +++ b/www/phoenix/Makefile @@ -50,9 +50,9 @@ PLUGINSDIR= ${LOCAL_PREFIX}/lib/mozilla-${MOZVER}/plugins/ .if ${PERL_LEVEL} < 500601 .undef NO_IGNORE -BROKEN= "Phoenix only supports the ports versions of Perl." -BROKEN+="If you have installed a Perl port, and are getting this message," -BROKEN+="please make sure you have issued the command 'use.perl port'" +BROKEN= Phoenix only supports the ports versions of Perl. +BROKEN+=If you have installed a Perl port, and are getting this message, +BROKEN+=please make sure you have given the command \'use.perl port\'. .endif # ${PERL_LEVEL} < 500601 SORT?=/usr/bin/sort @@ -88,14 +88,13 @@ BAD_FONTS=yes .if defined(BAD_FONTS) && !defined(WITHOUT_XFT) .undef NO_IGNORE -BROKEN= "You have X fonts installed (lfpfonts*) that cause breakage unless" -BROKEN+="WITHOUT_XFT is set, which turns off AntiAliasing. Blease either" -BROKEN+="uninstall the fonts or restart the make with 'make -DWITHOUT_XFT'." -BROKEN+="There may be other third party font packages that also cause this" -BROKEN+="breakage; they will be tested for as they are identified. If you" -BROKEN+="find a font port that verifiably causes this breakage, please" -BROKEN+="let us know by mailing ${MAINTAINER}. Thank you." -BROKEN+="NOTE: The Microsoft webfonts port is known to be safe." +BROKEN= You have X fonts installed [lfpfonts*] that cause breakage unless +BROKEN+=WITHOUT_XFT is set, which turns off AntiAliasing. Please either +BROKEN+=uninstall the fonts or restart the make with \'make -DWITHOUT_XFT\'. +BROKEN+=There may be other third party font packages that also cause this +BROKEN+=breakage. If you find a font port that verifiably causes breakage, +BROKEN+=please let us know by mailing ${MAINTAINER}. Thank you. +BROKEN+=NOTE: The Microsoft webfonts port is known to be safe. .endif # defined(BAD_FONTS) && !defined(WITHOUT_XFT) CPPFLAGS+= -I${X11BASE}/include