diff options
-rw-r--r-- | www/firefox-devel/Makefile | 5 | ||||
-rw-r--r-- | www/firefox-devel/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 5 | ||||
-rw-r--r-- | www/firefox-esr/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 5 | ||||
-rw-r--r-- | www/firefox/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/firefox10/Makefile | 5 | ||||
-rw-r--r-- | www/firefox10/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/firefox15/Makefile | 5 | ||||
-rw-r--r-- | www/firefox15/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 5 | ||||
-rw-r--r-- | www/firefox3-devel/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/firefox35/Makefile | 5 | ||||
-rw-r--r-- | www/firefox35/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/firefox36/Makefile | 5 | ||||
-rw-r--r-- | www/firefox36/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/flock/Makefile | 5 | ||||
-rw-r--r-- | www/flock/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/mozilla-firebird/Makefile | 5 | ||||
-rw-r--r-- | www/mozilla-firebird/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/phoenix-devel/Makefile | 5 | ||||
-rw-r--r-- | www/phoenix-devel/files/mozconfig.in | 1 | ||||
-rw-r--r-- | www/phoenix/Makefile | 5 | ||||
-rw-r--r-- | www/phoenix/files/mozconfig.in | 1 |
24 files changed, 48 insertions, 24 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox-devel/files/mozconfig.in +++ b/www/firefox-devel/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox-esr/files/mozconfig.in b/www/firefox-esr/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox-esr/files/mozconfig.in +++ b/www/firefox-esr/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/firefox/Makefile b/www/firefox/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox/files/mozconfig.in b/www/firefox/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox/files/mozconfig.in +++ b/www/firefox/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox10/files/mozconfig.in b/www/firefox10/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox10/files/mozconfig.in +++ b/www/firefox10/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox15/files/mozconfig.in b/www/firefox15/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox15/files/mozconfig.in +++ b/www/firefox15/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox3-devel/files/mozconfig.in b/www/firefox3-devel/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox3-devel/files/mozconfig.in +++ b/www/firefox3-devel/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox35/files/mozconfig.in b/www/firefox35/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox35/files/mozconfig.in +++ b/www/firefox35/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/firefox36/files/mozconfig.in b/www/firefox36/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/firefox36/files/mozconfig.in +++ b/www/firefox36/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/flock/Makefile b/www/flock/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/flock/files/mozconfig.in +++ b/www/flock/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/mozilla-firebird/Makefile b/www/mozilla-firebird/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/mozilla-firebird/Makefile +++ b/www/mozilla-firebird/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/mozilla-firebird/files/mozconfig.in b/www/mozilla-firebird/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/mozilla-firebird/files/mozconfig.in +++ b/www/mozilla-firebird/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/phoenix-devel/Makefile b/www/phoenix-devel/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/phoenix-devel/Makefile +++ b/www/phoenix-devel/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/phoenix-devel/files/mozconfig.in b/www/phoenix-devel/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/phoenix-devel/files/mozconfig.in +++ b/www/phoenix-devel/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder diff --git a/www/phoenix/Makefile b/www/phoenix/Makefile index ce27e02cae11..43dafc5ffd8b 100644 --- a/www/phoenix/Makefile +++ b/www/phoenix/Makefile @@ -19,7 +19,8 @@ MAINTAINER= alane@freebsd.org # and trevor@freebsd.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ mng.1:${PORTSDIR}/graphics/libmng \ - freetype.9:${PORTSDIR}/print/freetype2 + freetype.9:${PORTSDIR}/print/freetype2 \ + Xft2.2:${PORTSDIR}/x11-fonts/Xft BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 \ @@ -38,7 +39,7 @@ WRKSRC= ${WRKDIR}/mozilla .include <bsd.port.pre.mk> .if !defined(PERL_VER) || ${PERL_VER} != 5.8.0 -.error This port requires Perl 5.8.0. +BROKEN= This port requires Perl 5.8.0. .endif post-extract: diff --git a/www/phoenix/files/mozconfig.in b/www/phoenix/files/mozconfig.in index cbc4ac979bd5..f5a0b884eed7 100644 --- a/www/phoenix/files/mozconfig.in +++ b/www/phoenix/files/mozconfig.in @@ -29,6 +29,7 @@ ac_add_options --with-system-mng=@LOCALBASE@ ###################################################################### # enable features ac_add_options --with-pthreads +ac_add_options --enable-xft ac_add_options --enable-crypto ac_add_options --enable-xinerama ac_add_options --enable-reorder |