pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www webkit24-gtk*: Remove.
details: https://anonhg.NetBSD.org/pkgsrc/rev/849b4254a861
branches: trunk
changeset: 388391:849b4254a861
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Fri Nov 18 10:24:10 2022 +0000
description:
webkit24-gtk*: Remove.
Obsolete versions of webkit-gtk that no longer have any consumers and have not
been updated for over 6 years.
diffstat:
www/webkit24-gtk/DESCR | 7 -
www/webkit24-gtk/Makefile | 17 -
www/webkit24-gtk/Makefile.common | 123 --
www/webkit24-gtk/PLIST | 563 ----------
www/webkit24-gtk/buildlink3.mk | 41 -
www/webkit24-gtk/distinfo | 34 -
www/webkit24-gtk/options.mk | 70 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_API_JSStringRef.cpp | 33 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_ForwardingHeaders_JavaScriptCore_JSCallbackFunction.h | 6 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_ARM64Assembler.h | 22 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_ARMAssembler.h | 14 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM.cpp | 30 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_assembler_MacroAssemblerARM64.h | 12 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_dfg_DFGNode.h | 13 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_heap_MachineStackMarker.cpp | 88 -
www/webkit24-gtk/patches/patch-Source_JavaScriptCore_runtime_VM.cpp | 15 -
www/webkit24-gtk/patches/patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port.h | 36 -
www/webkit24-gtk/patches/patch-Source_WTF_wtf_MathExtras.h | 15 -
www/webkit24-gtk/patches/patch-Source_WTF_wtf_Platform.h | 54 -
www/webkit24-gtk/patches/patch-Source_WTF_wtf_dtoa_utils.h | 15 -
www/webkit24-gtk/patches/patch-Source_WebCore_bindings_js_JSInspectorFrontendHostCustom.cpp | 13 -
www/webkit24-gtk/patches/patch-Source_WebCore_css_makegrammar.pl | 14 -
www/webkit24-gtk/patches/patch-Source_WebCore_dom_Document.cpp | 28 -
www/webkit24-gtk/patches/patch-Source_WebCore_platform_graphics_SegmentedFontData.cpp | 13 -
www/webkit24-gtk/patches/patch-Source_WebCore_platform_graphics_cpu_arm_filters_FELightingNEON.cpp | 13 -
www/webkit24-gtk/patches/patch-Source_WebCore_platform_text_TextCodecICU.cpp | 13 -
www/webkit24-gtk/patches/patch-Source_WebCore_platform_text_icu_UTextProvider.h | 36 -
www/webkit24-gtk/patches/patch-Source_WebCore_platform_text_icu_UTextProviderLatin1.cpp | 59 -
www/webkit24-gtk/patches/patch-Source_WebCore_platform_text_icu_UTextProviderUTF16.cpp | 22 -
www/webkit24-gtk/patches/patch-Source_autotools_SetupCompilerFlags.m4 | 18 -
www/webkit24-gtk/patches/patch-Tools_DumpRenderTree_gtk_DumpRenderTree.cpp | 12 -
www/webkit24-gtk/patches/patch-ai | 17 -
www/webkit24-gtk/patches/patch-aj | 13 -
www/webkit24-gtk/patches/patch-ak | 12 -
www/webkit24-gtk/patches/patch-am | 32 -
www/webkit24-gtk/patches/patch-configure | 91 -
www/webkit24-gtk3/DESCR | 7 -
www/webkit24-gtk3/Makefile | 35 -
www/webkit24-gtk3/PLIST | 316 -----
www/webkit24-gtk3/buildlink3.mk | 41 -
40 files changed, 0 insertions(+), 2013 deletions(-)
diffs (truncated from 2173 to 300 lines):
diff -r 1126cbeef02d -r 849b4254a861 www/webkit24-gtk/DESCR
--- a/www/webkit24-gtk/DESCR Fri Nov 18 10:21:15 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-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 the engine of the 2.4 series.
diff -r 1126cbeef02d -r 849b4254a861 www/webkit24-gtk/Makefile
--- a/www/webkit24-gtk/Makefile Fri Nov 18 10:21:15 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.44 2022/06/28 11:37:51 wiz Exp $
-
-PKGREVISION= 39
-.include "Makefile.common"
-
-PKGNAME= ${DISTNAME:S/webkitgtk/webkit24-gtk/}
-
-COMMENT= GTK2 port of the WebKit browser engine (version 2.4)
-
-CONFIGURE_ARGS+= --with-gtk=2.0
-CONFIGURE_ARGS+= --disable-webkit2
-
-#introspection support
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.24.17nb3
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../graphics/cairo-gobject/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1126cbeef02d -r 849b4254a861 www/webkit24-gtk/Makefile.common
--- a/www/webkit24-gtk/Makefile.common Fri Nov 18 10:21:15 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,123 +0,0 @@
-# $NetBSD: Makefile.common,v 1.22 2022/06/28 11:26:24 nia Exp $
-# used by www/webkit24-gtk/Makefile
-# used by www/webkit24-gtk3/Makefile
-
-DISTNAME= webkitgtk-2.4.11
-CATEGORIES= www
-MASTER_SITES= https://www.webkitgtk.org/releases/
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.webkitgtk.org/
-LICENSE= 2-clause-bsd AND gnu-lgpl-v2
-
-DISTINFO_FILE= ${.CURDIR}/../../www/webkit24-gtk/distinfo
-PATCHDIR= ${.CURDIR}/../../www/webkit24-gtk/patches
-
-USE_LANGUAGES= c c++11
-USE_LIBTOOL= yes
-USE_TOOLS+= automake bison gmake perl:build pkg-config msgfmt
-USE_TOOLS+= msgmerge xgettext
-
-# Enabling -gdwarf-2 hits GNU ar limits on file size.
-CTF_SUPPORTED= no
-
-# GCC >= 4.8 (for std::this_thread::yield() at least) or Clang >= 3.3
-GCC_REQD+= 4.8
-
-# gmake 3.81 enters a 100% CPU spin.
-GMAKE_REQD+= 4.1
-
-PKGCONFIG_OVERRIDE= Source/WebKit/gtk/webkit.pc.in
-
-MAKE_FILE= GNUmakefile
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --enable-x11-target \
- --disable-geolocation \
- --disable-gtk-doc-html
-
-CONFIGURE_ARGS+= --enable-introspection
-
-.include "../../mk/compiler.mk"
-.if (!empty(PKGSRC_COMPILER:Mgcc) && !empty(_USE_PKGSRC_GCC:M[yY][eE][sS]))
-BUILDLINK_TRANSFORM+= rm:-D_FORTIFY_SOURCE=2
-.endif
-
-.include "options.mk"
-
-REPLACE_PERL+= Source/JavaScriptCore/create_hash_table \
- Source/WebCore/bindings/scripts/*.pl \
- Source/WebCore/bindings/scripts/InFilesCompiler.pm \
- Source/WebCore/bindings/scripts/InFilesParser.pm \
- Source/WebCore/css/*.pl \
- Source/WebCore/dom/*.pl \
- Source/WebCore/make-hash-tools.pl \
- Source/WebCore/platform/text/mac/*.pl
-
-REPLACE_PYTHON+= Tools/gtk/*.py \
- Tools/gtk/generate-feature-defines-files \
- Tools/gtk/generate-gtkdoc
-
-.include "../../lang/ruby/rubyversion.mk"
-BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
-CONFIGURE_ENV+= RUBY=${RUBY}
-
-PYTHON_FOR_BUILD_ONLY= yes
-PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.10.2
-.include "../../lang/python/application.mk"
-CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-
-CXXFLAGS.SunOS+= -fpermissive
-
-.if !empty(PKGSRC_COMPILER:Mclang)
-CXXFLAGS+= -Wno-c++11-narrowing
-.endif
-
-CXXFLAGS+= -Wno-expansion-to-defined
-
-.if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64)
-CONFIGURE_ARGS+= --disable-fast-malloc
-CPPFLAGS+= -DUSE_SYSTEM_MALLOC
-.endif
-
-.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
-LDFLAGS+= -Wl,-no-keep-memory -Wl,-reduce-memory
-.endif
-
-# temporary fix for GLib 2.68 breakage
-# https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1963
-CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
-
-.include "../../mk/atomic64.mk"
-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"
-.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 "../../fonts/harfbuzz-icu/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/libwebp/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-BUILDLINK_API_DEPENDS.png+= png>=1.5.1beta08
-.include "../../graphics/png/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.3
-.include "../../multimedia/gstreamer1/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.0.3
-.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libsoup+= libsoup>=2.42.2nb3
-.include "../../net/libsoup/buildlink3.mk"
-.include "../../security/libsecret/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"
diff -r 1126cbeef02d -r 849b4254a861 www/webkit24-gtk/PLIST
--- a/www/webkit24-gtk/PLIST Fri Nov 18 10:21:15 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,563 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2022/06/28 11:26:24 nia Exp $
-bin/jsc-1
-include/webkitgtk-1.0/JavaScriptCore/JSBase.h
-include/webkitgtk-1.0/JavaScriptCore/JSContextRef.h
-include/webkitgtk-1.0/JavaScriptCore/JSObjectRef.h
-include/webkitgtk-1.0/JavaScriptCore/JSStringRef.h
-include/webkitgtk-1.0/JavaScriptCore/JSValueRef.h
-include/webkitgtk-1.0/JavaScriptCore/JavaScript.h
-include/webkitgtk-1.0/JavaScriptCore/WebKitAvailability.h
-include/webkitgtk-1.0/webkit/webkit.h
-include/webkitgtk-1.0/webkit/webkitapplicationcache.h
-include/webkitgtk-1.0/webkit/webkitdefines.h
-include/webkitgtk-1.0/webkit/webkitdom.h
-include/webkitgtk-1.0/webkit/webkitdownload.h
-include/webkitgtk-1.0/webkit/webkitenumtypes.h
-include/webkitgtk-1.0/webkit/webkiterror.h
-include/webkitgtk-1.0/webkit/webkitfavicondatabase.h
-include/webkitgtk-1.0/webkit/webkitfilechooserrequest.h
-include/webkitgtk-1.0/webkit/webkitgeolocationpolicydecision.h
-include/webkitgtk-1.0/webkit/webkitglobals.h
-include/webkitgtk-1.0/webkit/webkithittestresult.h
-include/webkitgtk-1.0/webkit/webkiticondatabase.h
-include/webkitgtk-1.0/webkit/webkitnetworkrequest.h
-include/webkitgtk-1.0/webkit/webkitnetworkresponse.h
-include/webkitgtk-1.0/webkit/webkitsecurityorigin.h
-include/webkitgtk-1.0/webkit/webkitsoupauthdialog.h
-include/webkitgtk-1.0/webkit/webkitspellchecker.h
-include/webkitgtk-1.0/webkit/webkitversion.h
-include/webkitgtk-1.0/webkit/webkitviewportattributes.h
-include/webkitgtk-1.0/webkit/webkitwebbackforwardlist.h
-include/webkitgtk-1.0/webkit/webkitwebdatabase.h
-include/webkitgtk-1.0/webkit/webkitwebdatasource.h
-include/webkitgtk-1.0/webkit/webkitwebframe.h
-include/webkitgtk-1.0/webkit/webkitwebhistoryitem.h
-include/webkitgtk-1.0/webkit/webkitwebinspector.h
-include/webkitgtk-1.0/webkit/webkitwebnavigationaction.h
-include/webkitgtk-1.0/webkit/webkitwebplugin.h
-include/webkitgtk-1.0/webkit/webkitwebplugindatabase.h
-include/webkitgtk-1.0/webkit/webkitwebpolicydecision.h
-include/webkitgtk-1.0/webkit/webkitwebresource.h
-include/webkitgtk-1.0/webkit/webkitwebsettings.h
-include/webkitgtk-1.0/webkit/webkitwebview.h
-include/webkitgtk-1.0/webkit/webkitwebwindowfeatures.h
-include/webkitgtk-1.0/webkit2/WebKitAuthenticationRequest.h
-include/webkitgtk-1.0/webkit2/WebKitBackForwardList.h
-include/webkitgtk-1.0/webkit2/WebKitBackForwardListItem.h
-include/webkitgtk-1.0/webkit2/WebKitCertificateInfo.h
-include/webkitgtk-1.0/webkit2/WebKitContextMenu.h
-include/webkitgtk-1.0/webkit2/WebKitContextMenuActions.h
-include/webkitgtk-1.0/webkit2/WebKitContextMenuItem.h
-include/webkitgtk-1.0/webkit2/WebKitCookieManager.h
-include/webkitgtk-1.0/webkit2/WebKitCredential.h
-include/webkitgtk-1.0/webkit2/WebKitDefines.h
-include/webkitgtk-1.0/webkit2/WebKitDownload.h
-include/webkitgtk-1.0/webkit2/WebKitEditingCommands.h
-include/webkitgtk-1.0/webkit2/WebKitEnumTypes.h
-include/webkitgtk-1.0/webkit2/WebKitError.h
-include/webkitgtk-1.0/webkit2/WebKitFaviconDatabase.h
-include/webkitgtk-1.0/webkit2/WebKitFileChooserRequest.h
-include/webkitgtk-1.0/webkit2/WebKitFindController.h
-include/webkitgtk-1.0/webkit2/WebKitFormSubmissionRequest.h
-include/webkitgtk-1.0/webkit2/WebKitForwardDeclarations.h
-include/webkitgtk-1.0/webkit2/WebKitFrame.h
-include/webkitgtk-1.0/webkit2/WebKitGeolocationPermissionRequest.h
-include/webkitgtk-1.0/webkit2/WebKitHitTestResult.h
-include/webkitgtk-1.0/webkit2/WebKitJavascriptResult.h
-include/webkitgtk-1.0/webkit2/WebKitMimeInfo.h
-include/webkitgtk-1.0/webkit2/WebKitNavigationPolicyDecision.h
-include/webkitgtk-1.0/webkit2/WebKitPermissionRequest.h
-include/webkitgtk-1.0/webkit2/WebKitPlugin.h
-include/webkitgtk-1.0/webkit2/WebKitPolicyDecision.h
-include/webkitgtk-1.0/webkit2/WebKitPrintOperation.h
-include/webkitgtk-1.0/webkit2/WebKitResponsePolicyDecision.h
-include/webkitgtk-1.0/webkit2/WebKitScriptDialog.h
-include/webkitgtk-1.0/webkit2/WebKitScriptWorld.h
-include/webkitgtk-1.0/webkit2/WebKitSecurityManager.h
-include/webkitgtk-1.0/webkit2/WebKitSettings.h
-include/webkitgtk-1.0/webkit2/WebKitURIRequest.h
-include/webkitgtk-1.0/webkit2/WebKitURIResponse.h
-include/webkitgtk-1.0/webkit2/WebKitURISchemeRequest.h
-include/webkitgtk-1.0/webkit2/WebKitVersion.h
-include/webkitgtk-1.0/webkit2/WebKitWebContext.h
-include/webkitgtk-1.0/webkit2/WebKitWebExtension.h
-include/webkitgtk-1.0/webkit2/WebKitWebInspector.h
-include/webkitgtk-1.0/webkit2/WebKitWebPage.h
-include/webkitgtk-1.0/webkit2/WebKitWebResource.h
-include/webkitgtk-1.0/webkit2/WebKitWebView.h
-include/webkitgtk-1.0/webkit2/WebKitWebViewBase.h
-include/webkitgtk-1.0/webkit2/WebKitWebViewGroup.h
-include/webkitgtk-1.0/webkit2/WebKitWindowProperties.h
-include/webkitgtk-1.0/webkit2/webkit-web-extension.h
-include/webkitgtk-1.0/webkit2/webkit2.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMAttr.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMAudioTrack.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMAudioTrackList.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMBarProp.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMBatteryManager.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMBlob.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCDATASection.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCSSRule.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCSSRuleList.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCSSStyleDeclaration.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCSSStyleSheet.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCSSValue.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCharacterData.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMComment.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMConsole.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMCustom.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMApplicationCache.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMImplementation.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMMimeType.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMMimeTypeArray.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMNamedFlowCollection.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMPlugin.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMPluginArray.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSecurityPolicy.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSelection.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMSettableTokenList.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMStringList.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMStringMap.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMTokenList.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMWindow.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDOMWindowCSS.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDatabase.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDeprecated.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDocument.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDocumentFragment.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMDocumentType.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMElement.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMEntityReference.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMEvent.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMEventTarget.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMFile.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMFileList.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMGamepad.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMGamepadList.h
-include/webkitgtk-1.0/webkitdom/WebKitDOMGeolocation.h
Home |
Main Index |
Thread Index |
Old Index