Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

barracuda156

macrumors 68020
Original poster
Sep 3, 2021
2,139
1,438
TFF is no more, and anyway FF is grumpy. How about building a modern Webkit-based browser?
To be honest, I do not yet conceive the difficulty involved. However, as a first step, I did fix building all essential dependencies for WebKit2-gtk for PowerPC, including the latest versions of gstreamer1 with its huge plugins family and libsoup3.

Then I managed to get through configure errors of WebKit2-gtk, and, needless to say, after that the build failed on a silly error: https://trac.macports.org/ticket/64994

Config log for the record:
Code:
--->  Configuring webkit2-gtk
Executing:  cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/build" && /opt/local/bin/cmake -G "Ninja" -DCMAKE_BUILD_TYPE=MacPorts -DCMAKE_INSTALL_PREFIX="/opt/local" -DCMAKE_INSTALL_NAME_DIR="/opt/local/lib" -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_OBJC_COMPILER="$CC" -DCMAKE_OBJCXX_COMPILER="$CXX" -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_POLICY_DEFAULT_CMP0060=NEW -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_MAKE_PROGRAM=ninja -DCMAKE_MODULE_PATH="/opt/local/share/cmake/Modules" -DCMAKE_PREFIX_PATH="/opt/local/share/cmake/Modules" -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON -DCMAKE_INSTALL_RPATH="/opt/local/lib" -Wno-dev -DPORT=GTK -DENABLE_INTROSPECTION=ON -DENABLE_VIDEO=ON -DUSE_SYSTEM_MALLOC=ON -DPERL_EXECUTABLE=/opt/local/bin/perl5.28 -DUSE_WPE_RENDERER=OFF -DENABLE_GAMEPAD=OFF -DENABLE_JOURNALD_LOG=OFF -DCMAKE_OSX_ARCHITECTURES="PPC" -DCMAKE_SYSTEM_PROCESSOR="PPC" -DUSE_GSTREAMER_GL=OFF -DENABLE_WEB_CRYPTO=OFF -DRUBY_EXECUTABLE=/opt/local/bin/ruby2.5 -DENABLE_QUARTZ_TARGET=OFF -DENABLE_X11_TARGET=ON -DENABLE_OPENGL=ON -DENABLE_MINIBROWSER=ON -DCMAKE_OSX_ARCHITECTURES="ppc" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.6" -DCMAKE_OSX_SYSROOT="/" /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0 
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/local/bin/gcc-mp-11 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/local/bin/g++-mp-11 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The CMake build type is: MacPorts
-- Found Perl: /opt/local/bin/perl5.28 (found suitable version "5.28.3", minimum required is "5.10.0") 
-- Found PerlModules: TRUE  found components: JSON::PP 
-- Found Python: /opt/local/bin/python3.10 (found version "3.10.4") found components: Interpreter 
-- Found Ruby: /opt/local/bin/ruby2.5 (found suitable version "2.5.9", minimum required is "1.9") 
-- Enabling ccache: Couldn't find ccache program. Not enabling it.
-- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing
-- Performing Test C_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-strict-aliasing - Success
-- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions
-- Performing Test C_COMPILER_SUPPORTS_-fno-exceptions - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-exceptions - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-rtti - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-tautological-compare
-- Performing Test C_COMPILER_SUPPORTS_-Wno-tautological-compare - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-tautological-compare
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-tautological-compare - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wcast-align
-- Performing Test C_COMPILER_SUPPORTS_-Wcast-align - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wformat-security
-- Performing Test C_COMPILER_SUPPORTS_-Wformat-security - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute
-- Performing Test C_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith
-- Performing Test C_COMPILER_SUPPORTS_-Wpointer-arith - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wundef
-- Performing Test C_COMPILER_SUPPORTS_-Wundef - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings
-- Performing Test C_COMPILER_SUPPORTS_-Wwrite-strings - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align
-- Performing Test CXX_COMPILER_SUPPORTS_-Wcast-align - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security
-- Performing Test CXX_COMPILER_SUPPORTS_-Wformat-security - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute
-- Performing Test CXX_COMPILER_SUPPORTS_-Wmissing-format-attribute - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith
-- Performing Test CXX_COMPILER_SUPPORTS_-Wpointer-arith - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wundef
-- Performing Test CXX_COMPILER_SUPPORTS_-Wundef - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings
-- Performing Test CXX_COMPILER_SUPPORTS_-Wwrite-strings - Success
-- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments
-- Performing Test C_COMPILER_SUPPORTS_-Qunused-arguments - Failed
-- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
-- Performing Test C_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality
-- Performing Test C_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
-- Performing Test C_COMPILER_SUPPORTS_-Wno-misleading-indentation
-- Performing Test C_COMPILER_SUPPORTS_-Wno-misleading-indentation - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi
-- Performing Test C_COMPILER_SUPPORTS_-Wno-psabi - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments
-- Performing Test CXX_COMPILER_SUPPORTS_-Qunused-arguments - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-maybe-uninitialized - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-parentheses-equality - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-misleading-indentation
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-misleading-indentation - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-psabi - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-noexcept-type - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-array-bounds
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-array-bounds - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-nonnull
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-nonnull - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-stringop-overread
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-stringop-overread - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-odr
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-odr - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined
-- Performing Test C_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-expansion-to-defined - Success
-- Performing Test C_COMPILER_SUPPORTS_-pipe
-- Performing Test C_COMPILER_SUPPORTS_-pipe - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-pipe
-- Performing Test CXX_COMPILER_SUPPORTS_-pipe - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wall
-- Performing Test C_COMPILER_SUPPORTS_-Wall - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wextra
-- Performing Test C_COMPILER_SUPPORTS_-Wextra - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wall
-- Performing Test CXX_COMPILER_SUPPORTS_-Wall - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wextra
-- Performing Test CXX_COMPILER_SUPPORTS_-Wextra - Success
-- Performing Test C_COMPILER_SUPPORTS_-fcolor-diagnostics
-- Performing Test C_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test C_COMPILER_SUPPORTS_-fdiagnostics-color=always - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics
-- Performing Test CXX_COMPILER_SUPPORTS_-fcolor-diagnostics - Failed
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always
-- Performing Test CXX_COMPILER_SUPPORTS_-fdiagnostics-color=always - Success
-- Performing Test ATOMICS_ARE_BUILTIN
-- Performing Test ATOMICS_ARE_BUILTIN - Failed
-- Performing Test ATOMICS_REQUIRE_LIBATOMIC
-- Performing Test ATOMICS_REQUIRE_LIBATOMIC - Success
-- Performing Test STD_FILESYSTEM_IS_AVAILABLE
-- Performing Test STD_FILESYSTEM_IS_AVAILABLE - Success
-- Linker variant in use: UNKNOWN 
--   Linker supports thin archives - FALSE
--   Linker supports split debug info - FALSE
--   Linker supports --gdb-index - FALSE
--   Linker supports --disable-new-dtags - FALSE
-- Archiver variant in use: 
--   Archiver supports thin archives - FALSE
-- Looking for features.h
-- Looking for features.h - not found
-- Looking for errno.h
-- Looking for errno.h - found
-- Looking for langinfo.h
-- Looking for langinfo.h - found
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Looking for pthread_np.h
-- Looking for pthread_np.h - not found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/timeb.h
-- Looking for sys/timeb.h - found
-- Looking for linux/memfd.h
-- Looking for linux/memfd.h - not found
-- Looking for _aligned_malloc
-- Looking for _aligned_malloc - not found
-- Looking for IsDebuggerPresent
-- Looking for IsDebuggerPresent - not found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for malloc_trim
-- Looking for malloc_trim - not found
-- Looking for strnstr
-- Looking for strnstr - found
-- Looking for timegm
-- Looking for timegm - found
-- Looking for vasprintf
-- Looking for vasprintf - found
-- Looking for regexec
-- Looking for regexec - found
-- Looking for MAP_ALIGNED
-- Looking for MAP_ALIGNED - not found
-- Looking for SHM_ANON
-- Looking for SHM_ANON - not found
-- Looking for timingsafe_bcmp
-- Looking for timingsafe_bcmp - not found
-- Looking for SIGTRAP
-- Looking for SIGTRAP - found
-- Performing Test HAVE_STAT_BIRTHTIME_value
-- Performing Test HAVE_STAT_BIRTHTIME_value - Failed
-- Performing Test HAVE_TM_GMTOFF_value
-- Performing Test HAVE_TM_GMTOFF_value - Success
-- Performing Test HAVE_TM_ZONE_value
-- Performing Test HAVE_TM_ZONE_value - Success
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of __int128_t
-- Check size of __int128_t - failed
-- Found Cairo: /opt/local/lib/libcairo.dylib (found suitable version "1.17.4", minimum required is "1.14.0") 
-- Found Fontconfig: /opt/local/lib/libfontconfig.dylib (found suitable version "2.13.1", minimum required is "2.8.0") 
-- Found Freetype: /opt/local/lib/libfreetype.dylib (found suitable version "2.12.0", minimum required is "2.4.2") 
-- Found LibGcrypt: /opt/local/lib/libgcrypt.dylib (found suitable version "1.10.1", minimum required is "1.6.0") 
-- Found GLIB: /opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include (found suitable version "2.72.0", minimum required is "2.56.4") 
-- Found the following HarfBuzz libraries:
--  HarfBuzz (required): /opt/local/lib/libharfbuzz.dylib
--  ICU (required): /opt/local/lib/libharfbuzz-icu.dylib
-- Found HarfBuzz: /opt/local/include/harfbuzz (found suitable version "4.2.0", minimum required is "0.9.18") 
-- Found ICU: //usr/lib/libicucore.dylib
-- Found JPEG: /opt/local/lib/libjpeg.dylib (found version "80") 
-- Found LibXml2: /opt/local/lib/libxml2.dylib (found suitable version "2.9.13", minimum required is "2.8.0") 
-- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.2.12") 
-- Found PNG: /opt/local/lib/libpng.dylib (found version "1.6.37") 
-- Found SQLite3: /opt/local/lib/libsqlite3.dylib (found version "3.38.2") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Checking for module 'atk'
--   Found atk, version 2.36.0
-- Found ATK: /opt/local/include/atk-1.0 (found suitable version "2.36.0", minimum required is "2.16.0") 
-- Found the following WebP libraries:
--  WebP (required): /opt/local/lib/libwebp.dylib
--  demux (required): /opt/local/lib/libwebpdemux.dylib
-- Found WebP: /opt/local/include  
-- Checking for module 'atspi-2'
--   Found atspi-2, version 2.38.0
-- Found ATSPI: /opt/local/include/at-spi-2.0;/opt/local/include/dbus-1.0;/opt/local/lib/dbus-1.0/include;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include (Required is at least version "2.5.3") 
-- Checking for module 'egl'
--   No package 'egl' found
-- Could NOT find EGL (missing: EGL_INCLUDE_DIRS EGL_LIBRARIES) 
-- Checking for module 'opengl'
--   No package 'opengl' found
-- Checking for module 'gl'
--   Found gl, version 17.1.6
-- Looking for include file GL/glx.h
-- Looking for include file GL/glx.h - found
-- Found OpenGL: /opt/local/lib/libGL.dylib  
-- Checking for module 'glesv2'
--   Found glesv2, version 17.1.6
-- Found OpenGLES2: /opt/local/lib/libGLESv2.dylib (found version "3.2") 
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.33
-- Checking for module 'gtk+-unix-print-3.0'
--   Found gtk+-unix-print-3.0, version 3.24.33
-- Found GTK: 3.24.33 (Required is at least version "3.22.0") 
-- Found LibSoup: /opt/local/include/libsoup-3.0 (found suitable version "3.0.6", minimum required is "3.0.0") 
-- Found LibXslt: /opt/local/lib/libxslt.dylib (found suitable version "1.1.34", minimum required is "1.1.7") 
-- Checking for module 'libsecret-1'
--   Found libsecret-1, version 0.20.4
-- Found Libsecret: /opt/local/include/libsecret-1;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include  
-- Checking for module 'gobject-introspection-1.0'
--   Found gobject-introspection-1.0, version 1.72.0
-- Checking for module 'enchant-2'
--   Found enchant-2, version 2.3.2
-- Found X11: /opt/local/include   
-- Looking for XOpenDisplay in /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib
-- Looking for XOpenDisplay in /opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found LibNotify: /opt/local/include/gdk-pixbuf-2.0;/opt/local/include/libpng16;/opt/local/include/glib-2.0;/opt/local/lib/glib-2.0/include (found version "0.7.9") 
-- Found Hyphen: /opt/local/include  
-- Found OpenJPEG: /opt/local/lib/libopenjp2.dylib (found suitable version "2.4.0", minimum required is "2.2.0") 
-- Checking for module 'libwoff2dec'
--   Found libwoff2dec, version 1.0.2
-- Found the following WOFF2 libraries:
--  WOFF2 (required): /opt/local/lib/libwoff2common.dylib
--  dec (required): /opt/local/lib/libwoff2dec.dylib
-- Found WOFF2: /opt/local/lib/libwoff2common.dylib (found suitable version "1.0.2", minimum required is "1.0.2") 
-- Found LCMS2: /opt/local/lib/liblcms2.dylib (found version "2.13") 
-- Checking for module 'gstreamer-1.0 >= 1.14.0'
--   Found gstreamer-1.0 , version 1.20.1
-- Checking for module 'gstreamer-base-1.0 >= 1.14.0'
--   Found gstreamer-base-1.0 , version 1.20.1
-- Checking for module 'gstreamer-full-1.0>=1.17.0'
--   No package 'gstreamer-full-1.0' found
-- Checking for module 'gstreamer-app-1.0 >= 1.14.0'
--   Found gstreamer-app-1.0 , version 1.20.1
-- Checking for module 'gstreamer-audio-1.0 >= 1.14.0'
--   Found gstreamer-audio-1.0 , version 1.20.1
-- Checking for module 'gstreamer-fft-1.0 >= 1.14.0'
--   Found gstreamer-fft-1.0 , version 1.20.1
-- Checking for module 'gstreamer-gl-1.0 >= 1.14.0'
--   No package 'gstreamer-gl-1.0' found
-- Checking for module 'gstreamer-mpegts-1.0>=1.4.0'
--   Found gstreamer-mpegts-1.0, version 1.20.1
-- Checking for module 'gstreamer-pbutils-1.0 >= 1.14.0'
--   Found gstreamer-pbutils-1.0 , version 1.20.1
-- Checking for module 'gstreamer-tag-1.0 >= 1.14.0'
--   Found gstreamer-tag-1.0 , version 1.20.1
-- Checking for module 'gstreamer-video-1.0 >= 1.14.0'
--   Found gstreamer-video-1.0 , version 1.20.1
-- Checking for module 'gstreamer-codecparsers-1.0 >= 1.14.0'
--   Found gstreamer-codecparsers-1.0 , version 1.20.1
-- Found GStreamer: GSTREAMER_INCLUDE_DIRS;GSTREAMER_LIBRARIES;GSTREAMER_VERSION;GSTREAMER_BASE_INCLUDE_DIRS;GSTREAMER_BASE_LIBRARIES;GSTREAMER_APP_INCLUDE_DIRS;GSTREAMER_APP_LIBRARIES;GSTREAMER_PBUTILS_INCLUDE_DIRS;GSTREAMER_PBUTILS_LIBRARIES;GSTREAMER_VIDEO_INCLUDE_DIRS;GSTREAMER_VIDEO_LIBRARIES;GSTREAMER_MPEGTS_INCLUDE_DIRS;GSTREAMER_MPEGTS_LIBRARIES;GSTREAMER_TAG_INCLUDE_DIRS;GSTREAMER_TAG_LIBRARIES;GSTREAMER_GL_INCLUDE_DIRS;GSTREAMER_GL_LIBRARIES;GSTREAMER_AUDIO_INCLUDE_DIRS;GSTREAMER_AUDIO_LIBRARIES;GSTREAMER_FFT_INCLUDE_DIRS;GSTREAMER_FFT_LIBRARIES (Required is at least version "1.14.0") 
-- Found Gperf: /opt/local/bin/gperf (Required is at least version "3.0.1") 
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/WTF/wtf/PlatformGTK.cmake
-- Copying generate-unified-source-bundles.rb to: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/build/WTF/Scripts
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/JavaScriptCore/PlatformGTK.cmake
-- Performing Test CXX_COMPILER_SUPPORTS_-ffp-contract=off
-- Performing Test CXX_COMPILER_SUPPORTS_-ffp-contract=off - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-slp-vectorize
-- Performing Test CXX_COMPILER_SUPPORTS_-fno-slp-vectorize - Failed
-- Using source list file: Sources.txt
-- Using source list file: inspector/remote/SourcesGLib.txt
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/JavaScriptCore/shell/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/ThirdParty/ANGLE/PlatformGTK.cmake
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-cast-align
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-cast-align - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-extra
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-extra - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-suggest-attribute=format
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-suggest-attribute=format - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-undef
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-undef - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-unused-parameter
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-unused-parameter - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-return-type
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-return-type - Success
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-comment
-- Performing Test CXX_COMPILER_SUPPORTS_-Wno-comment - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-cast-function-type
-- Performing Test C_COMPILER_SUPPORTS_-Wno-cast-function-type - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-sign-compare
-- Performing Test C_COMPILER_SUPPORTS_-Wno-sign-compare - Success
-- Performing Test C_COMPILER_SUPPORTS_-Wno-unused-parameter
-- Performing Test C_COMPILER_SUPPORTS_-Wno-unused-parameter - Success
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/WebInspectorUI/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/WebCore/PAL/pal/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/WebCore/PlatformGTK.cmake
-- Using source list file: Sources.txt
-- Using source list file: platform/SourcesCairo.txt
-- Using source list file: platform/SourcesSoup.txt
-- Using source list file: SourcesGTK.txt
-- Using source list file: platform/SourcesGLib.txt
-- Looking for shm_open
-- Looking for shm_open - found
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/WebKit/PlatformGTK.cmake
-- Using source list file: Sources.txt
-- Using source list file: SourcesGTK.txt
-- Performing Test CXX_COMPILER_SUPPORTS_-fobjc-weak
-- Performing Test CXX_COMPILER_SUPPORTS_-fobjc-weak - Failed
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/WebDriver/PlatformGTK.cmake
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Source/PlatformGTK.cmake
-- Found Gettext: /opt/local/bin/msgmerge (found version "0.21") 
-- Using platform-specific CMakeLists: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.36.0/Tools/PlatformGTK.cmake
-- Enabled features:
--  ENABLE_BUBBLEWRAP_SANDBOX ..................... OFF
--  ENABLE_DRAG_SUPPORT                             ON
--  ENABLE_GAMEPAD ................................ OFF
--  ENABLE_GLES2                                    OFF
--  ENABLE_GTKDOC ................................. OFF
--  ENABLE_INTROSPECTION                            ON
--  ENABLE_JOURNALD_LOG ........................... OFF
--  ENABLE_MEDIA_SOURCE                             ON
--  ENABLE_MINIBROWSER ............................ ON
--  ENABLE_QUARTZ_TARGET                            OFF
--  ENABLE_SPELLCHECK ............................. ON
--  ENABLE_TOUCH_EVENTS                             ON
--  ENABLE_VIDEO .................................. ON
--  ENABLE_WAYLAND_TARGET                           OFF
--  ENABLE_WEBDRIVER .............................. ON
--  ENABLE_WEB_AUDIO                                ON
--  ENABLE_WEB_CRYPTO ............................. OFF
--  ENABLE_X11_TARGET                               ON
--  USE_ANGLE_WEBGL ............................... OFF
--  USE_AVIF                                        OFF
--  USE_GTK4 ...................................... OFF
--  USE_JPEGXL                                      OFF
--  USE_LCMS ...................................... ON
--  USE_LIBHYPHEN                                   ON
--  USE_LIBNOTIFY ................................. ON
--  USE_LIBSECRET                                   ON
--  USE_OPENGL_OR_ES .............................. ON
--  USE_OPENJPEG                                    ON
--  USE_SOUP2 ..................................... OFF
--  USE_WOFF2                                       ON
--  USE_WPE_RENDERER .............................. OFF
-- Configuring done

I imagine I am probably trying to “invent a bicycle” and do something that has been already done with more success. Therefore suggestions are greatly appreciated.

P. S. Ideally, I wanna have either Tor-based browser or even i2p-based: https://github.com/PurpleI2P/i2pdbrowser
Both use FF at the moment though. Tor itself (CLI) builds for PPC, i2pd is not yet ready, but likely will get fixed soon. I was able to build in on 10.6.8 for PPC yesterday. WIP here: https://github.com/PurpleI2P/i2pd/issues/1726
 

DearthnVader

Suspended
Dec 17, 2015
2,207
6,391
Red Springs, NC
Web 2.0 is such crapware!

Old computers just don't age like wine. I don't find Web 2.0 to be of much more use than the older Web that run well on our PPC machines. I don't know if it's just a heavy CPU dependent JAVA scripting, just flat out sloppy coding of modern web pages, or all the bounces off servers for ads.

I suspect it's mostly sloppy coding, when you just presume anyone viewing your webpage is on a modern computer with a bunch of CPU cycles to spare it easy to create crapware.

Older sites like Xlr8yourmac still load and run fast and don't lack any functionality that I would miss from Web 2.0. Part of this for us PPC users is just the TLS apocalypse, we just don't have an up to date browser with current security certificates, but load CNN.com on a modern Mac and look at the memory usage of that Webpage in the Activity Monitor, it's 300+MB. Total crapware seems to be the rule not the exception with Web 2.0.

I don't get anymore from reading the news at CNN.com today than I did in 2005 and popover auto play videos in HD just annoy the **** out of me.

To me, what makes a functional computer is a fast web browser, light web pages with working links to lower quality videos, an email client that is light and fast, *nix based OS with functioning emulators so I can run older software that may only run on outdated OS's, and 2D graphics acceleration so I don't see window tearing.

A Quad G5 is more than capable of all of this, it's just the software and the crapware that is Web 2.0 holding us back. Will a Quad G5 playback 4k video without frame skipping? No, but that is just the lack of modern GPU accelerated video playback, the CPU, RAM, and Bus speed are more than enough. Sadly we don't have enough people giving feedback and running FOSS to really contribute much to LinuxPPC developers and Apple left us high and dry years ago without further PPC code for OS X.

Hardware vendors only make money when they can continue to sell you new hardware and I just wonder how much of that has contributed to the crapware that is Web 2.0.
 

DearthnVader

Suspended
Dec 17, 2015
2,207
6,391
Red Springs, NC
When you think about the 3rd world and the digital divide, or even the first world and the digital divide it will sort of piss you off the way Web 2.0 has been managed. I mean to say that people that have less money to spend may tend to buy older computers that are more affordable, but they have been cut off from the information superhighway that teaches most of us how to properly use these computers and the internet to save time and make $MONEY$.

I use Apple computers because they make me money or save me time, and time is money. I don't have to spend a bunch of time monekying with Registry keys or other outdated bloutwares to make them work. The macOS could be better, it lags Linux in two or three areas that are key to me, my time, and money, but that's just the way it is now to me and what I use my computers for.

So even people with fast enough internet connections are still being cut off because Web 2.0 isn't really backward compliant. Then there is the environmental costs of perfectly capable computers ending up in landfills so Apple/Micro$oft/Dell et. all can sell us something new and shiny cutting out the poor or unprivileged from the vast knowlage available from the Web that can help them live better lives.

Sure, as I said, old computers don't age like wine. I remember installing Mac OS 8.1 on an LCII and an LCIII and trying to load Xlr8youmac.com in Internet Explorer 4.0. The jpegs took forever to loaded I could make all the same complaints about Web 1.0 and the digital divide then as I am making now. I could have said I miss the old text based web, Prodigy, Links2 what have you, but I think there are some key distinctions about how usable the web was for learning new things and being able to apply them to make our lives better about the web in 2005 and the web today.

I just don't find much of anything more useful to those ends today in Web 2.0 as I did with the Web in 2005. I'm not seeing a whole lot more gain in knowledge, money, and time that makes my life better.

I think we peaked as far as how efficient computers were and the internet at some point. Just seems to me todays web and computers are only about 10% more efficient to those ends for me, which means a Quad G5 should be 90% efficient to those ends for someone that can only afford $350 for a computer vs. $6k+ for a new Mac Pro, but a lot of that is my use case. However my use case is very profitable.
 
Last edited:

eyoungren

macrumors Penryn
Aug 31, 2011
29,445
28,054
I'm all for options and choice is good.

However…I browse using T4Fx because it's customizable. I use Vivaldi on my Intel Macs (that support it) because it's customizable.

Last I checked, Safari/Webkit on Intel and PowerPC lacked the ability to customize it beyond certain limited extensions.

It is NOT and never has been all about speed for me. I am in the browser almost from the time I wake up to the time I go to bed. I want it to look, act and work the way I want it to.

If you can make a modern WK browser that is as customizable as TenFourFox/Vivaldi, then I'm in. If it's the same old, but faster, more compatible, then no.

There have been users here that have managed to build their own branded WK browser, so best of luck to you.
 

lepidotós

macrumors 6502a
Aug 29, 2021
677
748
Marinette, Arizona
TLS 1.3, which was apparently part of the pains that made LWK's dev give up in the first place. That alone would open up probably 80% of sites that don't currently work in LWK.​
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.