head 1.3; access; symbols pkgsrc-2017Q3:1.2.0.16 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.12 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.10 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.8 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.6 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.4 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.2 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2017.10.27.13.59.52; author ryoon; state dead; branches; next 1.2; commitid q1AekSbTWgc5eHcA; 1.2 date 2016.01.31.23.43.48; author joerg; state Exp; branches; next 1.1; commitid yKqjv19p7qbFR8Ty; 1.1 date 2015.07.09.14.13.52; author ryoon; state Exp; branches; next ; commitid pjYY2crPQuvXkCsy; desc @@ 1.3 log @Remove firefox38 @ text @$NetBSD: patch-gfx_thebes_moz.build,v 1.2 2016/01/31 23:43:48 joerg Exp $ --- gfx/thebes/moz.build.orig 2015-12-14 23:35:58.000000000 +0000 +++ gfx/thebes/moz.build @@@@ -287,6 +287,12 @@@@ CXXFLAGS += CONFIG['TK_CFLAGS'] CFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] CFLAGS += CONFIG['TK_CFLAGS'] +if CONFIG['MOZ_NATIVE_HARFBUZZ']: + CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] + +if CONFIG['MOZ_NATIVE_GRAPHITE2']: + CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS'] + if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk', 'qt'): CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] @@@@ -298,7 +304,5 @@@@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'andr if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'qt'): CXXFLAGS += CONFIG['MOZ_PANGO_CFLAGS'] -DEFINES['GRAPHITE2_STATIC'] = True - if CONFIG['GKMEDIAS_SHARED_LIBRARY']: DEFINES['OTS_DLL'] = True @ 1.2 log @Don't request static graphite, it breaks the build against newer external graphite. Add all the graphite headers to the magic wrapper list to avoid future fun. Remove manual unwind.h header where it still exists. @ text @d1 1 a1 1 $NetBSD: patch-gfx_thebes_moz.build,v 1.1 2015/07/09 14:13:52 ryoon Exp $ @ 1.1 log @Import firefox38-38.1.0 as www/firefox38. Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available. This package tracks 38 ESR. @ text @d1 1 a1 1 $NetBSD: patch-gfx_thebes_moz.build,v 1.1 2014/12/01 18:11:14 ryoon Exp $ d3 1 a3 1 --- gfx/thebes/moz.build.orig 2014-11-21 03:37:31.000000000 +0000 d5 1 a5 1 @@@@ -276,6 +276,12 @@@@ CXXFLAGS += CONFIG['TK_CFLAGS'] d18 8 @