head 1.4; access; symbols pkgsrc-2016Q1:1.3.0.4 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.2 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.2.0.4 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.2 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.1.0.6 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.4 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.2 pkgsrc-2014Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2016.06.11.20.14.35; author kamil; state dead; branches; next 1.3; commitid m8Y21ZVoB7cgs5az; 1.3 date 2015.12.05.21.26.07; author adam; state Exp; branches; next 1.2; commitid bgA0CynThkP3WNLy; 1.2 date 2015.06.07.14.06.00; author youri; state Exp; branches; next 1.1; commitid 8xNAeiKSN2ERjvoy; 1.1 date 2014.08.03.22.07.39; author wiz; state Exp; branches; next ; commitid X6wa6osq8XE4TXKx; desc @@ 1.4 log @Deduplicate www/webkits -- remove the oldest unneeded version webkit1-gtk* For future consumers: webkit24 should be compatible with webkit1. @ text @# $NetBSD: Makefile.common,v 1.3 2015/12/05 21:26:07 adam Exp $ # used by www/webkit1-gtk/Makefile # used by www/webkit1-gtk3/Makefile DISTNAME= webkitgtk-1.10.2 CATEGORIES= www MASTER_SITES= http://www.webkitgtk.org/releases/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://www.webkitgtk.org/ DISTINFO_FILE= ${.CURDIR}/../../www/webkit1-gtk/distinfo PATCHDIR= ${.CURDIR}/../../www/webkit1-gtk/patches USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= bison gmake perl:build pkg-config msgfmt PKGCONFIG_OVERRIDE= Source/WebKit/gtk/webkit.pc.in MAKE_FILE= GNUmakefile GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-target=x11 \ --with-font-backend=freetype CONFIGURE_ARGS+= --disable-geolocation .include "options.mk" REPLACE_PERL+= Source/JavaScriptCore/create_hash_table \ Source/WebCore/bindings/scripts/generate-bindings.pl \ Source/WebCore/bindings/scripts/InFilesParser.pm \ Source/WebCore/platform/text/mac/make-charset-table.pl \ Source/WebCore/css/*.pl \ Source/WebCore/dom/*.pl \ Source/WebCore/inspector/xxd.pl \ Source/WebCore/make-hash-tools.pl \ Source/WebCore/platform/text/mac/*.pl .include "../../lang/ruby/rubyversion.mk" BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR} CONFIGURE_ENV+= RUBY=${RUBY} PYTHON_FOR_BUILD_ONLY= yes PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.10.2 .include "../../lang/python/application.mk" CONFIGURE_ENV+= PYTHON=${PYTHONBIN} CXXFLAGS.SunOS+= -fpermissive .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) CXXFLAGS+= -std=c++11 -Wno-c++11-narrowing .endif .if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64) CONFIGURE_ARGS+= --disable-fast-malloc .endif BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.5 BUILDLINK_DEPMETHOD.gobject-introspection+= build .include "../../devel/gobject-introspection/buildlink3.mk" CONFIGURE_ARGS+= --enable-introspection .include "../../devel/zlib/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/flex/buildlink3.mk" .include "../../devel/gperf/buildlink3.mk" # This is optional, but needs testing. #.include "../../devel/pango/buildlink3.mk" # A correct Webkit build requires flex 2.5.33 .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" BUILDLINK_API_DEPENDS.png+= png>=1.5.1beta08 .include "../../graphics/png/buildlink3.mk" .include "../../multimedia/gstreamer0.10/buildlink3.mk" BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.30 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.42.2nb3 .include "../../net/libsoup/buildlink3.mk" .include "../../textproc/enchant/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .include "../../x11/libXdamage/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" @ 1.3 log @Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.2 2015/06/07 14:06:00 youri Exp $ @ 1.2 log @Update libsoup buildlink path. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.1 2014/08/03 22:07:39 wiz Exp $ d46 1 a46 1 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.10.2 @ 1.1 log @Re-import webkit-gtk-1.10.2nb17 as www/webkit1-gtk, in preparation for v2 of the package. WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that's used by Safari, Dashboard, Mail, and many other OS X applications. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This is the GTK2+ port of major version 1 of the engine. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.32 2014/05/09 07:37:26 wiz Exp $ d81 2 a82 2 BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.42.2nb3 .include "../../net/libsoup24/buildlink3.mk" @