├── .gitignore ├── Conf ├── archive_sites.conf ├── macports.conf ├── pubkeys.conf ├── sources.conf ├── stats.conf └── variants.conf ├── Hooks └── post-checkout ├── Linux ├── _resources ├── kf5 │ ├── kf5-kgamma │ │ └── Portfile │ ├── kf5-krfb │ │ └── Portfile │ ├── kf5-kwin │ │ ├── Portfile │ │ └── files │ │ │ ├── kscreenlocker_greet.sh │ │ │ ├── kwin-pr4471-icc-support.diff │ │ │ ├── patch-accept-xkb-04x.diff │ │ │ ├── patch-kwin-add-sys_types.diff │ │ │ ├── patch-kwin-colour-management2.diff │ │ │ ├── patch-kwin-comptoggle-action.diff │ │ │ ├── patch-kwin-nosetcap.diff │ │ │ ├── patch-kwin-older-deps.diff │ │ │ └── patch-kwin-scroll-raise.diff │ ├── kf5-plasma-integration │ │ ├── Portfile │ │ └── files │ │ │ ├── old │ │ │ ├── patch-accept-all-breezeversions.diff │ │ │ └── patch-ignore-default-stylename.diff │ │ │ ├── patch-clickandhold-contextmenu.diff │ │ │ ├── patch-filedialog-tweaks.diff │ │ │ ├── patch-legacy-support.diff │ │ │ └── patch-support-alt-config.diff │ └── kf5-polkit-kde │ │ ├── Portfile │ │ └── files │ │ ├── Info.plist │ │ └── patch-nongui.diff └── sysutils │ └── sddm │ ├── Portfile │ └── files │ └── sddm.initd ├── README.md ├── Soup ├── Tureen │ ├── VLC │ │ ├── Portfile │ │ └── files │ │ │ ├── libvlc.pc │ │ │ └── vlc-plugin.pc │ ├── _resources │ └── kde │ │ └── libalkimia │ │ └── Portfile ├── devel │ └── muon │ │ └── Portfile ├── graphics │ └── openexr │ │ ├── Portfile │ │ └── files │ │ ├── patch-IlmImf-ImfSystemSpecific.h.diff │ │ ├── patch-IlmImf-Makefile.diff │ │ ├── patch-configure.diff │ │ ├── patch-fltk.diff │ │ ├── patch-ltmain.sh.diff │ │ └── patch-search_order.diff └── net │ └── openssh │ ├── Portfile │ └── files │ ├── 0002-Apple-keychain-integration-other-changes.patch │ ├── 0002-not-Apple-keychain-integration-other-changes.patch │ ├── agent.patch │ ├── com.openssh.sshd.sb │ ├── launchd.patch │ ├── macports-config.patch │ ├── old │ ├── 7.6p1 │ │ ├── 0002-Apple-keychain-integration-other-changes.patch │ │ ├── openssh-7.6p1-gsskex-all-20141021-mp-20171009.patch │ │ └── openssh-7.6p1-hpnssh14v13.diff │ ├── 7.9p1 │ │ ├── gssapi.patch │ │ ├── openssh-7.9p1-hpnssh14v15.diff │ │ ├── patch-openssl.diff │ │ ├── patch-sandbox-darwin.c-apple-sandbox-named-external.diff │ │ └── patch-sshd.c-apple-sandbox-named-external.diff │ ├── 9.3p1 │ │ ├── 0002-Apple-keychain-integration-other-changes.patch │ │ └── 0002-not-Apple-keychain-integration-other-changes.patch │ ├── openssh-8.1p1-gsskex-all-20141021-mp-20191015.patch │ ├── openssh-8.1p1-hpnssh14v18-openssl-1.1.diff │ ├── openssh-8.1p1-hpnssh14v18.diff │ ├── patch-openbsd_compat-memmem-bug.diff │ ├── patch-openssh-9.2p1-gsskex-from-debian.diff │ └── patch-openssh-9.3p1-gsskex-from-debian.diff │ ├── org.macports.openbsd.ssh-agent.plist │ ├── pam.patch │ ├── patch-launchd-support-in-agent.patch │ ├── patch-no-double-sshpkcs11.diff │ ├── patch-openssh-9.6p1-gsskex-from-debian.diff │ ├── patch-openssh-server-plist.diff │ ├── patch-sandbox-darwin.c-apple-sandbox-named-external.diff │ ├── patch-sshd.c-apple-sandbox-named-external.diff │ ├── quilt.env │ ├── series │ ├── series-gsskex │ ├── series-hpn │ └── slogin ├── _obsolete,upstreamed_ ├── irc │ └── quassel │ │ ├── Portfile │ │ └── files │ │ ├── old │ │ ├── patch-render.diff │ │ └── patch-scripts-build-macosx_makebundle.py.diff │ │ ├── patch-bundle-install-dir.diff │ │ ├── patch-fix-exitcrash.diff │ │ └── patch-iconthemes-macports.diff ├── kdevplatform5 │ ├── Portfile │ └── files │ │ ├── correctPreferencesMenu.patch │ │ ├── devel │ │ ├── future │ │ │ └── patch-no-empty-items-in-contextmenu.diff │ │ ├── patch-cleanup-tempfiles.diff │ │ ├── patch-commit-msg-width.diff │ │ ├── patch-diff-context.diff │ │ ├── patch-diff-context2.diff │ │ ├── patch-diff-context3.diff │ │ ├── patch-diff-context4.diff │ │ ├── patch-docswitcher-shortcuts.diff │ │ ├── patch-fix-preview-highlighting.diff │ │ ├── patch-problemreport-focus.diff │ │ ├── patch-projman-horizscroll.diff │ │ ├── patch-sbprogwidget.diff │ │ ├── patch-tearoff-menus.diff │ │ ├── patch-temp-fixes-devel.diff │ │ ├── patch-use-what-dialogs.diffs │ │ └── patch-x11-no-dockmenu.diff │ │ ├── old │ │ ├── patch-always-full_session.diff │ │ ├── patch-export-iproblem.diff │ │ ├── patch-mark-nongui-execs.diff │ │ ├── patch-no-dirwatching.diff │ │ ├── patch-no-signalblocker.diff │ │ ├── patch-qtabbar-fusion.diff │ │ ├── patch-qtabbar.diff │ │ ├── patch-quit-parserjobs-on-exit.diff │ │ ├── patch-recentfilesmenu.diff │ │ ├── patch-sbprogwidget.diff │ │ ├── patch-stronger-typeregister-debug.diff │ │ └── patch-typereg-debug.diff │ │ ├── patch-CMake-initlists.diff │ │ ├── patch-add-dock-progressbar.diff │ │ ├── patch-avoid-duchain-hang-on-exit.diff │ │ ├── patch-check-oosource-build-dir.diff │ │ ├── patch-commit-msg-width.diff │ │ ├── patch-constrain-bg-parser-threads.diff │ │ ├── patch-defer-parsing+dirwatching.diff │ │ ├── patch-defer-parsing+dirwatching2.diff │ │ ├── patch-dockProgBar.diff │ │ ├── patch-docview-hidden-by-default.patch │ │ ├── patch-grep-improved-exclude-filter.diff │ │ ├── patch-idealdockwidget-deletelater.diff │ │ ├── patch-kdevplatform-add-style-menu.diff │ │ ├── patch-languageCMakeLists.diff │ │ ├── patch-no-empty-items-in-contextmenu.diff │ │ ├── patch-no-translations.diff │ │ ├── patch-only-translations.diff │ │ ├── patch-outputfilteringstrats.diff │ │ ├── patch-patchreview-active-state.diff │ │ ├── patch-patchreview-set-updateComment.diff │ │ ├── patch-pluginsCMakeLists.diff │ │ ├── patch-preserve-window-icons.diff │ │ ├── patch-prevent-patchreview-crash.diff │ │ ├── patch-projectman-shortcuts-simple.diff │ │ ├── patch-projectman-shortcuts.diff │ │ ├── patch-sessioncontroller.diff │ │ ├── patch-support-kdevp-frameworks.diff │ │ └── patch-temp-fixes.diff ├── qca-cute5 │ ├── Portfile │ └── files │ │ ├── patch-qca-ossl.diff │ │ ├── patch-qca210-qt550.diff │ │ ├── patch-qca210-qt56x.diff │ │ └── patch-src_qac_systemstore_mac.cpp.diff ├── qca-cyrus-sasl │ ├── Portfile │ └── files │ │ └── patch-configure.diff ├── qca-gnupg │ ├── Portfile │ └── files │ │ └── patch-configure.diff ├── qca-ossl │ ├── Portfile │ └── files │ │ ├── patch-configure.diff │ │ └── patch-qca-ossl.cpp.diff ├── qca-tls │ └── Portfile ├── qca │ ├── Portfile │ └── files │ │ ├── FindQCA2.cmake │ │ ├── old │ │ ├── patch-configure.diff │ │ └── patch-src_botantools_botan_botan_secmem.h.diff │ │ ├── patch-qca-ossl.diff │ │ ├── patch-qca210-qt550.diff │ │ ├── patch-qca210-qt56x.diff │ │ └── patch-src_qac_systemstore_mac.cpp.diff ├── qt4-mac-old │ ├── Portfile │ ├── Portfile.qt4 │ └── files │ │ ├── c++11.prf │ │ ├── c++11 │ │ ├── c++11.test │ │ └── c++11_test.cpp │ │ ├── cpath │ │ ├── cpath.test │ │ ├── cpath_test.c │ │ └── cpath_test.h │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-exceptions.patch │ │ ├── disable-exceptions2.patch │ │ ├── fconstant_cfstrings.test │ │ ├── library_path │ │ ├── library_path.test │ │ ├── library_path_lib.c │ │ ├── library_path_lib.h │ │ └── library_path_test.c │ │ ├── objc_block │ │ ├── objc_block.test │ │ └── objc_block_test.m │ │ ├── objective_cxx.prf │ │ ├── patch-10.10.diff │ │ ├── patch-QAction_isEnabled.diff │ │ ├── patch-QtHelp_10.4_only.diff │ │ ├── patch-config.tests_unix_compile.test.diff │ │ ├── patch-config.tests_unix_precomp.test.diff │ │ ├── patch-configure.diff │ │ ├── patch-cxx11.diff │ │ ├── patch-darwin-g++.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-improve-fontweight-support.diff │ │ ├── patch-improve-fontweight-support2.diff │ │ ├── patch-mkspecs_common_g++-base.conf.diff │ │ ├── patch-mkspecs_common_g++-macx.conf.diff │ │ ├── patch-mkspecs_common_mac.conf.diff │ │ ├── patch-mkspecs_darwin-g++_qmake.conf.diff │ │ ├── patch-mkspecs_features_moc.prf.diff │ │ ├── patch-mkspecs_features_qt.prf.diff │ │ ├── patch-mkspecs_features_qt_functions.prf.diff │ │ ├── patch-mkspecs_features_uitools.prf.diff │ │ ├── patch-mkspecs_macx-g++_qmake.conf.diff │ │ ├── patch-mkspecs_objective_cxx.diff │ │ ├── patch-qmake_generators_unix_unixmakke.cpp.diff │ │ ├── patch-qmake_option.h.diff │ │ ├── patch-qmake_project.cpp.diff │ │ ├── patch-qmake_property.cpp.diff │ │ ├── patch-qmake_qmake.pri.diff │ │ ├── patch-src_3rdparty_webkit_Source_WebCore_plugins_PluginView.h.diff │ │ ├── patch-src_3rdparty_webkit_Source_WebCore_plugins_mac_PluginViewMac.mm.diff │ │ ├── patch-src_corelib_corelib.pro.diff │ │ ├── patch-src_corelib_global_qlibraryinfo.cpp.diff │ │ ├── patch-src_corelib_global_qlibraryinfo.h.diff │ │ ├── patch-src_corelib_tools_qelapsedtimer-mac.cpp.diff │ │ ├── patch-src_plugins_bearer_corewlan_corewlan.pro.diff │ │ ├── patch-src_qbase.pri.diff │ │ ├── patch-src_qt_install.pri.diff │ │ ├── patch-src_tools_bootstrap_bootstrap.pro.diff │ │ ├── patch-tools-build_qtconfig.diff │ │ ├── patch-tools_assistant_lib_fulltextsearch_fulltextsearch.pro.diff │ │ ├── patch-tools_assistant_lib_lib.pro.diff │ │ ├── patch-tools_designer_src_components_lib_lib.pro.diff │ │ ├── patch-tools_designer_src_lib_lib.pro.diff │ │ ├── patch-tools_designer_src_uitools_uitools.pro.diff │ │ ├── patch-tools_macdeployqt_macdeployqt_main.cpp.diff │ │ ├── patch-tools_macdeployqt_shared_shared.cpp.diff │ │ ├── prevent_addTitleRelated_crash.patch │ │ ├── qconfig-remove-EXCEPTIONS.diff │ │ ├── qprocess-nozombies.patch │ │ ├── qt4 │ │ ├── qt4-correct-systraymenu-iconhandling.patch │ │ ├── qt4-deactivate-menurole-heuristics.patch │ │ ├── qt4-prevent-mousevent-for-deleted-object.diff │ │ ├── silence-qfilesystemwatcher.patch │ │ └── split_sources.prf ├── qt5-kde-devel │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── all-examples.pro │ │ ├── allqtpaths.sh │ │ ├── always_include_private_headers.diff │ │ ├── appProxy.sh │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── devResources │ │ ├── create-min-tree.sh │ │ ├── fix-cmake-files.tcl │ │ ├── patch-refresh.sh │ │ └── patch-update-571-580.sh │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths5.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── old │ │ ├── fix-qstandardpaths4.patch │ │ ├── patch-fix-QLockFile.diff │ │ ├── patch-no-dbus-in-platformsupport.diff │ │ ├── patch-no-xcrun-f-xcrun.diff │ │ ├── patch-qnsview-check-null.diff │ │ ├── patch-qwe-disable-bt-560.diff │ │ └── patch-qwe-disable-bt.diff │ │ ├── patch-assistant-with-qtwebkit.diff │ │ ├── patch-assistant-without-qtwebkit.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qpbutton-noshowicon.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-qtwk-icu.diff │ │ ├── patch-qtwk-objc.diff │ │ ├── patch-qwe-bluetooth-57x.diff │ │ ├── patch-qwe-bluetooth.diff │ │ ├── patch-qwe-build-on-109.diff │ │ ├── patch-qwe-disable-libvpx.diff │ │ ├── patch-qwe-ffmpeg3.diff │ │ ├── patch-qwe-midifix.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-reenable-systray-for-xcb.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qnsview-warnings.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-silence-setscreen-warning.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-use-openssl-mp.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── qstandardpaths_use_xdg.cpp │ │ ├── qt5-kde │ │ ├── qt532 │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ ├── all-examples.pro │ │ ├── correct-systraymenu-iconhandling.patch │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ ├── fix_sparc_atomics.patch │ │ ├── gnukfreebsd.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-avfmediaplayersession.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-configure-allow-macports-binutils.diff │ │ ├── patch-configure-allow-macports-clang.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-geoclue-gvalue-init.diff │ │ ├── patch-icutest.pro.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-lalr.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-nistest.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qmacstyle_mac.diff │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-XOpenGL.diff │ │ ├── patch-xcb-missing-functions.diff │ │ ├── qmake.stash.in │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── qt551 │ │ ├── Add-workaround-for-GL-on-Android-emulator.patch │ │ ├── all-examples.pro │ │ ├── always_include_private_headers.diff │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-menuItem-already-in-menu.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-headerspri0.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix-qstandardpaths4.bak.patch │ │ ├── fix-qstandardpaths4.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-QSP-multiple-conventions.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-clangconf-lto-commands.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-create-proper-pcfiles.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-disable-qtwebengine.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-for-10.11.diff │ │ ├── patch-handle-tbd-files.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-midifix.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qpbutton-noshowicon.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qtwebengine-mkspec32.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ └── series │ │ ├── qt571 │ │ ├── all-examples.pro │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── patch-cmake-warn-compile_features.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-keyboard-mapping.diff │ │ ├── patch-keyboard-support-menukey.diff │ │ ├── patch-no-cmake-compile-features.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-prevent-remote-xcb-crash.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ └── patch-silence-qnsview-warnings.diff │ │ ├── qt580 │ │ ├── all-examples.pro │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-cmake-warn-compile_features.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-configurejsons.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-find-opengl.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-keyboard-mapping.diff │ │ ├── patch-keyboard-support-menukey.diff │ │ ├── patch-no-cmake-compile-features.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-no-native-crossbuilds.diff │ │ ├── patch-no-pulseaudio+gstreamer.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-readable-selected-tab.diff │ │ ├── patch-reintroduce-configsummary.diff │ │ ├── patch-restore-systraymenu-mac.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-silence-qnsview-warnings.diff │ │ ├── patch-to-build-xcb.diff │ │ └── patch-toolchainprf.diff │ │ ├── qtlogging.ini │ │ ├── refreshed │ │ ├── always_include_private_headers.diff │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-silence-setscreen-warning.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── remove_google_adsense.patch │ │ └── remove_icon_from_example.patch │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ ├── series │ │ ├── series.qtbase562 │ │ ├── series.qtbase571 │ │ └── series.qtx11.562 ├── qt5-mac-angel │ ├── Portfile │ ├── Portfile.qt5 │ └── Portfile.qt5.bak ├── qt5-mac-devel │ ├── Portfile │ ├── Portfile.qt5 │ └── files │ │ ├── Add-workaround-for-GL-on-Android-emulator.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── all-examples.pro │ │ ├── always_include_private_headers.diff │ │ ├── appProxy.sh │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-menuItem-already-in-menu.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths-prev.patch │ │ ├── fix-qstandardpaths.patch │ │ ├── fix-qstandardpaths2.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix-qtwebeng-comp-detection.patch │ │ ├── ignore-installed-headers.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-disable-qtwebengine.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-improve-fontweight-support.diff │ │ ├── patch-improve-fontweight-support0.diff │ │ ├── patch-improve-fontweight-support3.diff │ │ ├── patch-improve-fontweight-support4.diff │ │ ├── patch-improve-fontweight-support5.diff │ │ ├── patch-improve-fontweight-support6.diff │ │ ├── patch-improve-fontweight-support7.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qcompilerdetection_h.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-to-build-xcb-completer.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qaccessibilitymac_helpers.diff │ │ ├── patch-tst_qarraydata.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── qprocess-nozombies.patch │ │ ├── qstandardpaths_use_xdg.cpp │ │ ├── qt5 │ │ ├── qt532 │ │ ├── Add-workaround-for-GL-on-Android-emulator.patch │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ ├── all-examples.pro │ │ ├── correct-systraymenu-iconhandling.patch │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ ├── fix_sparc_atomics.patch │ │ ├── gnukfreebsd.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-avfmediaplayersession.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-configure-allow-macports-binutils.diff │ │ ├── patch-configure-allow-macports-clang.diff │ │ ├── patch-geoclue-gvalue-init.diff │ │ ├── patch-icutest.pro.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-nistest.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qmacstyle_mac.diff │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-XOpenGL.diff │ │ ├── patch-xcb-missing-functions.diff │ │ ├── qmake.stash.in │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── remove_google_adsense.patch │ │ └── remove_icon_from_example.patch └── qt5-mac │ ├── Portfile │ ├── Portfile.qt5 │ ├── files │ ├── Add-workaround-for-GL-on-Android-emulator.patch │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ ├── Break-after-handling-the-read-write.patch │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ ├── correct-systraymenu-iconhandling.patch │ ├── dbus_correct_signal_name_disconnect.patch │ ├── deactivate-menurole-heuristics.patch │ ├── debug-negative-qtimerint.patch │ ├── disable-generic-plugin-when-others-available.patch │ ├── fix-qstandardpaths.patch │ ├── fix_bug_in_internal_comparison_operator.patch │ ├── fix_sparc_atomics.patch │ ├── gnukfreebsd.diff │ ├── load_testability_from_env_var.patch │ ├── patch-avfmediaplayersession.diff │ ├── patch-machtest.diff │ ├── patch-qmacstyle_mac.diff │ ├── patch-shared.diff │ ├── patch-tst_benchlibcallgrind.diff │ ├── patch-tst_qaccessibilitymac_helpers.diff │ ├── patch-tst_qarraydata.diff │ ├── patch-tst_qpluginloader.diff │ ├── qprocess-nozombies.patch │ ├── remove_google_adsense.patch │ ├── remove_icon_from_example.patch │ └── update-QtBearer-NetworkManager-backend-API.patch │ └── mcallhun-corrected.Portfile ├── _resources └── port1.0 │ └── group │ ├── LTO-1.0.tcl │ ├── app-wrapper-1.0.tcl │ ├── boost-1.0.tcl │ ├── cargo_fetch-1.0.tcl │ ├── cmake-1.1.tcl │ ├── code_sign-1.0.tcl │ ├── compiler-variants-1.0.tcl │ ├── compiler_wrapper-1.0.tcl │ ├── compilers-1.0.tcl │ ├── compress_workdir-1.0.tcl │ ├── conflicts_build-1.1.tcl │ ├── conflicts_configure-1.0.tcl │ ├── debug-1.0.tcl │ ├── devport-1.0.tcl │ ├── devport_helper-1.0.tcl │ ├── from_ports_variant-1.0.tcl │ ├── fuse-1.0.tcl │ ├── github-1.1.tcl │ ├── gitlab-1.0.tcl │ ├── gobject_introspection-1.0.tcl │ ├── kde4-1.0.tcl │ ├── kde4-1.1.tcl │ ├── kf5-1.1.tcl │ ├── kf5-WIP-1.0.tcl │ ├── kf5_frameworks-1.0.tcl │ ├── legacysupport-1.0.tcl │ ├── legacysupport-1.1.tcl │ ├── libstdcxxabi-1.0.tcl │ ├── locale_select-1.0.tcl │ ├── macports_clang_selection-1.0.tcl │ ├── meson-1.0.tcl │ ├── mpi-1.0.tcl │ ├── mpiutil-1.0.tcl │ ├── muniversal-1.0.tcl │ ├── muniversal-1.1.tcl │ ├── muniversal-rjvb-1.0.tcl │ ├── openssl-1.0.tcl │ ├── patch-updater-1.0.tcl │ ├── perl5-1.0.tcl │ ├── preserve_runtime_libraries-1.0.tcl │ ├── python-1.0.tcl │ ├── python-required-1.0.tcl │ ├── qmake5-1.0.tcl │ ├── qmake5-kde-1.0.tcl │ ├── qt4-1.0.tcl │ ├── qt4-mac-1.0.tcl │ ├── qt5-1.0.tcl │ ├── qt5-kde-1.0.tcl │ ├── qt5-stock-1.0.tcl │ ├── qt5_variables-1.0.tcl │ ├── qt5_version_info-1.0.tcl │ ├── rust-1.0.tcl │ ├── rustup-1.0.tcl │ ├── save_configure_cmd-1.0.tcl │ ├── stubbier-1.0.tcl │ └── wxWidgets-1.0.tcl ├── aqua ├── charm │ ├── Portfile │ ├── Portfile.4.12.5 │ └── files │ │ ├── adapt-menus-to-osx.patch │ │ ├── adapt-to-osx-macports-old.patch │ │ ├── adapt-to-osx-macports.patch │ │ ├── allow-qt4-with-qt5-present.patch │ │ ├── patch-CMakeFiles.patch │ │ └── support-dbus.patch ├── fltk │ ├── Portfile │ └── files │ │ └── 0001-Fl_cocoa.mm-fix-Apple-macro-for-PPC-case.patch ├── qt4-mac-devel-mysql55-plugin │ └── Portfile ├── qt4-mac-devel │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── 0008-Remove-filterIncludePath-and-filterLibraryPath-usage.patch │ │ ├── appProxy.sh │ │ ├── c++11.prf │ │ ├── c++11 │ │ ├── c++11.test │ │ └── c++11_test.cpp │ │ ├── cpath │ │ ├── cpath.test │ │ ├── cpath_test.c │ │ └── cpath_test.h │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-exceptions.patch │ │ ├── fconstant_cfstrings.test │ │ ├── library_path │ │ ├── library_path.test │ │ ├── library_path_lib.c │ │ ├── library_path_lib.h │ │ └── library_path_test.c │ │ ├── objc_block │ │ ├── objc_block.test │ │ └── objc_block_test.m │ │ ├── objective_cxx.prf │ │ ├── patch-10.10.diff │ │ ├── patch-QAction_isEnabled.diff │ │ ├── patch-QtHelp_10.4_only.diff │ │ ├── patch-allow_libressl.diff │ │ ├── patch-avoid-unwanted-fontzooming.diff │ │ ├── patch-build-qtdemo.diff │ │ ├── patch-config.tests_unix_compile.test.diff │ │ ├── patch-config.tests_unix_precomp.test.diff │ │ ├── patch-configure.diff │ │ ├── patch-cxx11.diff │ │ ├── patch-darwin-g++.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-examples-tools.diff │ │ ├── patch-fix_pointer_comparison_to_0.diff │ │ ├── patch-font-emojis.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-graphicssystem-via-qtconfig.diff │ │ ├── patch-harfbuzz-support.diff │ │ ├── patch-improve-fontweight-support.diff │ │ ├── patch-improve-fontweight-support0.diff │ │ ├── patch-improve-fontweight-support2.diff │ │ ├── patch-invalid-fnt-table-handling.diff │ │ ├── patch-lto-no-sse4.diff │ │ ├── patch-mkspecs_common_g++-base.conf.diff │ │ ├── patch-mkspecs_common_g++-macx.conf.diff │ │ ├── patch-mkspecs_common_mac.conf.diff │ │ ├── patch-mkspecs_darwin-g++_qmake.conf.diff │ │ ├── patch-mkspecs_features_moc.prf.diff │ │ ├── patch-mkspecs_features_qt.prf.diff │ │ ├── patch-mkspecs_features_qt_functions.prf.diff │ │ ├── patch-mkspecs_features_uitools.prf.diff │ │ ├── patch-mkspecs_macx-g++_qmake.conf.diff │ │ ├── patch-mkspecs_objective_cxx.diff │ │ ├── patch-mute-inactive-painter-msgs.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-no-lto.diff │ │ ├── patch-parallelize_qmake_build.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qmake_generators_unix_unixmake.cpp.diff │ │ ├── patch-qmake_generators_unix_unixmake.cpp.fix_arch.diff │ │ ├── patch-qmake_generators_unix_unixmake.cpp.framework.diff │ │ ├── patch-qmake_option.h.diff │ │ ├── patch-qmake_project.cpp.diff │ │ ├── patch-qmake_property.cpp.diff │ │ ├── patch-qmake_qmake.pri.diff │ │ ├── patch-qsettings-null.diff │ │ ├── patch-qt-custom-threadpool.diff │ │ ├── patch-qt4-versions-without-underscores.diff │ │ ├── patch-qthread-stacksize.diff │ │ ├── patch-src_3rdparty_webkit_Source_WebCore_plugins_PluginView.h.diff │ │ ├── patch-src_3rdparty_webkit_Source_WebCore_plugins_mac_PluginViewMac.mm.diff │ │ ├── patch-src_corelib_corelib.pro.diff │ │ ├── patch-src_corelib_global_qlibraryinfo.cpp.diff │ │ ├── patch-src_corelib_global_qlibraryinfo.h.diff │ │ ├── patch-src_corelib_io_qsettings.cpp.diff │ │ ├── patch-src_corelib_tools_qelapsedtimer-mac.cpp.diff │ │ ├── patch-src_gui_dialogs_qfiledialog_mac.mm.diff │ │ ├── patch-src_gui_kernel_qcursor_mac.mm.diff │ │ ├── patch-src_gui_kernel_qmime_mac.cpp.diff │ │ ├── patch-src_gui_painting_qpaintengine_mac.diff │ │ ├── patch-src_gui_text_qfontengine_coretext.mm.diff │ │ ├── patch-src_plugins_bearer_corewlan_corewlan.pro.diff │ │ ├── patch-src_qbase.pri.diff │ │ ├── patch-src_qt_install.pri.diff │ │ ├── patch-src_tools_bootstrap_bootstrap.pro.diff │ │ ├── patch-support-openssl11.diff │ │ ├── patch-tools-build_qtconfig.diff │ │ ├── patch-tools_assistant_lib_fulltextsearch_fulltextsearch.pro.diff │ │ ├── patch-tools_assistant_lib_lib.pro.diff │ │ ├── patch-tools_designer_src_components_lib_lib.pro.diff │ │ ├── patch-tools_designer_src_lib_lib.pro.diff │ │ ├── patch-tools_designer_src_uitools_uitools.pro.diff │ │ ├── patch-tools_macdeployqt_macdeployqt_main.cpp.diff │ │ ├── patch-tools_macdeployqt_shared_shared.cpp.diff │ │ ├── prevent_addTitleRelated_crash.patch │ │ ├── qconfig-remove-EXCEPTIONS.diff │ │ ├── qprocess-nozombies.patch │ │ ├── qt4 │ │ ├── qt4-correct-systraymenu-iconhandling.patch │ │ ├── qt4-deactivate-menurole-heuristics.patch │ │ ├── qt4-prevent-mousevent-for-deleted-object.diff │ │ ├── series │ │ ├── silence-qfilesystemwatcher.patch │ │ └── split_sources.prf ├── qt4-mac-mysql55-plugin │ └── Portfile ├── qt4-mac-sqlite2-plugin │ └── Portfile ├── qt5-kde-angel │ ├── Portfile │ ├── archive.sh │ ├── create-min-tree.sh │ ├── files │ │ ├── all-examples.pro │ │ ├── allqtpaths.sh │ │ ├── always_include_private_headers.diff │ │ ├── appProxy.sh │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── devResources │ │ │ ├── create-min-tree.sh │ │ │ ├── fix-cmake-files.tcl │ │ │ ├── patch-refresh.sh │ │ │ └── patch-update-571-580.sh │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths5.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── old │ │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ │ ├── patch-dont-unload-plugins.diff │ │ │ ├── patch-qmenuAddSection0.diff │ │ │ ├── patch-qwe-build-on-109.diff │ │ │ ├── patch-silence-qnsview-warnings.diff │ │ │ └── qstandardpaths_use_xdg.cpp │ │ ├── patch-assistant-with-qtwebkit.diff │ │ ├── patch-assistant-without-qtwebkit.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-clangconf-lto-commands.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qpbutton-noshowicon.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-qtwk-icu.diff │ │ ├── patch-qtwk-objc.diff │ │ ├── patch-qwe-bluetooth-57x.diff │ │ ├── patch-qwe-bluetooth.diff │ │ ├── patch-qwe-disable-libvpx.diff │ │ ├── patch-qwe-ffmpeg3.diff │ │ ├── patch-qwe-midifix.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-reenable-systray-for-xcb.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-silence-setscreen-warning.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-use-openssl-mp.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── qt5-kde │ │ ├── qt532 │ │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ │ ├── Break-after-handling-the-read-write.patch │ │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ │ ├── all-examples.pro │ │ │ ├── correct-systraymenu-iconhandling.patch │ │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ │ ├── deactivate-menurole-heuristics.patch │ │ │ ├── debug-negative-qtimerint.patch │ │ │ ├── disable-generic-plugin-when-others-available.patch │ │ │ ├── fix-qsp_fontlocations.patch │ │ │ ├── fix-qstandardpaths3.patch │ │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ │ ├── fix_sparc_atomics.patch │ │ │ ├── gnukfreebsd.diff │ │ │ ├── load_testability_from_env_var.patch │ │ │ ├── patch-avfmediaplayersession.diff │ │ │ ├── patch-clangconf-lto-commands.diff │ │ │ ├── patch-clangconf.diff │ │ │ ├── patch-configure-allow-macports-binutils.diff │ │ │ ├── patch-configure-allow-macports-clang.diff │ │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ │ ├── patch-enable-dumpObjectInfo.diff │ │ │ ├── patch-fontpanel.diff │ │ │ ├── patch-geoclue-gvalue-init.diff │ │ │ ├── patch-icutest.pro.diff │ │ │ ├── patch-improve-fontweight-support8.diff │ │ │ ├── patch-lalr.diff │ │ │ ├── patch-machtest.diff │ │ │ ├── patch-missing-autoreleasepools.diff │ │ │ ├── patch-nistest.diff │ │ │ ├── patch-qFatal-no-abort.diff │ │ │ ├── patch-qmacstyle_mac.diff │ │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ │ ├── patch-shared.diff │ │ │ ├── patch-tst_benchlibcallgrind.diff │ │ │ ├── patch-tst_qpluginloader.diff │ │ │ ├── patch-xcb-XOpenGL-full.diff │ │ │ ├── patch-xcb-XOpenGL.diff │ │ │ ├── patch-xcb-missing-functions.diff │ │ │ ├── qmake.stash.in │ │ │ ├── remove_google_adsense.patch │ │ │ ├── remove_icon_from_example.patch │ │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── qt571 │ │ │ ├── all-examples.pro │ │ │ ├── fix-qstandardpaths-headerspri.patch │ │ │ ├── fix-qstandardpaths6.patch │ │ │ ├── patch-cmake-warn-compile_features.diff │ │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ │ ├── patch-configure-for-linux.diff │ │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ │ ├── patch-enable-qgenericunixthemes.diff │ │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ │ ├── patch-keyboard-mapping.diff │ │ │ ├── patch-keyboard-support-menukey.diff │ │ │ ├── patch-no-cmake-compile-features.diff │ │ │ ├── patch-no-icons-in-menus.diff │ │ │ ├── patch-prevent-remote-xcb-crash.diff │ │ │ ├── patch-qtconn-for-10.12.diff │ │ │ ├── patch-qwe-no-allocator-context.diff │ │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ │ └── patch-silence-qnsview-warnings.diff │ │ ├── qt580 │ │ │ ├── all-examples.pro │ │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ │ ├── fix-qstandardpaths-headerspri.patch │ │ │ ├── fix-qstandardpaths6.patch │ │ │ ├── old │ │ │ │ └── patch-restore-systraymenu-mac.diff │ │ │ ├── patch-Avoid-some-copies-of-Values-on-the-JS-stack.patch │ │ │ ├── patch-always-check-qmljit-disabler.diff │ │ │ ├── patch-better-menuitem-insert-warning.diff │ │ │ ├── patch-cmake-warn-compile_features.diff │ │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ │ ├── patch-configure-for-linux.diff │ │ │ ├── patch-configurejsons.diff │ │ │ ├── patch-define-qtnoexceptions.diff │ │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ │ ├── patch-enable-fontconfig.diff │ │ │ ├── patch-enable-qgenericunixservices.diff │ │ │ ├── patch-enable-qgenericunixthemes.diff │ │ │ ├── patch-enable-vnc-qpa.diff │ │ │ ├── patch-find-opengl.diff │ │ │ ├── patch-firstObject.diff │ │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ │ ├── patch-handle-null-corefonts.diff │ │ │ ├── patch-ibus-fix.diff │ │ │ ├── patch-ibus-fix2.diff │ │ │ ├── patch-improve-fallback-fullscreen-mode.diff │ │ │ ├── patch-improve-fontweight-support9.diff │ │ │ ├── patch-install-headeronly-frameworks.diff │ │ │ ├── patch-keyboard-mapping.diff │ │ │ ├── patch-keyboard-support-menukey.diff │ │ │ ├── patch-no-cmake-compile-features.diff │ │ │ ├── patch-no-icons-in-menus.diff │ │ │ ├── patch-no-native-crossbuilds.diff │ │ │ ├── patch-no-pulseaudio+gstreamer.diff │ │ │ ├── patch-nonull-setAsDockMenu.diff │ │ │ ├── patch-psql-pro.diff │ │ │ ├── patch-qmenuAddSection.diff │ │ │ ├── patch-qtconn-for-10.12.diff │ │ │ ├── patch-qttools-qthelp-warnings.diff │ │ │ ├── patch-qtwk-icu.diff │ │ │ ├── patch-qwe-ignore-jj-variants.diff │ │ │ ├── patch-qwe-no-allocator-context.diff │ │ │ ├── patch-qwe-no-sanitisation.diff │ │ │ ├── patch-readable-selected-tab.diff │ │ │ ├── patch-reintroduce-configsummary.diff │ │ │ ├── patch-retain-foreign-nsviews.diff │ │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ │ ├── patch-silence-qnsview-warnings.diff │ │ │ ├── patch-to-build-xcb.diff │ │ │ ├── patch-toolchainprf.diff │ │ │ └── patch-wdate-time.diff │ │ ├── qtlogging.ini │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ ├── series │ │ ├── series.qtbase562 │ │ ├── series.qtbase571 │ │ ├── series.qtx11.562 │ │ └── staging │ │ │ └── patch-qlocale-data.diff │ └── patch-refresh.sh ├── qt5-kde-devel │ ├── Portfile │ ├── Portfile.qt580 │ ├── archive.sh │ └── files │ │ ├── all-examples.pro │ │ ├── allqtpaths.sh │ │ ├── appProxy.sh │ │ ├── devResources │ │ ├── create-min-tree.sh │ │ ├── fix-cmake-files.tcl │ │ ├── patch-refresh.sh │ │ ├── patch-update-571-580.sh │ │ └── patch-update-580-593.sh │ │ ├── old │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-qlocale-data.diff │ │ ├── patch-qmenuAddSection0.diff │ │ ├── patch-qttest-59_510.diff │ │ ├── patch-qualified_reference.diff │ │ ├── patch-qwe-build-on-109.diff │ │ ├── patch-qwe-examples-109.diff │ │ ├── patch-qwe-no-qobjpriv-dep-p0.diff │ │ ├── patch-silence-qnsview-warnings.diff │ │ └── qstandardpaths_use_xdg.cpp │ │ ├── qhelpgeneratorng.sh │ │ ├── qt5-kde │ │ ├── qt532 │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ ├── all-examples.pro │ │ ├── correct-systraymenu-iconhandling.patch │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ ├── fix_sparc_atomics.patch │ │ ├── gnukfreebsd.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-avfmediaplayersession.diff │ │ ├── patch-clangconf-lto-commands.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-configure-allow-macports-binutils.diff │ │ ├── patch-configure-allow-macports-clang.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-geoclue-gvalue-init.diff │ │ ├── patch-icutest.pro.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-lalr.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-nistest.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qmacstyle_mac.diff │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-XOpenGL.diff │ │ ├── patch-xcb-missing-functions.diff │ │ ├── qmake.stash.in │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── qt571 │ │ ├── all-examples.pro │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── patch-cmake-warn-compile_features.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-keyboard-mapping.diff │ │ ├── patch-keyboard-support-menukey.diff │ │ ├── patch-no-cmake-compile-features.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-prevent-remote-xcb-crash.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ └── patch-silence-qnsview-warnings.diff │ │ ├── qt580 │ │ ├── all-examples.pro │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── old │ │ │ └── patch-restore-systraymenu-mac.diff │ │ ├── patch-Avoid-some-copies-of-Values-on-the-JS-stack.patch │ │ ├── patch-always-check-qmljit-disabler.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-cmake-warn-compile_features.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-configurejsons.diff │ │ ├── patch-define-qtnoexceptions.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-enable-vnc-qpa.diff │ │ ├── patch-find-opengl.diff │ │ ├── patch-firstObject.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-handle-null-corefonts.diff │ │ ├── patch-ibus-fix.diff │ │ ├── patch-ibus-fix2.diff │ │ ├── patch-improve-fallback-fullscreen-mode.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-install-headeronly-frameworks.diff │ │ ├── patch-keyboard-mapping.diff │ │ ├── patch-keyboard-support-menukey.diff │ │ ├── patch-no-cmake-compile-features.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-no-native-crossbuilds.diff │ │ ├── patch-no-pulseaudio+gstreamer.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-psql-pro.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qttools-qthelp-warnings.diff │ │ ├── patch-qtwk-icu.diff │ │ ├── patch-qwe-ignore-jj-variants.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-qwe-no-sanitisation.diff │ │ ├── patch-readable-selected-tab.diff │ │ ├── patch-reintroduce-configsummary.diff │ │ ├── patch-retain-foreign-nsviews.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-silence-qnsview-warnings.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-toolchainprf.diff │ │ └── patch-wdate-time.diff │ │ ├── qt593 │ │ ├── all-examples.pro │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-always_include_private_headers.diff │ │ ├── patch-assistant-fontpanel.diff │ │ ├── patch-assistant-with-qtwebkit.diff │ │ ├── patch-assistant-without-qtwebkit.diff │ │ ├── patch-backport-corelib-109.diff │ │ ├── patch-backport-gui-109.diff │ │ ├── patch-backport-qtpurchasing-109.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-build_not_on_mac.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-cmake-warn-compile_features.diff │ │ ├── patch-col+font-dialog-fix.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-configurejsons.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-disable-bearer-109.diff │ │ ├── patch-empty-qregexpeng-cache-early.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes-xcb.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-enable-vnc-qpa.diff │ │ ├── patch-find-opengl.diff │ │ ├── patch-find_rez.diff │ │ ├── patch-firstObject-109.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-fix-qtMacWindow-WIP.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-handle-null-corefonts.diff │ │ ├── patch-ibus-fix.diff │ │ ├── patch-improve-fallback-fullscreen-mode.diff │ │ ├── patch-keyboard-support-menukey.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-macstyle-build-on-109.diff │ │ ├── patch-macstyle-checks-if-cocoa.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-mkspecs.diff │ │ ├── patch-no-app_ext-only-109.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-no-pulseaudio+gstreamer.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-printpreview-pdf-export.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qcocoa-add-aqua-themehint.diff │ │ ├── patch-qcocoa-build-on-109.diff │ │ ├── patch-qcocoa-use-qcoretextfontdb.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qobjpriv-allow-older-versions.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qtscript_ceil.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-qwe-bluetooth-57x.diff │ │ ├── patch-qwe-disable-libvpx.diff │ │ ├── patch-qwe-ignore-jj-variants.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-qwe-no-qobjpriv-dep.diff │ │ ├── patch-qwe-no-sanitisation.diff │ │ ├── patch-qwe-nodebug-p2.diff │ │ ├── patch-qwe-nodebug.diff │ │ ├── patch-qwv-build-on-109.diff │ │ ├── patch-qwv-use-apple-webkit.diff │ │ ├── patch-readable-selected-tab-109.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-sqlplugins-pri.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-toolchainprf.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-use-openssl-mp.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-enable-eglfs.diff │ │ ├── patch-xcb-fontgamma.diff │ │ ├── patch-xcb-use-qgenunixfontdb.diff │ │ ├── qwe-toolchain-build.gn │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ ├── save-as-pdf-24.png │ │ └── save-as-pdf-32.png │ │ ├── qt594 │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── patch-disable-bearer-109.diff │ │ ├── patch-qlocale-nullptr-deref.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-to-build-xcb.diff │ │ └── patch-xcbclipboard-debugging.diff │ │ ├── qt595 │ │ ├── patch-qwe-examples-109.diff │ │ └── patch-qwe-ffmpeg4.diff │ │ ├── qt596 │ │ ├── fix-qstandardpaths6.patch │ │ ├── patch-activate-gstreamer.diff │ │ ├── patch-add-cups-printsupport.diff │ │ ├── patch-avoid-boost-autoptr-bug.diff │ │ ├── patch-fix-qtbugfix-16252.diff │ │ ├── patch-nm-not-when-quitting.diff │ │ ├── patch-qpa+coreaudio-outplugin.diff │ │ └── patch-revert-qtbugfix-16252.diff │ │ ├── qt597 │ │ ├── patch-backport-from-future.diff │ │ ├── patch-backport-from-future2.diff │ │ ├── patch-backport-from-future3.diff │ │ ├── patch-backport-from-future4.diff │ │ ├── patch-fix-bearer+session.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-offscreen-fonts.diff │ │ ├── patch-openssl11-support-qt597.diff │ │ ├── patch-runtime-cmake_mkspec.diff │ │ ├── patch-wdate-time.diff │ │ └── patch-xcb-silence-xvisual-warning.diff │ │ ├── qt598 │ │ ├── patch-avoid-freetype-crash.diff │ │ ├── patch-backport-from-future.diff │ │ ├── patch-backport-qstringview510.diff │ │ ├── patch-disable-rdrand+movbe-support.diff │ │ ├── patch-disable-rdrand-support.diff │ │ ├── patch-fix-addappfont.diff │ │ ├── patch-fix-asm-volatile.diff │ │ ├── patch-fix-qtconn-ambigconv.diff │ │ ├── patch-httpsockeng-fix.diff │ │ ├── patch-jp2-pow.diff │ │ ├── patch-large-json-docs.diff │ │ ├── patch-no-mapboxgl.diff │ │ ├── patch-path_max.diff │ │ ├── patch-prevent-qcombobox-crash.diff │ │ ├── patch-qaction-dtor.diff │ │ ├── patch-qfontcombox-nopreview.diff │ │ ├── patch-qttest-59_510.diff │ │ ├── patch-qwe-x509-Time.diff │ │ ├── patch-toplevelwidgets.diff │ │ └── patch-xcb-shmem-tweak.diff │ │ ├── qtlogging.ini │ │ ├── series │ │ ├── series.darwin.580 │ │ ├── series.linux.580 │ │ ├── series.qtbase562 │ │ ├── series.qtbase571 │ │ ├── series.qtx11.562 │ │ ├── series.qtx11.580 │ │ └── update-qthelp-collection-mp.tcl ├── qt5-kde │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── all-examples.pro │ │ ├── allqtpaths.sh │ │ ├── appProxy.sh │ │ ├── old │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-qmenuAddSection0.diff │ │ ├── patch-qwe-build-on-109.diff │ │ ├── patch-silence-qnsview-warnings.diff │ │ └── qstandardpaths_use_xdg.cpp │ │ ├── qhelpgeneratorng.sh │ │ ├── qt5-kde │ │ ├── qt59 │ │ ├── all-examples.pro │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-activate-gstreamer.diff │ │ ├── patch-add-cups-printsupport.diff │ │ ├── patch-always_include_private_headers.diff │ │ ├── patch-assistant-fontpanel.diff │ │ ├── patch-assistant-with-qtwebkit.diff │ │ ├── patch-assistant-without-qtwebkit.diff │ │ ├── patch-avoid-boost-autoptr-bug.diff │ │ ├── patch-avoid-freetype-crash.diff │ │ ├── patch-backport-corelib-109.diff │ │ ├── patch-backport-from-future.diff │ │ ├── patch-backport-from-future2.diff │ │ ├── patch-backport-from-future3.diff │ │ ├── patch-backport-from-future4.diff │ │ ├── patch-backport-gui-109.diff │ │ ├── patch-backport-qstringview510.diff │ │ ├── patch-backport-qtpurchasing-109.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-build_not_on_mac.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-cmake-warn-compile_features.diff │ │ ├── patch-col+font-dialog-fix.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-configurejsons.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-disable-bearer-109.diff │ │ ├── patch-empty-qregexpeng-cache-early.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes-xcb.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-enable-vnc-qpa.diff │ │ ├── patch-find-opengl.diff │ │ ├── patch-find_rez.diff │ │ ├── patch-firstObject-109.diff │ │ ├── patch-fix-addappfont.diff │ │ ├── patch-fix-asm-volatile.diff │ │ ├── patch-fix-bearer+session.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-fix-qtMacWindow-WIP.diff │ │ ├── patch-fix-qtbugfix-16252.diff │ │ ├── patch-fix-qtconn-ambigconv.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-handle-null-corefonts.diff │ │ ├── patch-httpsockeng-fix.diff │ │ ├── patch-ibus-fix.diff │ │ ├── patch-improve-fallback-fullscreen-mode.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-jp2-pow.diff │ │ ├── patch-keyboard-support-menukey.diff │ │ ├── patch-large-json-docs.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-macstyle-build-on-109.diff │ │ ├── patch-macstyle-checks-if-cocoa.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-mkspecs.diff │ │ ├── patch-nm-not-when-quitting.diff │ │ ├── patch-no-app_ext-only-109.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-no-mapboxgl.diff │ │ ├── patch-no-pulseaudio+gstreamer.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-offscreen-fonts.diff │ │ ├── patch-openssl11-support-qt597.diff │ │ ├── patch-path_max.diff │ │ ├── patch-prevent-qcombobox-crash.diff │ │ ├── patch-printpreview-pdf-export.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qaction-dtor.diff │ │ ├── patch-qcocoa-add-aqua-themehint.diff │ │ ├── patch-qcocoa-build-on-109.diff │ │ ├── patch-qcocoa-use-qcoretextfontdb.diff │ │ ├── patch-qfontcombox-nopreview.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qlocale-nullptr-deref.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qobjpriv-allow-older-versions.diff │ │ ├── patch-qpa+coreaudio-outplugin.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qtscript_ceil.diff │ │ ├── patch-qttest-59_510.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-qualified_reference.diff │ │ ├── patch-qwe-bluetooth-57x.diff │ │ ├── patch-qwe-disable-libvpx.diff │ │ ├── patch-qwe-examples-109.diff │ │ ├── patch-qwe-ffmpeg4.diff │ │ ├── patch-qwe-ignore-jj-variants.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-qwe-no-qobjpriv-dep-p0.diff │ │ ├── patch-qwe-no-qobjpriv-dep.diff │ │ ├── patch-qwe-no-sanitisation.diff │ │ ├── patch-qwe-nodebug-p0.diff │ │ ├── patch-qwe-nodebug.diff │ │ ├── patch-qwv-build-on-109.diff │ │ ├── patch-qwv-use-apple-webkit.diff │ │ ├── patch-readable-selected-tab-109.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-revert-qtbugfix-16252.diff │ │ ├── patch-runtime-cmake_mkspec.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-sqlplugins-pri.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-toolchainprf.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-use-openssl-mp.diff │ │ ├── patch-wdate-time.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-enable-eglfs.diff │ │ ├── patch-xcb-fontgamma.diff │ │ ├── patch-xcb-silence-xvisual-warning.diff │ │ ├── patch-xcb-use-qgenunixfontdb.diff │ │ ├── patch-xcbclipboard-debugging.diff │ │ ├── qwe-toolchain-build.gn │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ ├── save-as-pdf-24.png │ │ └── save-as-pdf-32.png │ │ ├── qtlogging.ini │ │ └── update-qthelp-collection-mp.tcl ├── qt5-mysql-plugins │ └── Portfile.obsolete ├── qt53-kde │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── all-examples.pro │ │ ├── allqtpaths.sh │ │ ├── always_include_private_headers.diff │ │ ├── appProxy.sh │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths5.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-assistant-with-qtwebkit.diff │ │ ├── patch-assistant-without-qtwebkit.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-clangconf-lto-commands.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-init-repository.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qpbutton-noshowicon.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-qtwk-icu.diff │ │ ├── patch-qtwk-objc.diff │ │ ├── patch-qwe-bluetooth-57x.diff │ │ ├── patch-qwe-bluetooth.diff │ │ ├── patch-qwe-disable-libvpx.diff │ │ ├── patch-qwe-ffmpeg3.diff │ │ ├── patch-qwe-midifix.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-reenable-systray-for-xcb.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-silence-setscreen-warning.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-use-openssl-mp.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── qt5-kde │ │ ├── qt532 │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ ├── all-examples.pro │ │ ├── correct-systraymenu-iconhandling.patch │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ ├── fix_sparc_atomics.patch │ │ ├── gnukfreebsd.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-OpenGLhandARB-typedef.diff │ │ ├── patch-avfmediaplayersession.diff │ │ ├── patch-clangconf-lto-commands.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-configure-allow-macports-binutils.diff │ │ ├── patch-configure-allow-macports-clang.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-geoclue-gvalue-init.diff │ │ ├── patch-icutest.pro.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-lalr.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-nistest.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qmacstyle_mac.diff │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-XOpenGL.diff │ │ ├── patch-xcb-missing-functions.diff │ │ ├── qmake.stash.in │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── qtlogging.ini │ │ ├── remove_google_adsense.patch │ │ └── remove_icon_from_example.patch ├── qt54-kde │ ├── Portfile │ └── files │ │ ├── Add-workaround-for-GL-on-Android-emulator.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── all-examples.pro │ │ ├── always_include_private_headers.diff │ │ ├── appProxy.sh │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-menuItem-already-in-menu.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths-prev.patch │ │ ├── fix-qstandardpaths.patch │ │ ├── fix-qstandardpaths2.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix-qtwebeng-comp-detection.patch │ │ ├── ignore-installed-headers.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-disable-qtwebengine.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-improve-fontweight-support.diff │ │ ├── patch-improve-fontweight-support0.diff │ │ ├── patch-improve-fontweight-support3.diff │ │ ├── patch-improve-fontweight-support4.diff │ │ ├── patch-improve-fontweight-support5.diff │ │ ├── patch-improve-fontweight-support6.diff │ │ ├── patch-improve-fontweight-support7.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qcompilerdetection_h.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-to-build-xcb-completer.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qaccessibilitymac_helpers.diff │ │ ├── patch-tst_qarraydata.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── qprocess-nozombies.patch │ │ ├── qstandardpaths_use_xdg.cpp │ │ ├── qt5-kde │ │ ├── qt532 │ │ ├── Add-workaround-for-GL-on-Android-emulator.patch │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ ├── all-examples.pro │ │ ├── correct-systraymenu-iconhandling.patch │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ ├── fix_sparc_atomics.patch │ │ ├── gnukfreebsd.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-avfmediaplayersession.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-configure-allow-macports-binutils.diff │ │ ├── patch-configure-allow-macports-clang.diff │ │ ├── patch-geoclue-gvalue-init.diff │ │ ├── patch-icutest.pro.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-nistest.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qmacstyle_mac.diff │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-XOpenGL.diff │ │ ├── patch-xcb-missing-functions.diff │ │ ├── qmake.stash.in │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── remove_google_adsense.patch │ │ └── remove_icon_from_example.patch ├── qt56-kde-devel │ ├── Portfile │ ├── archive.sh │ ├── files │ │ ├── all-examples.pro │ │ ├── allqtpaths.sh │ │ ├── always_include_private_headers.diff │ │ ├── appProxy.sh │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-assistant-with-qtwebkit.diff │ │ ├── patch-assistant-without-qtwebkit.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qpbutton-noshowicon.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-qtwk-icu.diff │ │ ├── patch-qtwk-objc.diff │ │ ├── patch-qwe-bluetooth-57x.diff │ │ ├── patch-qwe-bluetooth.diff │ │ ├── patch-qwe-build-on-109.diff │ │ ├── patch-qwe-disable-libvpx.diff │ │ ├── patch-qwe-ffmpeg3.diff │ │ ├── patch-qwe-midifix.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-reenable-systray-for-xcb.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qnsview-warnings.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-silence-setscreen-warning.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── qstandardpaths_use_xdg.cpp │ │ ├── qt5-kde │ │ ├── qt532 │ │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ │ ├── Break-after-handling-the-read-write.patch │ │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ │ ├── all-examples.pro │ │ │ ├── correct-systraymenu-iconhandling.patch │ │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ │ ├── deactivate-menurole-heuristics.patch │ │ │ ├── debug-negative-qtimerint.patch │ │ │ ├── disable-generic-plugin-when-others-available.patch │ │ │ ├── fix-qsp_fontlocations.patch │ │ │ ├── fix-qstandardpaths3.patch │ │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ │ ├── fix_sparc_atomics.patch │ │ │ ├── gnukfreebsd.diff │ │ │ ├── load_testability_from_env_var.patch │ │ │ ├── patch-avfmediaplayersession.diff │ │ │ ├── patch-clangconf.diff │ │ │ ├── patch-configure-allow-macports-binutils.diff │ │ │ ├── patch-configure-allow-macports-clang.diff │ │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ │ ├── patch-enable-dumpObjectInfo.diff │ │ │ ├── patch-fontpanel.diff │ │ │ ├── patch-geoclue-gvalue-init.diff │ │ │ ├── patch-icutest.pro.diff │ │ │ ├── patch-improve-fontweight-support8.diff │ │ │ ├── patch-lalr.diff │ │ │ ├── patch-machtest.diff │ │ │ ├── patch-missing-autoreleasepools.diff │ │ │ ├── patch-nistest.diff │ │ │ ├── patch-qFatal-no-abort.diff │ │ │ ├── patch-qmacstyle_mac.diff │ │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ │ ├── patch-shared.diff │ │ │ ├── patch-tst_benchlibcallgrind.diff │ │ │ ├── patch-tst_qpluginloader.diff │ │ │ ├── patch-xcb-XOpenGL-full.diff │ │ │ ├── patch-xcb-XOpenGL.diff │ │ │ ├── patch-xcb-missing-functions.diff │ │ │ ├── qmake.stash.in │ │ │ ├── remove_google_adsense.patch │ │ │ ├── remove_icon_from_example.patch │ │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── qt571 │ │ │ └── patch-qwe-no-allocator-context.diff │ │ ├── qtlogging.ini │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ ├── series │ │ └── series.qtbase562 │ └── patch-refresh.sh ├── qt56-kde │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── all-examples.pro │ │ ├── allqtpaths.sh │ │ ├── always_include_private_headers.diff │ │ ├── appProxy.sh │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── dont-warn-missing-fallback-fonts.patch │ │ ├── fix-qstandardpaths-headerspri.patch │ │ ├── fix-qstandardpaths-linux.patch │ │ ├── fix-qstandardpaths5.patch │ │ ├── fix-qstandardpaths6.patch │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-assistant-with-qtwebkit.diff │ │ ├── patch-assistant-without-qtwebkit.diff │ │ ├── patch-better-menuitem-insert-warning.diff │ │ ├── patch-cocoatheme-icontheme-support.diff │ │ ├── patch-configure-docs-no-build-qmake.diff │ │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ │ ├── patch-configure-for-linux.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-dont-unload-plugins.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-enable-fontconfig.diff │ │ ├── patch-enable-qgenericunixservices.diff │ │ ├── patch-enable-qgenericunixthemes.diff │ │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ │ ├── patch-fix-dbus-crash-at-exit.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-freetype-gamma-cocoa.diff │ │ ├── patch-improve-fontweight-support9.diff │ │ ├── patch-lookup-css-monospace-font.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-nonull-setAsDockMenu.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ │ ├── patch-qmenuAddSection.diff │ │ ├── patch-qpbutton-noshowicon.diff │ │ ├── patch-qtconn-for-10.12.diff │ │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ │ ├── patch-qtpaths-all-locations.diff │ │ ├── patch-qtpaths-qspmode.diff │ │ ├── patch-qttools-skip-assistant.diff │ │ ├── patch-qtwk-icu.diff │ │ ├── patch-qtwk-objc.diff │ │ ├── patch-qwe-bluetooth-57x.diff │ │ ├── patch-qwe-bluetooth.diff │ │ ├── patch-qwe-build-on-109.diff │ │ ├── patch-qwe-disable-libvpx.diff │ │ ├── patch-qwe-ffmpeg3.diff │ │ ├── patch-qwe-midifix.diff │ │ ├── patch-qwe-no-allocator-context.diff │ │ ├── patch-reenable-systray-for-xcb.diff │ │ ├── patch-respect-DontSwapCtrlMeta.diff │ │ ├── patch-restore-pc-files.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-silence-qnsview-warnings.diff │ │ ├── patch-silence-qpixmap-warnings.diff │ │ ├── patch-silence-setscreen-warning.diff │ │ ├── patch-to-build-xcb.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── qstandardpaths_use_xdg.cpp │ │ ├── qt5-kde │ │ ├── qt532 │ │ ├── Always-lock-the-DBus-dispatcher-before-dbus_connecti.patch │ │ ├── Break-after-handling-the-read-write.patch │ │ ├── Don-t-always-chmod-the-XDG_RUNTIME_DIR.patch │ │ ├── Fix-crash-in-QNetworkAccessCacheBackend-closeDownstr.patch │ │ ├── Partially-revert-Fix-a-deadlock-introduced-by-the-ra.patch │ │ ├── QDBusConnection-Merge-the-dispatch-and-the-watch-and.patch │ │ ├── QtBearer-networkmanager-make-sure-to-set-flag-Active.patch │ │ ├── Report-the-system-error-on-why-chmod-2-failed-in-XDG.patch │ │ ├── Reset-QNAM-s-NetworkConfiguration-when-state-changes.patch │ │ ├── Use-a-property-cache-to-cut-down-on-blocking-calls.patch │ │ ├── all-examples.pro │ │ ├── correct-systraymenu-iconhandling.patch │ │ ├── dbus_correct_signal_name_disconnect.patch │ │ ├── deactivate-menurole-heuristics.patch │ │ ├── debug-negative-qtimerint.patch │ │ ├── disable-generic-plugin-when-others-available.patch │ │ ├── fix-qsp_fontlocations.patch │ │ ├── fix-qstandardpaths3.patch │ │ ├── fix_bug_in_internal_comparison_operator.patch │ │ ├── fix_sparc_atomics.patch │ │ ├── gnukfreebsd.diff │ │ ├── load_testability_from_env_var.patch │ │ ├── patch-avfmediaplayersession.diff │ │ ├── patch-clangconf.diff │ │ ├── patch-configure-allow-macports-binutils.diff │ │ ├── patch-configure-allow-macports-clang.diff │ │ ├── patch-designer-show-menubar-on-xcb.diff │ │ ├── patch-enable-dumpObjectInfo.diff │ │ ├── patch-fontpanel.diff │ │ ├── patch-geoclue-gvalue-init.diff │ │ ├── patch-icutest.pro.diff │ │ ├── patch-improve-fontweight-support8.diff │ │ ├── patch-lalr.diff │ │ ├── patch-machtest.diff │ │ ├── patch-missing-autoreleasepools.diff │ │ ├── patch-nistest.diff │ │ ├── patch-qFatal-no-abort.diff │ │ ├── patch-qmacstyle_mac.diff │ │ ├── patch-sdk.prf-no-xcrun.diff │ │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ │ ├── patch-shared.diff │ │ ├── patch-tst_benchlibcallgrind.diff │ │ ├── patch-tst_qpluginloader.diff │ │ ├── patch-xcb-XOpenGL-full.diff │ │ ├── patch-xcb-XOpenGL.diff │ │ ├── patch-xcb-missing-functions.diff │ │ ├── qmake.stash.in │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ └── update-QtBearer-NetworkManager-backend-API.patch │ │ ├── qtlogging.ini │ │ ├── remove_google_adsense.patch │ │ ├── remove_icon_from_example.patch │ │ ├── series │ │ └── series.qtbase562 └── qt58-kde │ ├── Portfile │ ├── archive.sh │ └── files │ ├── all-examples.pro │ ├── allqtpaths.sh │ ├── always_include_private_headers.diff │ ├── appProxy.sh │ ├── deactivate-menurole-heuristics.patch │ ├── debug-negative-qtimerint.patch │ ├── disable-generic-plugin-when-others-available.patch │ ├── dont-warn-missing-fallback-fonts.patch │ ├── fix-qstandardpaths-headerspri.patch │ ├── fix-qstandardpaths-linux.patch │ ├── fix-qstandardpaths5.patch │ ├── fix-qstandardpaths6.patch │ ├── load_testability_from_env_var.patch │ ├── patch-assistant-with-qtwebkit.diff │ ├── patch-assistant-without-qtwebkit.diff │ ├── patch-better-menuitem-insert-warning.diff │ ├── patch-clangconf-lto-commands.diff │ ├── patch-clangconf.diff │ ├── patch-cocoatheme-icontheme-support.diff │ ├── patch-configure-docs-no-build-qmake.diff │ ├── patch-configure-for-linux.diff │ ├── patch-designer-show-menubar-on-xcb.diff │ ├── patch-dont-unload-plugins.diff │ ├── patch-enable-dumpObjectInfo.diff │ ├── patch-enable-fontconfig.diff │ ├── patch-enable-qgenericunixservices.diff │ ├── patch-enable-qgenericunixthemes.diff │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ ├── patch-fix-dbus-crash-at-exit.diff │ ├── patch-fontpanel.diff │ ├── patch-freetype-gamma-cocoa.diff │ ├── patch-improve-fontweight-support9.diff │ ├── patch-lookup-css-monospace-font.diff │ ├── patch-machtest.diff │ ├── patch-missing-autoreleasepools.diff │ ├── patch-no-icons-in-menus.diff │ ├── patch-nonull-setAsDockMenu.diff │ ├── patch-qFatal-no-abort.diff │ ├── patch-qkqueuefilesystemwatcher_addPaths.diff │ ├── patch-qpbutton-noshowicon.diff │ ├── patch-qtconn-for-10.12.diff │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ ├── patch-qtpaths-all-locations.diff │ ├── patch-qtpaths-qspmode.diff │ ├── patch-qttools-skip-assistant.diff │ ├── patch-qtwk-icu.diff │ ├── patch-qtwk-objc.diff │ ├── patch-qwe-bluetooth-57x.diff │ ├── patch-qwe-bluetooth.diff │ ├── patch-qwe-disable-libvpx.diff │ ├── patch-qwe-ffmpeg3.diff │ ├── patch-qwe-midifix.diff │ ├── patch-qwe-no-allocator-context.diff │ ├── patch-reenable-systray-for-xcb.diff │ ├── patch-respect-DontSwapCtrlMeta.diff │ ├── patch-restore-pc-files.diff │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ ├── patch-shared.diff │ ├── patch-silence-qpixmap-warnings.diff │ ├── patch-silence-setscreen-warning.diff │ ├── patch-to-build-xcb.diff │ ├── patch-tst_benchlibcallgrind.diff │ ├── patch-tst_qpluginloader.diff │ ├── patch-use-openssl-mp.diff │ ├── patch-xcb-XOpenGL-full.diff │ ├── qt5-kde │ ├── qt580 │ ├── all-examples.pro │ ├── dont-warn-missing-fallback-fonts.patch │ ├── fix-qstandardpaths-headerspri.patch │ ├── fix-qstandardpaths6.patch │ ├── old │ │ └── patch-restore-systraymenu-mac.diff │ ├── patch-Avoid-some-copies-of-Values-on-the-JS-stack.patch │ ├── patch-always-check-qmljit-disabler.diff │ ├── patch-better-menuitem-insert-warning.diff │ ├── patch-cmake-warn-compile_features.diff │ ├── patch-cocoatheme-icontheme-support.diff │ ├── patch-configure-docs-no-build-qmake.diff │ ├── patch-configure-find-opengl-and-correct-rpath.diff │ ├── patch-configure-for-linux.diff │ ├── patch-configurejsons.diff │ ├── patch-define-qtnoexceptions.diff │ ├── patch-designer-show-menubar-on-xcb.diff │ ├── patch-enable-fontconfig.diff │ ├── patch-enable-qgenericunixservices.diff │ ├── patch-enable-qgenericunixthemes.diff │ ├── patch-enable-vnc-qpa.diff │ ├── patch-find-opengl.diff │ ├── patch-firstObject.diff │ ├── patch-fix-build-when-system-freetype-is-detected.diff │ ├── patch-fix-dbus-crash-at-exit.diff │ ├── patch-handle-null-corefonts.diff │ ├── patch-ibus-fix.diff │ ├── patch-ibus-fix2.diff │ ├── patch-improve-fallback-fullscreen-mode.diff │ ├── patch-improve-fontweight-support9.diff │ ├── patch-install-headeronly-frameworks.diff │ ├── patch-keyboard-mapping.diff │ ├── patch-keyboard-support-menukey.diff │ ├── patch-no-cmake-compile-features.diff │ ├── patch-no-icons-in-menus.diff │ ├── patch-no-native-crossbuilds.diff │ ├── patch-no-pulseaudio+gstreamer.diff │ ├── patch-nonull-setAsDockMenu.diff │ ├── patch-psql-pro.diff │ ├── patch-qmenuAddSection.diff │ ├── patch-qtconn-for-10.12.diff │ ├── patch-qtscript_ceil.diff │ ├── patch-qttools-qthelp-warnings.diff │ ├── patch-qtwk-icu.diff │ ├── patch-qwe-ignore-jj-variants.diff │ ├── patch-qwe-no-allocator-context.diff │ ├── patch-qwe-no-sanitisation.diff │ ├── patch-readable-selected-tab.diff │ ├── patch-reintroduce-configsummary.diff │ ├── patch-retain-foreign-nsviews.diff │ ├── patch-sdk.prf-xcrun-not-for-compilers.diff │ ├── patch-silence-qnsview-warnings.diff │ ├── patch-to-build-xcb.diff │ ├── patch-toolchainprf.diff │ └── patch-wdate-time.diff │ ├── qtlogging.ini │ ├── remove_google_adsense.patch │ └── remove_icon_from_example.patch ├── archivers ├── gnutar │ └── Portfile ├── gzip │ └── Portfile ├── libarchive │ ├── Portfile │ └── files │ │ ├── STAILQ_FOREACH.patch │ │ ├── fix_pc_file.patch │ │ └── patch-libarchive-3.5-fix-tests-tiger.diff ├── libzip │ └── Portfile ├── lz4 │ ├── Portfile │ └── files │ │ └── gen_manual.patch ├── lzfse │ ├── Portfile │ └── files │ │ └── patch-cmake-summary.diff ├── lzvn │ ├── Portfile │ └── files │ │ ├── CMakeLists.txt │ │ ├── patch-backup-option.diff │ │ ├── patch-multiple-files.diff │ │ └── patch-tweaks.diff ├── snappy │ ├── Portfile │ └── files │ │ └── patch-build-shared+static.diff ├── xar │ ├── Portfile │ └── files │ │ ├── dont-overlink-to-libxml2.patch │ │ ├── patch-include-xar.h.in.diff │ │ ├── patch-lib-archive.h.diff │ │ ├── patch-lib-filetree.c.diff │ │ ├── patch-lib-hash.c.diff │ │ ├── patch-linux.diff │ │ ├── patch-src-xar.c.diff │ │ ├── patch-src-xar_internal.h.diff │ │ ├── patch-stdout.diff │ │ ├── patch-tpoechtrager.diff │ │ ├── xar-1.8-Add-OpenSSL-To-Configuration.patch │ │ ├── xar-1.8-arm-ppc.patch │ │ ├── xar-1.8-openssl-1.1.patch │ │ └── xar-1.8-safe_dirname.patch ├── xz │ ├── Portfile │ └── files │ │ ├── patch-add-relocatable_xz-nls.diff │ │ └── patch-add-relocatable_xz.diff ├── zlib-ng │ ├── Portfile │ └── files │ │ └── ng │ │ ├── benchmarks.txt │ │ └── patch-cmakefile.diff ├── zlib │ ├── Portfile │ └── files │ │ ├── cloudflare │ │ ├── CloudFlare.txt │ │ ├── benchmarks.txt │ │ ├── old │ │ │ ├── patch-crc32pclmul-apple.diff │ │ │ ├── patch-disable-pclmul.diff │ │ │ └── patch-fix-zconfh.diff │ │ ├── patch-build-staticlib-too.diff │ │ ├── patch-disable-pclmul-option.diff │ │ └── patch-restore-uLong-API.diff │ │ ├── ng │ │ ├── benchmarks.txt │ │ ├── old │ │ │ ├── patch-cmakelists.diff │ │ │ └── patch-zlib-compat.diff │ │ └── patch-cmakefile.diff │ │ └── old │ │ ├── patch-configure-clang.diff │ │ └── patch-windowbits.diff └── zstd │ ├── Portfile │ └── files │ ├── flags.patch │ └── patch-zstd-tiger-no-backtrace.diff ├── audio ├── BoCA │ ├── Portfile │ └── files │ │ ├── patch-never-wine.diff │ │ ├── patch-set-install-path-components.diff │ │ └── patch-set-install-path-runtime.diff ├── audacity-gtk │ ├── Portfile │ └── files │ │ ├── FFMpegh_build_against_ffmpeg.diff │ │ ├── add_enGB_translation.diff │ │ ├── add_missing_newline.diff │ │ ├── avoid-toolbar-background-corruption.diff │ │ ├── buildinfo-clarify-no-gstreamer.diff │ │ ├── debian │ │ └── patches │ │ │ ├── clang-ftbfs.patch │ │ │ ├── fix-minsrc-autoreconf.patch │ │ │ └── workaround-wxwidgets-fit-recovery.patch │ │ ├── include_wxmac_code_in_wxgtk.diff │ │ ├── libvamp-Makefile-for-osx.diff │ │ ├── patch-ambiguous-bitand.diff │ │ ├── patch-attempt2avoid-meter-corruption.diff │ │ ├── patch-avoid-clang-choke-on-confbase.diff │ │ ├── patch-configure-mac-for-gtk.diff │ │ ├── patch-no-mac-filedialogprivate.diff │ │ ├── patch-no-rtld_deepbind.diff │ │ ├── patch-waf-use-python27.diff │ │ ├── portaudio-no-universal-build.diff │ │ ├── series │ │ └── src-Makefile-for-osx.diff ├── audacity-legacy │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── 2.2.2 │ │ ├── patch-fix-audiounits.diff │ │ ├── patch-fix-vsteffects.diff │ │ ├── patch-unordered_map-fixes.diff │ │ ├── patch-vstcontrolosx.diff │ │ └── patch-wxw-303.diff │ │ ├── 2.3.3 │ │ ├── fix-minsrc-autoreconf.patch │ │ ├── libvamp-Makefile-for-osx.diff │ │ ├── patch-WindowMenus-objcxx.diff │ │ ├── patch-fix-audiounits.diff │ │ └── src-Makefile-for-osx.diff │ │ ├── 3.0.2 │ │ ├── patch-cmakefiles-@prefix@.diff │ │ ├── patch-embed-wxW.diff │ │ ├── patch-enable-compact-menu.diff │ │ ├── patch-no-embedded-wxW.diff │ │ ├── patch-no-sdk1013.diff │ │ ├── patch-temp-fixes.diff │ │ ├── patch-use-MPportaudio.diff │ │ └── patch-wxw-31x.diff │ │ ├── add_enGB_translation.diff │ │ ├── buildinfo-clarify-no-gstreamer.diff │ │ ├── debian │ │ └── patches │ │ │ ├── clang-ftbfs.patch │ │ │ └── workaround-wxwidgets-fit-recovery.patch │ │ ├── old │ │ ├── FFmpeg_build_against_ffmpeg-devel.diff │ │ ├── FFmpeg_build_against_ffmpeg.diff │ │ ├── add_enGB_translation.diff │ │ ├── add_missing_newline.diff │ │ ├── audacity.sh │ │ ├── avoid-toolbar-background-corruption.diff │ │ ├── buildinfo-clarify-no-gstreamer.diff │ │ ├── devel │ │ │ └── patch-unordered_map-fixes.diff │ │ ├── fix-minsrc-autoreconf.patch │ │ ├── include_wxmac_code_in_wxgtk.diff │ │ ├── libvamp-Makefile-for-osx.diff │ │ ├── patch-add-MenusMac.diff │ │ ├── patch-ambiguous-bitand.diff │ │ ├── patch-attempt2avoid-meter-corruption.diff │ │ ├── patch-avoid-clang-choke-on-confbase.diff │ │ ├── patch-build-as-objc++.diff │ │ ├── patch-configure-mac-for-gtk.diff │ │ ├── patch-libnyquist-symbol-visibility.diff │ │ ├── patch-more-decent-font-sizes.diff │ │ ├── patch-no-libatomic.diff │ │ ├── patch-no-mac-filedialogprivate.diff │ │ ├── patch-no-rtld_deepbind.diff │ │ ├── patch-python.diff │ │ ├── patch-temp-fixes.diff │ │ ├── patch-unordered_map-fixes.diff │ │ ├── patch-vstcontrolosx.diff │ │ ├── patch-waf-use-python27.diff │ │ ├── patch-wxtreectl-hdr.diff │ │ ├── patch-wxw-303.diff │ │ ├── patch-wxw-31x.diff │ │ ├── portaudio-no-universal-build.diff │ │ └── src-Makefile-for-osx.diff │ │ ├── patch-aboutdlg-compiler.diff │ │ ├── patch-cmakefiles-@prefix@.diff │ │ ├── patch-embed-wxW.diff │ │ ├── patch-implement-progdial=beep.diff │ │ ├── patch-libnyquist-symbol-visibility.diff │ │ ├── patch-more-decent-font-sizes.diff │ │ ├── patch-no-sdk1013.diff │ │ ├── patch-skip-gcc-version-test.diff │ │ ├── patch-use-MPffmpeg.diff │ │ ├── patch-use-MPlame.diff │ │ ├── patch-use-ffmpeg-4.4.diff │ │ ├── patch-wxw-303.diff │ │ ├── series │ │ └── vocalremover.ny ├── audacity │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── 3.2.5 │ │ └── patch-cursor-fixes.diff │ │ ├── add_enGB_translation.diff │ │ ├── old │ │ ├── patch-use-MPffmpeg.diff │ │ └── patch-wxw-303.diff │ │ ├── patch-aboutdlg.diff │ │ ├── patch-build-pre-1014.diff │ │ ├── patch-build-preparations.diff │ │ ├── patch-cmakefiles-@prefix@.diff │ │ ├── patch-embed-wxW.diff │ │ ├── patch-enable-compact-menu.diff │ │ ├── patch-ffmpeg-functions.diff │ │ ├── patch-fix_bundlepy-@prefix@.diff │ │ ├── patch-implement-progdial=beep.diff │ │ ├── patch-libnyquist-symbol-visibility.diff │ │ ├── patch-mac-wrapper.diff │ │ ├── patch-more-decent-font-sizes.diff │ │ ├── patch-no-embedded-wxW.diff │ │ ├── patch-portaudio-cmake-alias.diff │ │ ├── patch-use-MPlame.diff │ │ ├── series │ │ ├── vocalremover.ny │ │ └── wxW │ │ ├── patch-cocoa-build.diff │ │ ├── patch-configcmake.diff │ │ ├── patch-fix-cocoa-process.diff │ │ ├── patch-relax-buildoption-check.diff │ │ └── patch-windowmm.diff ├── darkice │ ├── Portfile │ └── files │ │ └── old │ │ └── 1e2eb18d349f205c70cb2836232825442359b6e3.patch ├── darksnow │ ├── Portfile │ └── files │ │ ├── patch-modernise-project.diff │ │ └── patch-pulseaudio-source.diff ├── drumstick │ ├── Portfile │ └── files │ │ ├── patch-audiounit_h.diff │ │ └── patch-build-dylibs.diff ├── fluid-soundfont │ └── Portfile ├── freac │ ├── Portfile │ └── files │ │ ├── freac.sh │ │ └── patch-no-default-spam-comment.diff ├── generaluser-soundfont │ └── Portfile ├── icecast2 │ └── Portfile ├── lame │ ├── Portfile │ └── files │ │ └── patch-avoid_undefined_symbols_error.diff ├── libcanberra │ ├── Portfile │ └── files │ │ ├── LC_CTYPE.patch │ │ ├── patch-configure.diff │ │ ├── patch-gtkquartz.diff │ │ └── yosemite-libtool.patch ├── libsndfile │ └── Portfile ├── opencore-amr │ └── Portfile ├── paprefs │ └── Portfile ├── pavucontrol-qt │ ├── Portfile │ └── files │ │ ├── multimedia-volume-control.icns │ │ ├── multimedia-volume-control.svgz │ │ ├── no-kwindowsystem.patch │ │ ├── patch-build-appbundle.diff │ │ ├── patch-connect-off-x11.diff │ │ ├── patch-desktop-tab1.diff │ │ ├── patch-offset-range=7000ms.diff │ │ └── patch-support-qt59.diff ├── pavucontrol │ ├── Portfile │ └── files │ │ └── old │ │ ├── 0001-Don-t-crash-if-pa_stream_peek-returns-NULL.patch │ │ ├── 0002-README-updating.patch │ │ ├── 0003-gtk2-mode.patch │ │ └── patch-hidden-copyctor.diff ├── phonon-backend-gstreamer │ ├── Portfile │ └── files │ │ └── patch-phononBGSTr-avoid-x11renderer.diff ├── phonon-backend-vlc │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-video-no-double-release.diff │ │ └── phononBGSTr-avoid-x11renderer.patch │ │ ├── patch-add-missing-signals.diff │ │ ├── patch-link-cocoa-fw.diff │ │ ├── patch-support-older-qt5.diff │ │ └── patch-video-no-double-release.diff ├── phonon │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-disable-pulseaudio.diff │ │ └── phonon │ │ ├── qt4 │ │ ├── patch-CMakeLists.txt.diff │ │ ├── patch-cmake_FindPhononInternal.cmake.diff │ │ └── patch-cmake_PhononMacros.cmake.diff │ │ └── qt5 │ │ ├── patch-backport.diff │ │ ├── patch-clang16-fix.diff │ │ └── patch-support-older-qt5.diff ├── portaudio-old │ ├── Portfile │ └── files │ │ ├── audacity-portmixer.patch │ │ ├── patch-configure │ │ ├── patch-ltmain.sh.diff │ │ ├── patch-src__common__pa_types.h │ │ └── patch-src__hostapi__coreaudio__pa_mac_core.c ├── portmidi │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists.txt.diff │ │ ├── patch-pm_common-CMakeLists.txt.diff │ │ └── patch-pm_dylib-CMakeLists.txt.diff ├── pulseaudio │ ├── Portfile │ └── files │ │ ├── old │ │ ├── autogen.sh │ │ ├── i386.patch │ │ ├── patch-enable_gstreamer.diff │ │ ├── patch-man-Makefile.am.diff │ │ ├── patch-pa_binary.diff │ │ ├── patch-src_modules_macosx_module_coreaudio_detect_device.c-add-record-playback-modarg.diff │ │ └── perl.patch │ │ ├── patch-custom-daemon-name-@PA_BINARY@.diff │ │ ├── patch-dylib-darwin_versions.diff │ │ ├── patch-modules-extension.diff │ │ ├── patch-old-jack.diff │ │ ├── patch-src_daemon_caps.c-enable-root.diff │ │ ├── patch-src_daemon_default.pa.in-skip-consolekit-and-systemdlogin.diff │ │ ├── patch-src_modules_macosx_module_coreaudio_device.c-respect-PA_NAME_MAX.diff │ │ ├── patch-src_modules_macosx_module_coreaudio_device.c-tiger-compat.diff │ │ └── patch-src_pulsecore_shm.c_Static_assert.diff ├── qsynth │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-fix-build.diff │ │ └── patch-src-CMakeLists.txt.diff │ │ ├── patch-no-standalone.diff │ │ ├── patch-src-CMakeLists.txt.diff │ │ └── patch-support-older-qt5.diff ├── rubberband │ ├── Portfile │ └── files │ │ ├── arch.patch │ │ └── patch-use-fftw-wisdom.diff ├── tap-plugins-ladspa │ ├── Portfile │ └── files │ │ ├── ladspa-sdk │ │ ├── patch-endian_h.diff │ │ └── patch-makefile.diff │ │ └── patch-Makefile.diff ├── tg │ └── Portfile ├── timidity │ ├── Portfile │ └── files │ │ ├── patch-enable-spectogram.diff │ │ ├── timidity-fluid.cfg │ │ ├── timidity.cfg │ │ └── trippygaia1.mid └── tribblify │ └── Portfile ├── bin ├── MP-find-new-files ├── port-check-distributable.tcl ├── port-inactive-pruned ├── port-prune-inactive ├── port-prune-patches └── port-rdeps-grid ├── comms └── telepathy-qt │ ├── Portfile │ └── files │ └── patch-FindQt.diff ├── databases ├── gdbm │ ├── Portfile │ └── files │ │ └── patch-gdbm.h-tiger-stdio-no-offt.diff ├── kyotocabinet │ ├── Portfile │ └── files │ │ ├── patch-configure.diff │ │ └── patch-kcthread.cc ├── leveldb │ ├── Portfile │ └── files │ │ └── patch-disable-tcmalloc.diff ├── lmdb │ └── Portfile ├── lmdbxx │ └── Portfile └── sqlitebrowser │ ├── Portfile │ └── files │ ├── 0001-Changes-for-MacPorts.patch │ ├── old │ └── patch-build-for-MP.diff │ ├── patch-nowarn-nonetworkmanager.diff │ └── patch-sqlitebrowser-noremote-support.diff ├── devel ├── C11emu │ └── Portfile ├── GammaRay │ ├── Portfile │ └── files │ │ ├── patch-no-KDE.diff │ │ ├── patch-no-vtk.diff │ │ └── patch-support-macports-buildtype.diff ├── LibVNCServer │ ├── Portfile │ └── files │ │ ├── libvncserver-config │ │ ├── no-examples.patch │ │ └── old │ │ ├── patch-initialise-gcrypt-first.diff │ │ ├── patch-libvncserver-sockets.c.diff │ │ └── patch-no-gtk.diff ├── Vc │ ├── Portfile │ └── files │ │ └── patch-limits-header.diff ├── akonadi │ ├── Portfile │ └── files │ │ ├── patch-akapplication.diff │ │ ├── patch-server-src-nepomuk-queryserviceclient.h.diff │ │ └── patch-tests.diff ├── aqbanking5 │ ├── Portfile │ └── files │ │ └── patch-Makefile.am.diff ├── arcanist │ ├── Portfile │ └── files │ │ ├── git-eradicate │ │ ├── git-gc-all-ferocious │ │ └── git-kill-history ├── asio │ └── Portfile ├── astyle │ ├── Portfile │ └── files │ │ ├── dont-force-stdlib.diff │ │ └── patch-CMakeLists.txt.diff ├── automoc │ ├── Portfile │ └── files │ │ ├── patch-Automoc4Config.cmake.diff │ │ ├── patch-CMakeLists.txt.diff │ │ └── patch-automoc4.files.in.diff ├── bison │ ├── Portfile │ └── files │ │ └── skip-runtime-po.patch ├── boost │ └── Portfile ├── boost171 │ ├── Portfile │ └── files │ │ ├── avoid-private-fopen-python310.diff │ │ ├── patch-add-support-for-arm64.diff │ │ ├── patch-apple-clang-no-libcxx.diff │ │ ├── patch-boost-clang16-cpp17-compat.diff │ │ ├── patch-boost-cpp17-compat.diff │ │ ├── patch-boost-libcpp-force-thread-local-off.diff │ │ ├── patch-boost-python3.diff │ │ ├── patch-boost171-universal-arm-intel.diff │ │ ├── patch-clang_version.diff │ │ ├── patch-compiler.diff │ │ ├── patch-disable-numpy-extension.diff │ │ ├── patch-export_serialization_explicit_template_instantiations.diff │ │ ├── patch-libs-mpi-build-Jamfile.v2.diff │ │ ├── patch-revert-lib-name-tagged.diff │ │ ├── patch-tools-build-src-tools-python-2.jam.diff │ │ └── patch-tools-build-src-tools-python.jam.diff ├── boost176 │ ├── Portfile │ └── files │ │ ├── patch-apple-clang-no-libcxx.diff │ │ ├── patch-b2-build-older-OSes.diff │ │ ├── patch-boost-clang16-cpp17-compat.diff │ │ ├── patch-boost-functional.diff │ │ ├── patch-boost-libcpp-force-thread-local-off.diff │ │ ├── patch-boost-python3.diff │ │ ├── patch-boost176-no-abi-asm_sources.diff │ │ ├── patch-boost176-universal-arm64-x86_64-fix.diff │ │ ├── patch-compiler.diff │ │ ├── patch-disable-numpy-extension.diff │ │ ├── patch-export_serialization_explicit_template_instantiations.diff │ │ ├── patch-libs-mpi-build-Jamfile.v2.diff │ │ ├── patch-math-tools-utility.diff │ │ ├── patch-python-enum_type.diff │ │ ├── patch-revert-lib-name-tagged.diff │ │ ├── patch-tiger-availability.diff │ │ ├── patch-tools-build-src-tools-python-2.jam.diff │ │ └── patch-tools-build-src-tools-python.jam.diff ├── bsdmake │ ├── Portfile │ └── files │ │ ├── patch-Makefile.diff │ │ ├── patch-linux.diff │ │ ├── patch-mk.diff │ │ ├── patch-pathnames.diff │ │ └── patch-setrlimit.diff ├── ccache │ ├── Portfile │ └── files │ │ └── patch-ccache-no-posix-tiger.diff ├── cctools │ ├── Portfile │ └── files │ │ ├── PR-12400897.patch │ │ ├── PR-37520.patch │ │ ├── as-try-clang.patch │ │ ├── cctools-829-lto.patch │ │ ├── cctools-862-prunetrie.patch │ │ ├── cctools-921-noavx512.patch │ │ ├── cctools-949-build-with-SDKs-older-than-1012.diff │ │ ├── cctools-949-libstuff-add-args-c.diff │ │ ├── cctools-949-lipo-segalign-log2fix.diff │ │ ├── cctools-949-missed-stdio.diff │ │ ├── cctools-949-nm-allow-no-lto-support.diff │ │ ├── cctools-949-redo_prebinding-add-segg-addr-table-header.diff │ │ ├── cctools-949-write_object-fix.diff │ │ ├── ld64-512-work-around-older-compilers-without-has-include.diff │ │ ├── patch-build-vtool.diff │ │ ├── patch-fix-as-driver_c.diff │ │ ├── patch-fix-vtool.diff │ │ ├── patch-objdump-argnames.diff │ │ └── snowleopard-strnlen.patch ├── clazy │ ├── Portfile │ └── files │ │ ├── CMakeLists-headers.txt │ │ ├── base │ │ ├── mp-clazy │ │ ├── none │ │ ├── old │ │ ├── patch-CMakeLists.diff │ │ ├── patch-man-install-dir.diff │ │ └── patch-wrapper.diff │ │ ├── patch-versioned-libclanglazy+our-rpath.diff │ │ └── patch-wrapper.diff ├── clinfo │ ├── Portfile │ └── files │ │ └── patch-Makefile.diff ├── cmake │ ├── Portfile │ └── files │ │ ├── macports.cmake │ │ ├── old │ │ ├── 3.14 │ │ │ ├── patch-CMakeFindFrameworks.cmake.devel.diff │ │ │ ├── patch-CMakeFindFrameworks.cmake.release.diff │ │ │ ├── patch-Modules-Platform-Darwin.cmake.diff │ │ │ ├── patch-Modules-noArchCheck.devel.diff │ │ │ ├── patch-Modules-noArchCheck.release.diff │ │ │ ├── patch-Source_CMakeLists.txt.devel.diff │ │ │ ├── patch-Source_CMakeLists.txt.release.diff │ │ │ ├── patch-Source_CMakeVersionCompute.cmake.devel.diff │ │ │ ├── patch-Source_CMakeVersionCompute.cmake.release.diff │ │ │ ├── patch-Source_Modules_FindLibUV.cmake.devel.diff │ │ │ ├── patch-Source_Modules_FindLibUV.cmake.release.diff │ │ │ ├── patch-fix-system-prefix-path.devel.diff │ │ │ ├── patch-fix-system-prefix-path.release.diff │ │ │ ├── patch-fix_cxx14_17_checks.devel.diff │ │ │ ├── patch-fix_cxx14_17_checks.release.diff │ │ │ ├── patch-qt4gui.devel.diff │ │ │ ├── patch-qt4gui.release.diff │ │ │ ├── patch-qt5gui.devel.diff │ │ │ └── patch-qt5gui.release.diff │ │ ├── Info.plist.in │ │ ├── patch-CMakeFindFrameworks.cmake.devel.diff │ │ ├── patch-CMakeFindFrameworks.cmake.diff │ │ ├── patch-CMakeLists-4qt4.diff │ │ ├── patch-CMakeLists.txt.diff │ │ ├── patch-Modules-FindFreetype.cmake.devel.diff │ │ ├── patch-Modules-FindFreetype.cmake.diff │ │ ├── patch-Modules-FindFreetype.cmake.release.diff │ │ ├── patch-Modules-FindQt4.cmake.devel.diff │ │ ├── patch-Modules-FindQt4.cmake.diff │ │ ├── patch-Modules-Platform-Darwin-Initialize.cmake.diff │ │ ├── patch-Modules-noArchCheck.devel.diff │ │ ├── patch-Modules-noArchCheck.diff │ │ ├── patch-SHARED_BUNDLE_flag.diff │ │ ├── patch-Source-kwsys-kwsysPlatformTestsCXX.cxx.diff │ │ ├── patch-Source_CMakeLists.txt.diff │ │ ├── patch-Source_Modules_FindLibUV.cmake.devel.diff │ │ ├── patch-cmake-libuv.tiger.diff │ │ ├── patch-fix-feature-test.diff │ │ ├── patch-fix-system-prefix-path.devel.diff │ │ ├── patch-qt4gui.devel.diff │ │ ├── patch-qt4gui.release.diff │ │ ├── patch-qt5gui.devel.diff │ │ ├── patch-qt5gui.diff │ │ └── patch-rpath-on-linux.diff │ │ ├── patch-9483-Xarch_flag.diff │ │ ├── patch-CMakeFindFrameworks.cmake.diff │ │ ├── patch-Modules-Compiler-GNU.cmake.diff │ │ ├── patch-Modules-FindQt4.cmake.diff │ │ ├── patch-Modules-IgnorePolicy25.diff │ │ ├── patch-Modules-Platform-Darwin.cmake.diff │ │ ├── patch-Modules-VerifyGeneratedArchs-Darwin.diff │ │ ├── patch-Modules-noArchCheck.diff │ │ ├── patch-Source_Modules_FindLibUV.cmake.diff │ │ ├── patch-appbundle-plist-props.diff │ │ ├── patch-bootstrap.diff │ │ ├── patch-build-pre-1012.diff │ │ ├── patch-cmake-3290-posixcsource.diff │ │ ├── patch-cmake-cmInstallRuntime-initializer-fix.diff │ │ ├── patch-cmake-leopard-tiger.diff │ │ ├── patch-cmakeroot-with-app.diff │ │ ├── patch-fix-clock_gettime-test.diff │ │ ├── patch-fix-system-prefix-path.diff │ │ ├── patch-fix_cxx14_17_checks.diff │ │ ├── patch-libuv-legacy-systems.diff │ │ ├── patch-qt5gui.diff │ │ ├── patch-remove-homebrew-references.diff │ │ └── patch-use-classic-theme.diff ├── copperspice │ ├── Portfile │ └── files │ │ ├── copperspice │ │ └── patch-macports-build.diff │ │ ├── kitchensink │ │ └── patch-macports-build.diff │ │ └── peppermill │ │ └── patch-macports-build.diff ├── dbus │ ├── Portfile │ └── files │ │ ├── darwin │ │ ├── patch-autogen.diff │ │ ├── patch-bus-system.conf.in.diff │ │ ├── patch-configure.diff │ │ ├── patch-dbus-server-launchd.diff │ │ ├── patch-enable-standard-launch2.diff │ │ ├── patch-improve-systembus.diff │ │ ├── patch-org.freedesktop.dbus-session.plist.in.diff │ │ └── patch-tiger-org.freedesktop.dbus-session.plist.in.diff │ │ ├── patch-dbuslaunch-@suffix@.diff │ │ └── ubuntu │ │ ├── aa-get-connection-apparmor-security-context.patch │ │ └── dont-stop-dbus.patch ├── dbusmenu-gtk │ ├── Portfile │ └── files │ │ ├── gtk-doc.m4 │ │ └── patch-use-right-dotvapi-name.diff ├── dbusmenu-qt │ └── Portfile ├── distcc │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-avoid-builtin-strndup.diff │ │ └── patch-avoid-compile-warnings.diff │ │ ├── patch-allow-private-nargs.diff │ │ ├── patch-no-faccessat.diff │ │ ├── patch-no-fstatat.diff │ │ ├── patch-whitelistdir.diff │ │ └── patch-zeroconf-reg.c.diff ├── duktape │ ├── Portfile │ └── files │ │ ├── duktape.pc.in │ │ └── patch-Makefile.sharedlibrary-fix-library-install-name.diff ├── eet │ └── Portfile ├── epoll-shim │ ├── Portfile │ └── files │ │ ├── 0001-Use-EV_TRIGGER-as-a-fallback-for-NOTE_TRIGGER.patch │ │ ├── 0002-Define-MSG_NOSIGNAL-when-undefined.patch │ │ ├── 0003-timerfd-root-test-skip-on-macOS-10.12.patch │ │ └── patch-testing.diff ├── esbuild │ └── Portfile ├── flatbuffers │ └── Portfile ├── flex │ ├── Portfile │ └── files │ │ └── dynamic_lookup-11.patch ├── gccas │ ├── Portfile │ └── files │ │ └── gccas.sh ├── geany │ ├── Portfile │ └── files │ │ ├── launch │ │ ├── patch-x11-keybindings-gtk2.diff │ │ └── patch-x11-keybindings.diff ├── gede │ ├── Portfile │ └── files │ │ └── patch-support-legacy-qt.diff ├── getdata │ └── Portfile ├── gettext │ ├── Portfile │ └── files │ │ ├── configure.patch │ │ ├── patch-clang-before-34.diff │ │ └── patch-libtextstyle-libproc.diff ├── git │ ├── Portfile │ └── files │ │ ├── old │ │ ├── git-subtree.1.diff │ │ ├── git-subtree.html.diff │ │ ├── patch-Makefile.diff │ │ ├── patch-contrib-diff-highlight-Makefile.diff │ │ └── patch-sha1dc-older-apple-gcc-versions.diff │ │ ├── patch-Makefile.diff │ │ ├── patch-Revert-breaking-osxkeychain.diff │ │ ├── patch-disable-enhanced-basic-regex.diff │ │ ├── patch-git-devel-Revert-breaking-osxkeychain.diff │ │ ├── patch-git-subtree.1.diff │ │ ├── patch-git-subtree.html.diff │ │ ├── patch-ignore-fsmonitor-daemon-backend.diff │ │ ├── patch-osxkeychain-10.7.diff │ │ └── patch-sha1dc-older-apple-gcc-versions.diff ├── glib2 │ ├── Portfile │ └── files │ │ ├── config.h.ed │ │ ├── libintl.patch │ │ ├── no-distutils.patch │ │ ├── old │ │ ├── POSIX-spawn.patch │ │ ├── config.h.ed │ │ ├── gcocoanotificationbackend.patch │ │ ├── libintl.patch │ │ ├── patch-configure-switch-for-gappinfo-impl.diff │ │ ├── patch-get-launchd-dbus-session-address.diff │ │ ├── patch-gio_gdbusprivate.c.diff │ │ ├── patch-gio_xdgmime_xdgmime.c.diff │ │ ├── patch-glib-gmain.c.diff │ │ ├── patch-glib_gunicollate.c.diff │ │ ├── patch-gmodule-gmodule-dl.c.diff │ │ ├── patch-gsettings-tweak.diff │ │ ├── universal.patch │ │ └── which.patch │ │ ├── patch-declarations.diff │ │ ├── patch-get-launchd-dbus-session-address.diff │ │ ├── patch-gio-tests-meson.build.diff │ │ ├── patch-gio_gcredentials.c.diff │ │ ├── patch-gio_gcredentialsprivate.h.diff │ │ ├── patch-gio_gdbusprivate.c.diff │ │ ├── patch-gio_gsocket.h.diff │ │ ├── patch-gio_xdgmime_xdgmime.c.diff │ │ ├── patch-glib2-findfolders-before-Lion.diff │ │ ├── patch-glib2-findfolders-before-SL.diff │ │ ├── patch-glib2-pragmas-old-gcc.diff │ │ ├── patch-glib_gmem.c.diff │ │ ├── patch-glib_gspawn.c.diff │ │ ├── patch-glib_gunicollate.c.diff │ │ ├── patch-gmodule-gmodule-dl.c.diff │ │ ├── patch-gsettings-tweak.diff │ │ ├── patch-meson-build-broken_poll.diff │ │ ├── patch-meson-build-python-path.diff │ │ ├── patch-meson_build-atomic-test-older-clang-versions.diff │ │ ├── patch-meson_build-meson_options-appinfo.diff │ │ └── universal.patch ├── gmp │ ├── Portfile │ └── files │ │ └── old │ │ ├── patch-Makefile.in.diff │ │ ├── patch-configfsf.guess.diff │ │ └── patch-fallback-double-format.diff ├── gnutls │ ├── Portfile │ └── files │ │ ├── implicit.patch │ │ ├── old │ │ ├── patch-configure.ac.diff │ │ ├── patch-lib-system-certs.c.diff │ │ └── patch-tests-pkcs11-pkcs11-mock.c.diff │ │ ├── patch-lib-accelerated-aarch64-Makefile.am.diff │ │ ├── patch-lib-system-certs.c.diff │ │ └── patch-lib-system-certs.c.old.diff ├── gpgme │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-libqgpgme-name.diff │ │ └── patch-missing-prototypes.diff │ │ ├── patch-configure.ac.diff │ │ ├── patch-src-tiger-needs-sys-select.diff │ │ └── patch-tests-gpg-Makefile.am.diff ├── grantlee │ ├── Portfile │ └── files │ │ ├── patch-g5-util-path.diff │ │ ├── patch-include-dir.diff │ │ ├── templates-i18n-with_locale.cpp.patch │ │ ├── templates-tests-testfilters.cpp.patch │ │ └── util-path.patch ├── gtest-runner │ ├── Portfile │ └── files │ │ └── patch-upstream-fixes.diff ├── gwenhywfar4 │ ├── Portfile │ └── files │ │ └── patch-shlib-extensions.diff ├── hoard │ ├── Portfile │ └── files │ │ ├── hoard-darwin.sh │ │ ├── hoard-linux.sh │ │ ├── patch-gnumakefile.diff │ │ ├── patch-malloc_h-HeapLayers.diff │ │ └── patch-malloc_h.diff ├── hwloc │ └── Portfile ├── icu-le-hb │ ├── Portfile │ └── files │ │ └── old │ │ └── patch-link-iculibs.diff ├── icu │ ├── Portfile │ └── files │ │ ├── patch-common-putil.cpp.diff │ │ ├── patch-config-mh-darwin.diff │ │ └── patch-i18n-formatted_string_builder.h.diff ├── isl │ ├── Portfile │ └── files │ │ ├── fix-deprecated-headers.patch │ │ ├── old │ │ ├── fix-deprecated-headers.patch │ │ └── yosemite-libtool.patch │ │ ├── patch-configure_c++11.diff │ │ └── yosemite-libtool.patch ├── jemalloc │ ├── Portfile │ └── files │ │ ├── jemalloc-darwin.sh │ │ ├── jemalloc-linux.sh │ │ ├── patch-darwin-mods.diff │ │ ├── patch-linux-libcxx.diff │ │ ├── patch-quantum.diff │ │ └── patch-universal.diff ├── json-glib │ ├── Portfile │ └── files │ │ └── patch-compat-version.diff ├── kchmviewer │ ├── Portfile │ ├── files │ │ ├── patch-avoid-private-member.diff │ │ ├── patch-encoding-no-abort.diff │ │ ├── patch-libzip-incpath.diff │ │ ├── patch-main-mac.diff │ │ ├── patch-release-build.diff │ │ └── patch-use-webkit-and-dbus.diff │ └── patches-submitted.diff ├── kdsoap │ └── Portfile ├── legacy-support │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-add-pthread_chdir_np.diff │ │ └── patch-clonefile-runtime-functions.diff │ │ ├── patch-ARFLAGS-devel.diff │ │ ├── patch-ARFLAGS.diff │ │ ├── patch-ccrandomgeneratebytes-runtime-symbol.diff │ │ └── patch-rjvbs-clonefile-runtime-functions.diff ├── libatomic_ops │ └── Portfile ├── libbsd │ ├── Portfile │ └── files │ │ └── patch-force-libmd-md5_h.diff ├── libcdio │ └── Portfile ├── libffi │ ├── Portfile │ └── files │ │ ├── patch-libffi-intel-leopard-sysv.diff │ │ ├── patch-libffi-tests-gcc42.diff │ │ └── powerpc-g3.patch ├── libfilezilla │ ├── Portfile │ └── files │ │ ├── patch-errno.diff │ │ ├── patch-gcc7.diff │ │ └── patch-util.diff ├── libgit2 │ ├── Portfile │ └── files │ │ ├── copyfile.h │ │ ├── patch-force-port:iconv.diff │ │ └── patch-tests-no-error.diff ├── libical │ ├── Portfile │ └── files │ │ ├── fix_timezone_crash.patch │ │ ├── make_recursive_mutex.patch │ │ └── patch-nodocs.diff ├── libimobiledevice-glue │ └── Portfile ├── libimobiledevice-libtatsu │ └── Portfile ├── libimobiledevice │ └── Portfile ├── liblangtag │ └── Portfile ├── libpgf │ └── Portfile ├── libportal │ ├── Portfile │ └── files │ │ └── patch-memfd_create.diff ├── libsigcxx2 │ └── Portfile ├── libsigcxx3 │ └── Portfile ├── libsodium │ └── Portfile ├── libssh │ └── Portfile ├── libtapi │ ├── Portfile │ └── files │ │ └── patch-accept-build_types.diff ├── libtgvoip │ ├── Portfile │ └── files │ │ ├── Apply-soversion.patch │ │ ├── Disable-SSE2.patch │ │ ├── Fix-WebRTC-for-non-Linux.patch │ │ ├── Pointer-to-ServerConfigImpl.patch │ │ ├── Single-header.patch │ │ ├── Support-pkgconfig.patch │ │ └── patch-autoconf-build-on-mac.diff ├── libucl │ └── Portfile ├── libunwind │ ├── Portfile │ └── files │ │ ├── 0001-libunwind-Add-missing-include-of-libunwind_ext.h-to-.patch │ │ ├── 0002-libunwind-Use-__builtin_trap-rather-than-__builtin_u.patch │ │ ├── 0003-libunwind-MacPorts-availability.patch │ │ ├── 0004-MacPorts-Makefile.patch │ │ ├── c89.patch │ │ └── clang-3.4-workaround.patch ├── libusb │ ├── Portfile │ └── files │ │ └── patch-blacklist-behringerUMC204HD.diff ├── libusbmuxd │ └── Portfile ├── libuv │ ├── Portfile │ └── files │ │ ├── patch-libuv-legacy-devel.diff │ │ ├── patch-libuv-legacy.diff │ │ ├── patch-libuv-unix-core-close-nocancel.diff │ │ └── patch-no-libutil-on-Tiger.diff ├── libxkbcommon │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-libxkbcommon-mesonbuild-linkages.diff │ │ └── patch-dylib-version-1.0.0.diff ├── mapbox_variant │ └── Portfile ├── mdds-2.1 │ └── Portfile ├── mdds │ └── Portfile ├── meson │ ├── Portfile │ └── old │ │ ├── cross │ │ ├── arm64-darwin │ │ ├── i386-darwin │ │ ├── ppc-darwin │ │ ├── ppc64-darwin │ │ └── x86_64-darwin │ │ ├── old │ │ └── patch-clike.diff │ │ ├── patch-install_rpath.diff │ │ ├── patch-meson-32bit-apple-tiger.diff │ │ ├── patch-meson-32bit-apple.diff │ │ ├── patch-meson-clang-unknown-optimization-error.diff │ │ ├── patch-meson-gcc-appleframeworks.diff │ │ ├── patch-meson-gnome.diff │ │ ├── patch-meson-powermacintosh.diff │ │ ├── patch-meson-search-prefix-for-cross-files.diff │ │ ├── patch-meson55-tiger-no-rpath-fix.diff │ │ ├── patch-meson57-gnome.diff │ │ ├── patch-meson57-tiger-no-rpath-fix.diff │ │ └── remove-Wl,-no_weak_imports.patch ├── mimalloc │ ├── Portfile │ └── files │ │ ├── bench │ │ ├── afscompress.sh │ │ ├── patch-no-shbench.diff │ │ ├── port-silent.sh │ │ ├── sqlite_benchmarks.py │ │ └── tclbench.tcl │ │ ├── mimalloc-darwin.sh │ │ ├── mimalloc.sh │ │ ├── patch-cmake.diff │ │ └── patch-test-stress.diff ├── mpfr │ └── Portfile ├── ms_gsl │ └── Portfile ├── mulle-xcode-to-cmake │ ├── Portfile │ └── files │ │ └── old │ │ ├── CMakeLists.txt │ │ ├── CMakeSourcesAndHeaders.txt │ │ ├── patch-containsString.diff │ │ ├── patch-gnustep.diff │ │ └── patch-strip-unrecognized-flags.diff ├── ncurses │ ├── Portfile │ ├── Portfile-5.9 │ └── files │ │ ├── 5 │ │ ├── configure5.9.diff │ │ ├── constructor_types.diff │ │ ├── hex5.9.diff │ │ ├── pkg_config_libdir.diff │ │ └── ungetch_guard.diff │ │ ├── hex.diff │ │ ├── include_curses.head.ed │ │ └── old │ │ └── configure.diff ├── nettle │ ├── Portfile │ └── files │ │ ├── c89.patch │ │ ├── macosx-dylib.patch │ │ └── no-fink.patch ├── ninja │ ├── Portfile │ └── files │ │ ├── ninja.sh │ │ ├── patch-configure.py-bootstrap-only.diff │ │ ├── patch-support-lto.diff │ │ ├── patch-tiger-no-posix-spawn.diff │ │ └── patch-tiger-sysconf.diff ├── nodejs10 │ ├── Portfile │ └── files │ │ ├── node.v10.24.1.cpp.patch │ │ └── patch-common.gypi.diff ├── nodejs18 │ ├── Portfile │ └── files │ │ ├── node.v18.20.4.cpp.patch │ │ ├── patch-common.gypi.diff │ │ ├── patch-configure.diff │ │ ├── patch-control-python-version.diff │ │ ├── patch-maybe-no-os_availability.diff │ │ └── patch-no-sys_random_h.diff ├── nodejs8 │ ├── Portfile │ └── files │ │ ├── patch-common.gypi.diff │ │ └── patch-tools-gyp-pylib-gyp-generator-make.py.diff ├── nspr │ ├── Portfile │ └── files │ │ ├── nspr.pc │ │ └── patch-darwin-ppc64.diff ├── ocl-icd │ ├── Portfile │ └── files │ │ ├── Info.plist.in │ │ ├── patch-fix-library-cversions.diff │ │ └── patch-support-wrapped-opencl_framework.diff ├── ocl_icd_wrapper │ ├── Portfile │ └── files │ │ ├── AppleCL.icd │ │ ├── patch-add-missing-symbols.diff │ │ ├── patch-apple-wrapper.diff │ │ └── patch-cleanup-defs-and-leaks.diff ├── onetbb │ ├── Portfile │ └── files │ │ └── patch-onetbb-older-platforms.diff ├── openssl │ ├── Portfile │ └── previous │ │ ├── Portfile │ │ └── files │ │ ├── old │ │ ├── install-headers-HFS+.patch │ │ ├── parallel-building.patch │ │ └── remove-duplicate-bn_print-doc.patch │ │ └── patch-pre-Sierra.diff ├── openssl10 │ ├── Portfile │ └── files │ │ ├── darwin64-arm64-cc.patch │ │ ├── install-headers-HFS+.patch │ │ ├── parallel-building.patch │ │ └── remove-duplicate-bn_print-doc.patch ├── openssl11 │ ├── Portfile │ └── files │ │ ├── old │ │ └── 879f7080d7e141f415c79eaa3a8ac4a3dad0348b.patch │ │ └── patch-crypto-rand-tiger.diff ├── openssl3 │ ├── Portfile │ └── files │ │ ├── 315 │ │ └── 7e4d731b1c07201ad9374c1cd9ac5263bdf35bce.patch │ │ ├── legacy.cnf │ │ ├── old │ │ ├── 0001-revert-rcu.diff │ │ ├── 0002-use-atomic-relaxed.diff │ │ ├── 0003-dont-use-atomic-acq-rel.diff │ │ └── e9d7083e241670332e0443da0f0d4ffb52829f08.patch │ │ ├── patch-avoid-makedepend.diff │ │ └── patch-use-timegm.diff ├── orc │ └── Portfile ├── pcre │ ├── Portfile │ └── files │ │ ├── MAP_JIT.patch │ │ ├── no-darwin-pthread-flag.patch │ │ └── single_module.patch ├── pkgconf │ ├── Portfile │ └── files │ │ └── patch-errno_h.diff ├── plcrashreporter │ └── Portfile ├── popt │ └── Portfile ├── porg │ ├── Portfile │ └── files │ │ ├── old │ │ └── adapt-to-osx.patch │ │ └── patch-doubleDESTDIR.diff ├── q4wine │ ├── Portfile │ └── files │ │ ├── patch-bundledir.diff │ │ ├── patch-link-versions_cpp.diff │ │ ├── patch-process_locale.diff │ │ ├── patch-really-no-sysmenu.diff │ │ └── patch-use-our-rpath.diff ├── qbs │ ├── Portfile │ └── files │ │ ├── patch-compat-109.diff │ │ ├── patch-doc.diff │ │ ├── patch-environment.diff │ │ ├── patch-missing_header.diff │ │ └── patch-use-iniformat.diff ├── qca │ ├── Portfile │ └── files │ │ ├── FindQCA2.cmake │ │ ├── old │ │ ├── patch-qca210-qt56x.diff │ │ └── patch-src_qac_systemstore_mac.cpp.diff │ │ ├── patch-cmakeminver.diff │ │ ├── patch-configure.diff │ │ ├── patch-installname.diff │ │ ├── patch-missing-headers.diff │ │ ├── patch-qca-ossl.diff │ │ ├── patch-qca221-ossl.diff │ │ ├── patch-src_botantools_botan_botan_secmem.h.diff │ │ ├── qt4 │ │ ├── patch-cmakeminver.diff │ │ └── patch-installname.diff │ │ └── qt5 │ │ ├── patch-qca210-qt550.diff │ │ └── patch-support-older-qt5.diff ├── qgit │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-cxxflags.diff │ │ ├── patch-build-app-bundle.diff │ │ ├── patch-nullptr-checks.diff │ │ ├── patch-qt56-is-enough.diff │ │ ├── patch_src_namespace_def.cpp.diff │ │ └── patch_src_qgit.cpp.diff ├── qgpgme │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-libqgpgme-name.diff │ │ ├── patch-macos-cmake-config-fix.diff │ │ └── patch-missing-prototypes.diff │ │ ├── patch-configure.ac.diff │ │ ├── patch-disable-qt-tests.diff │ │ ├── patch-lang_qt_src_qgpgmeencryptjob.diff │ │ ├── patch-libqgpgme-name.diff │ │ └── patch-tests-gpg-Makefile.am.diff ├── qoauth │ ├── Portfile │ └── files │ │ └── patch-src-src.pro.diff ├── qscintilla │ ├── Portfile │ └── files │ │ ├── patch-Qt4Qt5-qscintilla.pro.diff │ │ ├── patch-Qt4Qt5_qsciscintillabase.cpp.diff │ │ ├── patch-add_debug.diff │ │ └── patch-configure.py.diff ├── qstyles │ ├── Portfile │ └── files │ │ └── old │ │ ├── patch-exclude-gtk2.diff │ │ ├── patch-gtk2-deps.diff │ │ └── patch-no-bb10.diff ├── qt5-assistant │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── devel │ │ ├── QHelpCollectionDetails │ │ ├── QHelpContentItem │ │ ├── QHelpContentModel │ │ ├── QHelpContentWidget │ │ ├── QHelpEngine │ │ ├── QHelpEngineCore │ │ ├── QHelpFilterData │ │ ├── QHelpFilterEngine │ │ ├── QHelpGlobal │ │ ├── QHelpIndexModel │ │ ├── QHelpIndexWidget │ │ ├── QHelpSearchEngine │ │ ├── QHelpSearchQuery │ │ ├── QHelpSearchQueryWidget │ │ ├── QHelpSearchResult │ │ ├── QHelpSearchResultWidget │ │ ├── QtHelp │ │ ├── QtHelpDepends │ │ ├── patch-qttools-assistant-standalone-build-full_and_simple.diff │ │ ├── patch-qttools-assistant-standalone-build.diff │ │ └── patch-restore-pdf-support.diff │ │ ├── old │ │ ├── patch-qttools-qthelp-warnings.diff │ │ └── qthelp-fdcontention-fix.diff │ │ ├── patch-assistant-fontpanel.diff │ │ ├── patch-qttools-assistant-standalone-build.diff │ │ └── patch-restore-pdf-support.diff ├── qt5-creator │ ├── Portfile │ └── files │ │ ├── devel │ │ ├── patch-build-with-llvm8.diff │ │ ├── patch-clang-fixes-devel.diff │ │ ├── patch-clang5-kludge.diff │ │ ├── patch-compat-109.diff │ │ ├── patch-no-nativehelp-xcb.diff │ │ ├── patch-no_qtwebengine.diff │ │ ├── patch-notouchbar.diff │ │ ├── patch-show-menubar-with-xcb.diff │ │ └── patch-txtedit--no-exitcrashing.diff │ │ ├── legacy │ │ ├── patch-no-dockmenu-xcb.diff │ │ └── patch-tweak-menus.diff │ │ ├── old │ │ ├── patch-compat-109.diff │ │ ├── patch-help-crash-on-exit.diff │ │ ├── patch-no_qtwebkit.diff │ │ ├── patch-show-menubar-with-xcb-4.1.0.diff │ │ ├── qtcreator │ │ └── qtcreator-remote │ │ ├── patch-no-dockmenu-xcb.diff │ │ ├── patch-no-icons-in-menus.diff │ │ ├── patch-no-spotlightlocator.diff │ │ ├── patch-no_qtwebengine.diff │ │ ├── patch-qpsprojman.diff │ │ └── patch-show-menubar-with-xcb.diff ├── qt5-installer-framework │ ├── Portfile │ ├── archive.sh │ └── files │ │ └── MaintenanceTool.app │ │ └── Contents │ │ ├── Info.plist │ │ ├── PkgInfo │ │ └── Resources │ │ ├── installer.dat │ │ └── installer.icns ├── qt5-webkit │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── Qt5WebKit.pc │ │ ├── Qt5WebKitWidgets.pc │ │ ├── community │ │ ├── patch-qtwk-icu.diff │ │ └── patch-qtwk-objc.diff │ │ ├── old │ │ ├── patch-no-initial-bgthread.diff │ │ ├── patch-qtwebkit_fix_icu.diff │ │ ├── patch-redundant-xpc-defs.diff │ │ ├── patch-set-compatversion.diff │ │ ├── patch-upstream-20171112.diff │ │ ├── patch-upstream-20171221.diff │ │ ├── patch-upstream-20180107.diff │ │ ├── patch-upstream-20180120.diff │ │ ├── patch-upstream-20180305.diff │ │ ├── patch-upstream-20180320.diff │ │ ├── patch-upstream-20181102.diff │ │ ├── patch-upstream-20190621.diff │ │ ├── patch-upstream-20191016.diff │ │ └── patch-use-icu.diff │ │ ├── patch-allow-pre-osx1010.diff │ │ ├── patch-enable-npapi-basic.diff │ │ ├── patch-generate-pkgconfigs.diff │ │ └── patch-no-sanitisers.diff ├── qtchooser │ ├── Portfile │ └── files │ │ ├── patch-for-macports-linux.diff │ │ └── patch-for-macports.diff ├── qtscriptgenerator │ ├── Portfile │ └── files │ │ ├── debian_drop_extra_linkage_fix.diff │ │ ├── debian_qs_eval_globalize.diff │ │ ├── debian_simple_top_makefile.diff │ │ ├── debian_webkit_phonon_include.diff │ │ ├── patch-build-system-for-MacPorts.diff │ │ ├── patch-generator.diff │ │ ├── patch-generator_typesystem_phonon-qtscript.xml.diff │ │ ├── patch-generator_typesystem_phonon.xml.diff │ │ ├── patch-include-everything.diff │ │ ├── patch-qtbindings.diff │ │ ├── qs_eval.1 │ │ ├── qtsg.pro │ │ ├── remove-QtScriptFutureIterator.diff │ │ ├── support_out_of_source_tree_build.diff │ │ ├── upstream_arm_fix_ftbfs.diff │ │ ├── upstream_gcc4.7_fix.diff │ │ ├── upstream_memory_alignment_fix.diff │ │ └── upstream_support_later_phonon.diff ├── quickjs │ ├── Portfile │ └── files │ │ ├── patch-add-QJSCC-env_var-and-PGO_GEN.diff │ │ ├── patch-add-QJSCC-env_var.diff │ │ ├── patch-darwin-clang.diff │ │ ├── patch-darwin-gcc.diff │ │ ├── patch-makefile-use-our-compopts.diff │ │ └── quickjs.pc ├── range_v3 │ ├── Portfile │ └── files │ │ └── patch-MacPorts_buildtype.diff ├── rustup │ ├── Portfile │ └── files │ │ ├── patch-allow-not-calling-rustc-1260.diff │ │ ├── patch-allow-not-calling-rustc-1271.diff │ │ └── patch-allow-not-calling-rustc.diff ├── samurai │ ├── Portfile │ └── files │ │ └── patch-path_max.diff ├── sccache │ └── Portfile ├── shared-mime-info │ ├── Portfile │ └── files │ │ ├── ObjCpp.xml │ │ ├── autogen.sh │ │ ├── devel │ │ └── patch-add-objc++-def.diff │ │ ├── org.macports.shared-mime-info-updater.plist │ │ ├── patch-add-objc++-def.diff │ │ └── postinstall ├── slibtool │ ├── Portfile │ └── files │ │ ├── patch-apple-linker-options.diff │ │ ├── patch-ar_read-funcs.diff │ │ ├── patch-colours-optional.diff │ │ ├── patch-less-verbose.diff │ │ ├── patch-llvm_ar-no-mri.diff │ │ ├── patch-mac.diff │ │ ├── patch-support-ccache.diff │ │ ├── patch-temp-fixes.diff │ │ ├── patch-verify-binfmt.diff │ │ ├── patch-whole_archive.diff │ │ └── patch_ar+ranlib_envvars.diff ├── soprano │ ├── Portfile │ └── files │ │ ├── patch-kde4-header-location.diff │ │ ├── patch-parsers-raptor-raptorparser.h.diff │ │ ├── patch-serializers-raptor-raptorserializer.cpp.diff │ │ └── patch-sopranodirs.diff ├── strigi │ ├── Portfile │ └── files │ │ ├── patch-ffmpegendanalyzer.diff │ │ ├── patch-libstreamanalyzer-lib-rdfnamespaces.h.diff │ │ ├── patch-libstreamanalyzer-plugins-endplugins-ffmpegendanalyzer.cpp.diff │ │ ├── patch-strigi-use-pair-instead-of-make_pair.diff │ │ └── patch-strigidaemon-bin-daemon-xesam-xesamsearch.h.diff ├── tbb │ ├── Portfile │ └── files │ │ └── patch-tbb-older-malloc.diff ├── tl_expected │ └── Portfile ├── usbmuxd │ └── Portfile ├── valgrind │ ├── Portfile │ └── files │ │ ├── patch-enable-lto-legacy.diff │ │ ├── patch-enable-lto.diff │ │ ├── patch-gcc.diff │ │ └── patch-missing-header.diff ├── wayland │ ├── Portfile │ └── files │ │ ├── 0001-Darwin-fixes-from-owl-compositor.patch │ │ ├── 0002-wayland-os.c-LOCAL_PEERPID-may-not-be-defined.patch │ │ ├── 0003-os-wrappers-test-F_DUPFD_CLOEXEC-may-not-be-defined.patch │ │ ├── old │ │ ├── patch-autoconf.diff │ │ ├── patch-libsrcs.diff │ │ └── patch-wscanner.diff │ │ ├── patch-darwin-dylib-versions.diff │ │ ├── patch-no-abort-null-closure-listener.diff │ │ ├── patch-wprots-undefined-warn.diff │ │ └── patch-xdg-or-tmpdir.diff ├── xxdiff │ ├── Portfile │ └── files │ │ ├── old │ │ ├── add-accelerators.patch │ │ ├── enable-kde.patch │ │ ├── patch-Makefiles.diff │ │ ├── patch-xxdiffpro-kde.diff │ │ ├── patch-xxdiffpro.diff │ │ ├── qt5 │ │ │ ├── patch-cmdline.diff │ │ │ ├── patch-prevent-accidental-wheelzoom.diff │ │ │ ├── patch-restore-style.diff │ │ │ ├── patch-use-qt5.diff │ │ │ └── patch-xxdiffpro.diff │ │ └── update-resParser.y.patch │ │ ├── patch-Makefile-extra.diff │ │ ├── patch-allow-older-qt5.diff │ │ ├── patch-no-helvetica.diff │ │ ├── patch-output-utf8.diff │ │ ├── patch-xxdiffpro.diff │ │ ├── qt5 │ │ └── patch-xxdiffpro-opts.diff │ │ └── xxdiff.sh ├── zeal │ ├── Portfile │ └── files │ │ ├── devel │ │ ├── patch-macports-update-checking.diff │ │ └── patch-restore-libarchive-extraction.diff │ │ ├── old │ │ └── patch-macports-install.diff │ │ ├── patch-always-use-pkgconfig.diff │ │ ├── patch-macports-install.diff │ │ ├── patch-macports-update-checking.diff │ │ └── patch-no-carbon.diff └── zmq │ ├── Portfile │ └── files │ ├── patch-c11.release.diff │ ├── patch-clock.hpp.diff │ ├── patch-cxx11.release.diff │ ├── patch-fix-docs-dir.devel.diff │ ├── patch-fix-docs-dir.release.diff │ ├── patch-fix-no-librt-APPLE.devel.diff │ ├── patch-fix-no-librt-APPLE.release.diff │ ├── patch-tests.diff │ ├── patch-zmq22-src_select.cpp.diff │ └── patch-zmq3-src_select.cpp.diff ├── editors ├── MuseScore │ ├── Portfile │ └── files │ │ ├── mscore-optQt.sh │ │ ├── old │ │ └── patch-fix-nodebug-builds.diff │ │ ├── patch-asserts.diff │ │ ├── patch-clang-fixes.diff │ │ ├── patch-cmakefile.diff │ │ ├── patch-enable-quit-menu.diff │ │ ├── patch-fix-avsomr.diff │ │ ├── patch-fix-qtqml515-warnings.diff │ │ ├── patch-mac-font-loading.diff │ │ ├── patch-nowebengine.diff │ │ ├── patch-print-via-preview.diff │ │ ├── patch-software-qml-scenegraphbackend.diff │ │ ├── patch-support-older.diff │ │ ├── patch-systemstyle+prefs.diff │ │ ├── patch-temp-fixes.diff │ │ └── patch-window-title.diff └── vim │ ├── Portfile │ └── files │ ├── patch-python.diff │ ├── patch-python3.diff │ └── patch-tcl.diff ├── fuse ├── curlftpfs │ ├── Portfile │ └── files │ │ ├── patch-configure.diff │ │ └── patch-support-spaces-etc-in-paths.diff ├── ext2fuse │ └── Portfile ├── ext4fuse │ └── Portfile ├── ifuse │ └── Portfile ├── macfuse │ └── Portfile ├── ntfs-3g │ ├── Portfile │ └── files │ │ └── patch-master.diff └── sshfs │ ├── Portfile │ └── files │ ├── patch-configure.ac.diff │ └── sshfs.c.patch ├── gnome ├── d-feet │ ├── Portfile │ └── files │ │ ├── patch-make-build-MP.diff │ │ └── patch-no-set-sitepacks.diff ├── epiphany │ ├── Portfile │ └── files │ │ ├── fix-i18n-issue-meson-0.60.patch │ │ ├── patch-libhandy-1-api.diff │ │ ├── patch-post-install-python.diff │ │ └── revert-getrandom-929f8f4d.patch ├── font-manager │ ├── Portfile │ └── files │ │ ├── patch-fcvariable.diff │ │ └── patch-webkit-can-be-older.diff ├── glib-networking │ ├── Portfile │ └── files │ │ └── patch-disable-gio-querymodules-during-destroot.diff ├── gnome-online-accounts │ ├── Portfile │ └── files │ │ └── patch-src-goaidentity-Makefile.am.diff ├── gobject-introspection │ ├── Portfile │ └── files │ │ ├── old │ │ ├── no-env-shebang.patch │ │ ├── patch-cairogir.diff │ │ ├── patch-fix-rpath-gir-typelib.diff │ │ ├── patch-girscanner-tiger-no-rpath.diff │ │ └── patch-rpath-in-gir-linux.diff │ │ ├── patch-fix-rpath-gir-typelib.diff │ │ ├── patch-fix-scanner-in-build-execution.diff │ │ ├── patch-fix-tools-python.diff │ │ ├── patch-girscanner-tiger-no-rpath.diff │ │ └── patch-rpath-in-gir-linux.diff ├── gstreamer010 │ ├── Portfile │ └── files │ │ ├── dont-dup2-stderr-to-avoid-crash.patch │ │ └── patch-gst__gstdatetime.c ├── gstreamer1-gst-plugins-base │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-allow-MESA-GL-on-macOS.diff │ │ └── patch-gstreamer1-gst-plugins-base-newer-gmake.diff │ │ └── patch-linuxports-s6_addr32.diff ├── gstreamer1-gst-plugins-good │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-qt-no-volatile.patch │ │ ├── snowleopard-memmem.patch │ │ └── snowleopard-strnlen.patch │ │ ├── patch-coreaudio.diff │ │ ├── patch-dynamic-libsoup-also-on-mac-pr7635.diff │ │ ├── patch-dynamic-libsoup-also-on-mac.diff │ │ ├── patch-enable-qt+x11-on-mac.diff │ │ ├── patch-gstosxaudiodeviceprovider.c.diff │ │ └── snowleopard-memmem.patch ├── gtk3 │ ├── Portfile │ └── files │ │ ├── patch-allow-ignoring-X11errors.diff │ │ ├── patch-gdk_quartz_gdkcursor-quartz-10_6_compat.diff │ │ ├── patch-gtk3-prefer-x11-over-quartz-and-allow-both.diff │ │ ├── patch-meson.build-x11-enabled.diff │ │ ├── patch-multibackends-filechooser.diff │ │ ├── patch-no-evdev.diff │ │ ├── patch-quartz-calayer-contentsformat.diff │ │ ├── patch-quartz-disable-coregraphics.diff │ │ ├── patch-quartz-meson-appleframeworks.diff │ │ ├── patch-quartz-nseventtype.diff │ │ ├── patch-relax-atspi-req.diff │ │ ├── patch-wayland-no-check-xdgruntimedir.diff │ │ └── patch-wayland-no-gdkmonitor-asserts.diff ├── libhandy-0.0 │ ├── Portfile │ └── files │ │ └── glade-3.36-api.patch ├── libhandy │ └── Portfile ├── libsecret │ ├── Portfile │ └── files │ │ └── autogen.sh ├── libsoup-2.4 │ └── Portfile ├── libsoup │ ├── Portfile │ └── files │ │ └── patch-find-python.diff ├── rest-1 │ └── Portfile └── vte │ ├── Portfile │ └── files │ ├── patch-F_DUPFD_CLOEXEC.diff │ ├── patch-meson-warnings.diff │ ├── patch-no-werror=format=2.diff │ └── patch-set-darwin-dylib-versions.diff ├── graphics ├── ImageMagick │ ├── Portfile │ └── files │ │ └── patch-for-newer-deps.diff ├── ImageMagick6 │ ├── Portfile │ └── files │ │ └── patch-fix-config-scripts.diff ├── autotrace │ ├── Portfile │ └── files │ │ └── echo-n.patch ├── cairo-devel │ ├── Portfile │ └── files │ │ ├── cairo-1.12.16-lto-optional.patch │ │ ├── cairo-respect-fontconfig_pb.patch │ │ ├── cairo-webkit-html5-fix.patch │ │ ├── patch-configure.diff │ │ ├── pdf-output-avoid-transparency.patch │ │ ├── pdf-output-mime-data-embedding.patch │ │ └── server_side_gradients.patch ├── cairo │ ├── Portfile │ └── files │ │ ├── CHANGELOG │ │ ├── cairo-make-lcdfilter-default.patch │ │ ├── cairo-respect-fontconfig_pb.patch │ │ ├── cairo-server-side-gradients.patch │ │ ├── cairo-webkit-html5-fix.patch │ │ ├── old │ │ ├── @1.14.8 │ │ │ ├── cairo-color-glyphs.patch │ │ │ ├── cairo-make-lcdfilter-default.patch │ │ │ ├── cairo-respect-fontconfig_pb.patch │ │ │ ├── cairo-server-side-gradients.patch │ │ │ └── cairo-webkit-html5-fix.patch │ │ ├── cairo-1.12.16-lto-optional.patch │ │ ├── cairo-make-lcdfilter-default.patch │ │ ├── cairo-respect-fontconfig_pb.patch │ │ ├── cairo-server-side-gradients.patch │ │ ├── cairo-webkit-html5-fix.patch │ │ ├── git_fixes.diff │ │ ├── patch-src-cairo-tor-scan-converter.c.diff │ │ ├── patch-tiger.diff │ │ ├── pdf-output-avoid-transparency.patch │ │ ├── pdf-output-mime-data-embedding.patch │ │ └── server_side_gradients.patch │ │ └── patch-configure.diff ├── enblend │ ├── Portfile │ └── files │ │ └── patch-configure.diff ├── exiv2 │ ├── Portfile │ └── files │ │ ├── patch-deactivate-QT-userdata.diff │ │ └── patch-remove-no-format-overflow.diff ├── fontconfig │ ├── Portfile │ └── files │ │ ├── install-conf-files.sh │ │ ├── old │ │ ├── 00-upstream_2.11.93.patch │ │ ├── fc-cache.c.patch │ │ └── patch-src-fccache.c.diff │ │ ├── patch-04-for-fc1121.diff │ │ ├── patch-compatversion=11.diff │ │ ├── patch-disable-fcblanks-regen.diff │ │ ├── patch-docbook-4.2.diff │ │ ├── patch-infinality-for-2.10.0.diff │ │ ├── patch-presets-nocolours.diff │ │ ├── patch-src-fcweight.c.diff │ │ ├── postinstall │ │ └── ultimate │ │ ├── 01-configure.patch.2017-12-31 │ │ ├── 02-configure.ac.patch.2017-12-31 │ │ ├── 03-Makefile.in.patch.2017-12-31 │ │ ├── 04-Makefile-20160818.conf.d.patch.2017-12-31 │ │ └── 05-Makefile.am.in.patch.2017-12-31 ├── fontforge │ ├── Portfile │ └── files │ │ ├── include.patch │ │ ├── patch_gdrawpy.diff │ │ └── require_noerr.patch ├── gdk-pixbuf2 │ ├── Portfile │ └── files │ │ └── override-math-function-tests.patch ├── harfbuzz │ ├── Portfile │ └── files │ │ └── old │ │ ├── 32bit.patch │ │ └── coretext.patch ├── imath │ └── Portfile ├── inkscape-devel │ ├── Portfile │ └── files │ │ ├── patch-use-configured-perl.diff │ │ └── patch-use-poppler-includedir-option.diff ├── inkscape │ ├── Portfile │ └── files │ │ ├── patch-inkscape_base_rpath.diff │ │ └── patch-use-configured-perl.diff ├── jasper │ ├── Portfile │ └── files │ │ ├── check-builtins.patch │ │ └── patch-jiv.c.diff ├── jhead │ └── Portfile ├── jpeg │ ├── Portfile │ └── files │ │ └── old │ │ ├── boolean.patch │ │ └── patch-turbo-compatversion.diff ├── libepoxy │ ├── Portfile │ └── files │ │ ├── old │ │ ├── 0001-select-platforms-based-on-configuration-results.patch │ │ ├── 0002-add-an-option-to-disable-glx-support.patch │ │ ├── 0003-Make-enable-glx-actually-work-on-OSX-and-Windows.patch │ │ ├── 0004-darwin-Use-GLX-instead-of-OpenGL.framework-if-it-is-.patch │ │ ├── fix-epoxy-extension-in-string-when-extension-list-is-null.patch │ │ └── fix-epoxy-glx-version-if-glx-not-active.patch │ │ ├── patch-libegl-and-initialise-glx-first.diff │ │ ├── patch-libegl-initialise-glx-first.diff │ │ ├── patch-libegl.diff │ │ ├── patch-src-gen_dispatch.py.diff │ │ ├── patch-support-egl.diff │ │ └── prefix.patch ├── libjpeg-turbo │ ├── Portfile │ └── files │ │ └── patch-libjpeg-compatversion.diff ├── libpng │ ├── Portfile │ └── files │ │ └── libpng.pc.in.patch ├── libraw │ ├── Portfile │ └── files │ │ └── patch-libraw-no-libstdcxx.diff ├── librsvg │ ├── Portfile │ └── files │ │ ├── patch-configure-rust_target_subdir.diff │ │ ├── patch-disable-viewer-pre-cargo.diff │ │ └── svg2pdf ├── lprof │ ├── Portfile │ └── files │ │ ├── patch-liblprof-cmakelists.diff │ │ ├── patch-set-2.diff │ │ └── patch-src-CMakeLists.txt.diff ├── opencv │ ├── Portfile │ └── files │ │ ├── candidates │ │ ├── patch-modules-highgui-src-window_cocoa.mm.diff │ │ ├── patch-modules_core_src_parallel.cpp.diff │ │ └── patch-modules_imgcodecs_src_grfmt_tiff.cpp.diff │ │ ├── old │ │ ├── patch-CMakeLists.txt.diff │ │ ├── patch-appleclang.diff │ │ ├── patch-cmake_OpenCVFindLibsPerf.cmake.diff │ │ ├── patch-cpp11-narrowing-error.diff │ │ ├── patch-fix_dirname_case.diff │ │ ├── patch-freetype.diff │ │ ├── patch-highgui_CMakeLists.txt.diff │ │ ├── patch-install_name.diff │ │ ├── patch-modules_java_CMakeLists.txt.diff │ │ ├── patch-modules_python_CMakeLists.txt.diff │ │ ├── patch-opencl-PR6052.diff │ │ ├── patch-pchsupport.diff │ │ ├── patch-use-avfound-no-qtkit.diff │ │ └── patch-window_cocoa.mm.diff │ │ ├── patch-32bit_accelerate.diff │ │ ├── patch-cmake_OpenCVFindOpenNI.cmake.diff │ │ ├── patch-dylib_suffix.diff │ │ ├── patch-find-openexr.diff │ │ ├── patch-local_protobuf.diff │ │ ├── patch-pchsupport.diff │ │ └── patch-support-alt-opencl.diff ├── openexr │ ├── Portfile │ └── files │ │ └── patch-ensure_pack.diff ├── openexr2 │ └── Portfile ├── owl-compositor │ ├── Portfile │ └── files │ │ ├── 0001-OwlShmBuffer.m-fix-type.patch │ │ ├── 0002-OwlIOSurfaceBuffer.m-IOSurfaceDecrementUseCount-may-.patch │ │ ├── 0003-configure-when-building-on-macOS-we-know-we-are-on-m.patch │ │ ├── patch-temp-fixes.diff │ │ └── patch-xdg-or-tmpdir.diff ├── poppler-qt4-mac │ ├── Portfile │ └── files │ │ ├── patch-CVE-2017-18267.diff │ │ ├── patch-bug106417.diff │ │ └── patch-qt4-compatversion.diff ├── poppler │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-bug106417.diff │ │ ├── patch-configure.ac.diff │ │ ├── patch-goo-JpegWriter.cc.diff │ │ ├── patch-poppler-Decrypt.cc.diff │ │ ├── patch-qt5-106118.diff │ │ └── patch-trac-57167.diff │ │ ├── patch-allow-older-deps.diff │ │ ├── patch-c++17-diff │ │ ├── patch-cmake_modules_PopplerMacros.cmake.diff │ │ ├── patch-glib_CMakeFiles.txt-fix-include-ordering.diff │ │ ├── patch-glib_CMakeFiles.txt-fix-lib-location.diff │ │ └── patch-poppler-gcc7-noexcept.diff ├── poppler073 │ ├── Portfile │ ├── files │ │ ├── patch-bug106417.diff │ │ ├── patch-qt5-106118.diff │ │ ├── patch-support-newer-glib.diff │ │ └── patch-trac-57167.diff │ ├── patch-bug106417.diff │ └── patch-trac-57167.diff ├── qimageblitz │ ├── Portfile │ └── files │ │ ├── patch-concurrent-installs.diff │ │ └── patch-for-clang.diff ├── qrencode │ └── Portfile ├── qt5-heic-imageplugin │ ├── Portfile │ └── files │ │ ├── patch-support-qt59.diff │ │ └── patch-unversioned-filename.diff ├── qwt │ ├── Portfile │ └── files │ │ ├── patch-designer_designer.pro.60.diff │ │ ├── patch-designer_designer.pro.61.diff │ │ ├── patch-designer_designer.pro.610rc3.diff │ │ ├── patch-qwtbuild.pri.60.diff │ │ ├── patch-qwtbuild.pri.61.diff │ │ ├── patch-qwtbuild.pri.610rc3.diff │ │ ├── patch-qwtconfig.pri.51.diff │ │ ├── patch-qwtconfig.pri.52.diff │ │ ├── patch-qwtconfig.pri.60.diff │ │ ├── patch-qwtconfig.pri.61.diff │ │ ├── patch-qwtconfig.pri.610rc3.diff │ │ ├── patch-qwtfunctions.pri.60.diff │ │ └── patch-qwtfunctions.pri.610rc3.diff ├── rlottie │ └── Portfile ├── shaderc │ └── Portfile ├── spirv-tools │ └── Portfile ├── tiff │ ├── Portfile │ └── files │ │ └── old │ │ ├── aaab5c3c9d2a2c6984f23ccbc79702610439bc65.patch │ │ ├── b18012dae552f85dcc5c57d3bf4e997a15b1cc1c.patch │ │ ├── f94a29a822f5528d2334592760fbb7938f15eb55.patch │ │ ├── patch-acinclude.m4.diff │ │ └── patch-configure.ac.diff ├── ttfautohint-devel │ ├── Portfile │ └── files │ │ └── patch-bootstrap.diff ├── vtk │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.diff ├── vulkan-headers │ └── Portfile ├── vulkan-loader │ ├── Portfile │ └── files │ │ ├── MoltenVK_icd.json │ │ └── vulkan-headers-find.patch ├── vulkan-tools │ ├── Portfile │ └── files │ │ └── cmake.patch ├── vulkan-volk │ └── Portfile ├── waifu2x_converter_cpp │ └── Portfile ├── webp │ ├── Portfile │ └── files │ │ └── configure.patch ├── wxWidgets-3.1 │ ├── Portfile │ └── files │ │ ├── patch-atos.diff │ │ ├── patch-audacity-wxWidgets-patches-for-3.1.3.diff │ │ ├── patch-build-on-1015.diff │ │ ├── patch-configure.diff │ │ ├── patch-enable-accessibility.diff │ │ ├── patch-extra_frameworks.diff │ │ ├── patch-relax-buildoption-check.diff │ │ └── patch-wxqt-pending.diff ├── wxWidgets-3.2 │ ├── Portfile │ └── files │ │ ├── fix-implicit-decl.diff │ │ ├── old │ │ └── fix-datatransfer_h.patch │ │ ├── patch-atos.diff │ │ ├── patch-configure.diff │ │ ├── patch-relax-buildoption-check.diff │ │ ├── patch-revert-#360240a70.diff │ │ └── patch-revert-#f739fd13ca4.diff └── zbar │ └── Portfile ├── kde ├── Ciment-icons │ ├── Portfile │ └── files │ │ ├── 128-go-down.png │ │ ├── 16-go-down.png │ │ ├── 22-go-down.png │ │ ├── 32-go-down.png │ │ ├── 48-go-down.png │ │ └── 64-go-down.png ├── OSXdg-icons │ ├── Portfile │ └── files │ │ ├── patch-modern-index.diff │ │ └── patch-place-index.diff ├── PortIndex ├── PortIndex.quick ├── QtCurve │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── OxygenOSXGraphite.colors │ │ ├── QtCurveOSX.colors │ │ ├── alt │ │ ├── OxygenOSX.colors │ │ ├── QtCurve-OSX-Graphite-qt5.qtcurve │ │ ├── QtCurve-OSX-Graphite.qtcurve │ │ ├── QtCurve-OSX.colors │ │ ├── QtCurve-OSX.qtcurve │ │ └── patch-qt5-dbus-fixes.diff │ │ ├── kdeglobals │ │ ├── old │ │ ├── D5537.diff │ │ ├── OSX-Qt4only-patches.patch │ │ ├── OSX-Qt5included-patches.patch │ │ ├── add-utilslib-infix.patch │ │ ├── patch-X11-shadows.diff │ │ ├── patch-avoid-stylename-issues.diff │ │ ├── patch-better-menubar-hack.diff │ │ ├── patch-clazy-suggestions.diff │ │ ├── patch-fix-qt4mac-menuglitch.diff │ │ ├── patch-install-translations.diff │ │ ├── patch-killtimer.diff │ │ ├── patch-menusection-style.diff │ │ ├── patch-nnativeMB2.diff │ │ ├── patch-nohang-at-exit-exp.diff │ │ ├── patch-nohang-at-exit2.diff │ │ ├── patch-only-ticks-in-menus.diff │ │ ├── patch-pbar-timer.diff │ │ ├── patch-qt5-always-antialias.diff │ │ ├── patch-qt5-dbus-fixes-by-debian.diff │ │ ├── patch-qt5-fix-appearance.diff │ │ ├── patch-qt5-fixes.diff │ │ ├── patch-qt5-kwin5.diff │ │ ├── patch-qt5-kwin5b.diff │ │ ├── patch-reenable-kf5-support.diff │ │ ├── patch-respect-buttonhaveicons.diff │ │ ├── patch-state_is_qflags.diff │ │ └── patch-systemconfig-support-gtk.diff │ │ ├── patch-deactivate-config-page.diff │ │ ├── patch-exit-kludge.diff │ │ ├── patch-qtc-no-qtc-activewin-events.diff │ │ ├── patch-simpler-translucent-menus.diff │ │ ├── patch-systemconfig-support.diff │ │ ├── qtc_qtcurve-osx.themerc │ │ ├── qtc_qtcurve-osxgraphite.themerc │ │ ├── qtc_qtcurve-rjvb.themerc │ │ └── stylerc ├── attica │ ├── Portfile │ └── files │ │ ├── patch-includedir.diff │ │ └── qt5 │ │ ├── cmake │ │ └── modules │ │ │ ├── ECMQt4To5Porting.cmake │ │ │ └── FindQt5Transitional.cmake │ │ ├── patch-CMakeLists.diff │ │ └── patch-fix-qmap-include.diff ├── baloo-devel │ ├── Portfile │ └── files │ │ ├── patch-baloo_file_indexer-make-agents.diff │ │ ├── patch-executables.diff │ │ ├── patch-fetch-full-item-preload.diff │ │ └── patch-respect-indexingattr.diff ├── baloo-widgets-devel │ ├── Portfile │ └── files │ │ └── patch-xapiandatabase.diff ├── baloo-widgets │ ├── Portfile │ └── files │ │ └── patch-xapiandatabase.diff ├── baloo │ ├── Portfile │ └── files │ │ ├── baloo_file+indexer-make-agents.patch │ │ ├── baloo_file-make-agent.patch │ │ ├── patch-executables.diff │ │ └── patch-xapiandatabase.diff ├── bespin │ ├── .Portfile.swo │ ├── Portfile │ └── files │ │ ├── Bespin-OSX.bespin │ │ ├── build-bespin-OSX.patch │ │ └── patch-bespin-cmakefile.txt ├── calligra-git │ ├── Portfile │ ├── buildflags │ └── files │ │ ├── base-patch-for-OSX.patch │ │ ├── flow-preferencesmenu-placement.diff │ │ ├── karbon-preferencesmenu-placement.diff │ │ ├── preferencesmenu-placement.diff │ │ └── word-preferencesmenu-placement.diff ├── calligra-l10n-translations │ ├── Portfile │ └── files │ │ └── update-checksum-tables.sh ├── calligra │ ├── Portfile │ ├── buildflags │ └── files │ │ ├── base-patch-for-OSX.patch │ │ ├── create-productset.diff │ │ ├── dont-link-to-plugins.diff │ │ ├── flow-preferencesmenu-placement.diff │ │ ├── karbon-preferencesmenu-placement.diff │ │ ├── patch-allow-styles.diff │ │ ├── patch-detect-RAM-correctly.diff │ │ ├── patch-fix-pigment-CMakeLists.diff │ │ ├── patch-flake-SharedLoadingData.diff │ │ ├── patch-install-icons-in-appbundles.diff │ │ ├── preferencesmenu-placement.diff │ │ └── word-preferencesmenu-placement.diff ├── digikam │ ├── Portfile │ └── files │ │ ├── dont-fetch-docbooks.patch │ │ ├── extra_kipi-plugins_CMakeLists.txt.patch │ │ └── find-ColorSync-profiles.patch ├── dolphin-plugins │ └── Portfile ├── gwenview │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists-lib.txt.diff │ │ ├── patch-CMakeLists.txt.diff │ │ └── patch-fileutils.diff ├── k3b │ ├── Portfile │ └── buildflags ├── kate │ ├── Portfile │ └── files │ │ ├── Info.plist.template │ │ ├── patch-Zoom.diff │ │ ├── patch-no-pate.diff │ │ └── patch-open-docs-from-finder.diff ├── kcm-baloo-advanced │ └── Portfile ├── kde-extra-cmake-modules │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-clang-detection.diff │ │ ├── patch-compsettings-for-appleclang.diff │ │ ├── patch-ecm-addappicon.diff │ │ └── patch-no-undefined.diff │ │ ├── patch-BUNDLEDIR.diff │ │ ├── patch-doc-building.diff │ │ ├── patch-enable-named-operators.diff │ │ ├── patch-kdecompilerflags.diff │ │ ├── patch-mac-installdirs.diff │ │ ├── patch-qt_no_exceptions.diff │ │ ├── patch-support-qt59.diff │ │ └── patch-waylandscan-legacy.diff ├── kde-l10n-en_GB │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.txt.diff ├── kde4-baseapps │ ├── Portfile │ └── files │ │ ├── patch-install-icons.diff │ │ ├── patch-konq-plugins-validators-tidy_validator.cpp.diff │ │ └── rename-dolphin4-back-to-dolphin.diff ├── kde4-kile │ ├── Portfile │ └── files │ │ ├── patch-kilestdtools.cpp.diff │ │ ├── patch-kilestdtools.rc.macports.diff │ │ └── patch-runTests.sh.macports.diff ├── kde4-runtime │ ├── Portfile │ └── files │ │ ├── patch-find-icon-sources.diff │ │ ├── patch-knotify-is-agent+icon.diff │ │ ├── patch-make-kioexec-agent.diff │ │ ├── patch-phonon-cmakelists.diff │ │ └── patch-support-for-lldb.diff ├── kde4-workspace-git │ ├── Portfile │ └── files │ │ ├── no-oxygen-theme.patch │ │ ├── patch-CMakeLists-for-OSX.patch │ │ ├── patch-kcontrol.patch │ │ ├── patch-libs-CMakeLists.patch │ │ ├── patch-plasma.patch │ │ └── systemsettings-correct-menuplacement.patch ├── kde4-workspace │ ├── Portfile │ └── files │ │ ├── FindKDE4Internal.cmake │ │ ├── old │ │ ├── no-oxygen-theme.patch │ │ ├── patch-libs-CMakeLists.patch │ │ ├── patch-no-kephal.diff │ │ └── patch-plasma.patch │ │ ├── patch-CMakeLists-for-OSX.patch │ │ ├── patch-input-wheelzooms.diff │ │ ├── patch-kcontrol.patch │ │ └── systemsettings-correct-menuplacement.patch ├── kdelibs4-devel │ ├── Portfile │ └── files ├── kdelibs4 │ ├── Portfile │ ├── Portfile-4.13.3 │ └── files │ │ ├── AuthServicesBackend.patch │ │ ├── add-bundles-to-path.patch │ │ ├── avoid-kwindowinfo-destructor.patch │ │ ├── correct-Preferences-Menu.patch │ │ ├── correct-PreferencesAndSysTray-Menu.patch │ │ ├── default-kde4-xdg-menu-prefix.patch │ │ ├── fixInvokeBrowser.patch │ │ ├── fixReportBug.patch │ │ ├── kdeinit4.sh │ │ ├── kdelibs-openssl-1.1.patch │ │ ├── meinproc-patches.diff │ │ ├── native-filedialogs.patch │ │ ├── nogui-patches.patch │ │ ├── old │ │ ├── fixCrashInKCrash.patch │ │ ├── kwallettest.patch │ │ └── use-osx-keychain.patch │ │ ├── org.macports.kdecache.plist │ │ ├── orig.patch-cmake-modules-KDE4Macros.cmake.diff │ │ ├── patch-Display-typedef.diff │ │ ├── patch-aqua-widget-alignment.diff │ │ ├── patch-backtrace-demangle-4osx.diff │ │ ├── patch-catch-fileopen.diff │ │ ├── patch-catch-fileopen0.diff │ │ ├── patch-cmake-modules-FindKDE4-Internal.cmake.diff │ │ ├── patch-cmake-modules-FindMySQL.cmake.diff │ │ ├── patch-cmake-modules-FindPhonon.cmake.diff │ │ ├── patch-cmake-modules-FindQt4.cmake.diff │ │ ├── patch-cmake-modules-KDE4Macros.cmake.diff │ │ ├── patch-cmake-modules-KDE4Macros.cmake.diff.diff │ │ ├── patch-findsoprano-cmake.diff │ │ ├── patch-improved-osx-keychain.diff │ │ ├── patch-improved-osx-keychain0.diff │ │ ├── patch-improved-osx-keychain01.diff │ │ ├── patch-kapplications-raster.diff │ │ ├── patch-kdecore-tests.diff │ │ ├── patch-kidletime-poller.diff │ │ ├── patch-kioslave-as-agent.diff │ │ ├── patch-kmenu-addtitle.diff │ │ ├── patch-kwindowsystem-4osx.diff │ │ ├── patch-launch-lldb-not-gdb.diff │ │ ├── patch-mimetyperepo.diff │ │ ├── patch-no-concurrent-meinproc4.diff │ │ ├── patch-removeFindFlex.diff │ │ ├── patch-restore-prevactive-after-notification.diff │ │ ├── patch-revert-a02df05e.diff │ │ ├── patch-save+restore-windowsettings.diff │ │ ├── patch-simulate-full_session.diff │ │ ├── patch-solid-backend-iokit.diff │ │ ├── streamline-systray-menu.patch │ │ ├── unified-toolbar.patch │ │ └── workaround-kdeinit4-crash.patch ├── kdepim4-4.12.5.zip ├── kdepim4-devel │ ├── Portfile │ └── files │ │ ├── emulate-addTitle.patch │ │ ├── enable-ktimetracker.patch │ │ ├── fix-ktimetracker.patch │ │ ├── kmail-allow-noselect.diff │ │ ├── no-updatefoldermenu-on-exit.diff │ │ ├── no_systraymenu_when_shuttingdown.diff │ │ ├── patch-CMakeLists.diff │ │ ├── patch-QFileSystemWatcher.diff │ │ ├── patch-add-bundleids.diff │ │ ├── patch-clang-headers.diff │ │ ├── patch-correct-iconnames.diff │ │ ├── patch-disable-some-tests.diff │ │ ├── patch-emulate-addTitle.diff │ │ ├── patch-enable-remote-search.diff │ │ ├── patch-fix-libnoteshared-unload.diff │ │ ├── patch-ktimetracker.diff │ │ ├── patchset-RJVB-kdepim4.13.3-20141010-for-kdepim4.14.10.patch │ │ └── portfile.diff ├── kdepim4-runtime-4.12.5.zip ├── kdepim4-runtime-devel │ ├── Portfile │ └── files │ │ ├── convert-qdebug2kdebug.diff │ │ ├── patch-CMake-InfoPlist.diff │ │ ├── patch-expect-current-kdepimlibs.diff │ │ ├── patch-googleaccountmgr-osxkeychain.diff │ │ ├── patch-iconpath.diff │ │ ├── patch-maildispatch-balloon-notifications.diff │ │ └── patch-retrieveitemtask-less-qasserts.diff ├── kdepim4-runtime │ ├── Portfile │ └── files │ │ ├── convert-qdebug2kdebug.diff │ │ ├── patch-CMake-InfoPlist.diff │ │ └── patch-googleaccountmgr-osxkeychain.diff ├── kdepim4 │ ├── Portfile │ └── files │ │ ├── emulate-addTitle.patch │ │ ├── enable-ktimetracker.patch │ │ ├── fix-ktimetracker.patch │ │ ├── kmail-allow-noselect.diff │ │ ├── no-updatefoldermenu-on-exit.diff │ │ ├── no_systraymenu_when_shuttingdown.diff │ │ ├── patch-CMakeLists.diff │ │ ├── patch-QFileSystemWatcher.diff │ │ ├── patch-clang-headers.diff │ │ ├── patch-emulate-addTitle.diff │ │ ├── patch-knode-nocrash-removing-group.diff │ │ ├── patch-ktimetracker.diff │ │ ├── patchset-RJVB-kdepim4.13.3-20141010.patch │ │ └── portfile.diff ├── kdepimlibs4-4.12.5.zip ├── kdepimlibs4-devel │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists-kioslaves.diff │ │ ├── patch-CMakeLists.diff │ │ ├── patch-dynamic_cast-fix.diff │ │ ├── patch-handle-wallet-timeouts-correctly.diff │ │ ├── patch-noasserts.diff │ │ └── patch-prevent-kontactprefs-crash.diff ├── kdepimlibs4 │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists-kioslaves.diff │ │ ├── patch-CMakeLists.diff │ │ └── patch-handle-wallet-timeouts-correctly.diff ├── kdesdk-kioslaves │ ├── Portfile │ └── files │ │ └── svn-1.8.13 │ │ └── subversion-1 │ │ ├── mod_authz_svn.h │ │ ├── mod_dav_svn.h │ │ ├── svn-revision.txt │ │ ├── svn_auth.h │ │ ├── svn_base64.h │ │ ├── svn_cache_config.h │ │ ├── svn_checksum.h │ │ ├── svn_client.h │ │ ├── svn_cmdline.h │ │ ├── svn_compat.h │ │ ├── svn_config.h │ │ ├── svn_ctype.h │ │ ├── svn_dav.h │ │ ├── svn_delta.h │ │ ├── svn_diff.h │ │ ├── svn_dirent_uri.h │ │ ├── svn_dso.h │ │ ├── svn_error.h │ │ ├── svn_error_codes.h │ │ ├── svn_fs.h │ │ ├── svn_hash.h │ │ ├── svn_io.h │ │ ├── svn_iter.h │ │ ├── svn_md5.h │ │ ├── svn_mergeinfo.h │ │ ├── svn_nls.h │ │ ├── svn_opt.h │ │ ├── svn_path.h │ │ ├── svn_pools.h │ │ ├── svn_props.h │ │ ├── svn_quoprint.h │ │ ├── svn_ra.h │ │ ├── svn_ra_svn.h │ │ ├── svn_repos.h │ │ ├── svn_sorts.h │ │ ├── svn_string.h │ │ ├── svn_subst.h │ │ ├── svn_time.h │ │ ├── svn_types.h │ │ ├── svn_user.h │ │ ├── svn_utf.h │ │ ├── svn_version.h │ │ ├── svn_wc.h │ │ └── svn_xml.h ├── kdesvn │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists.diff │ │ ├── patch-app-install-and-icon-fix.diff │ │ ├── patch-fix-apr_apu-ldflags.diff │ │ ├── patch-ignore-apr0-and-apr-util0.diff │ │ └── patch-no-kdesdk-conflict.diff ├── kdev-mercurial │ └── Portfile ├── kdev-python │ ├── Portfile │ └── files │ │ ├── FindPython.cmake │ │ ├── patch-buildsystem.diff │ │ ├── patch-buildsystem2.diff │ │ ├── patch-initialiserlists.diff │ │ ├── patch-malloc.h.diff │ │ └── patch-qDebug2kDebug.diff ├── kdev-qmake │ ├── Portfile │ └── files │ │ └── patch-allow-empty-include.diff ├── kdev-valgrind │ ├── Portfile │ └── files │ │ ├── patch-buildsystem.diff │ │ ├── patch-initialiserlists.diff │ │ ├── patch-malloc.h.diff │ │ └── patch-qDebug2kDebug.diff ├── kdevelop-git │ ├── Portfile │ ├── buildflags │ └── files │ │ ├── detach-terminal.sh │ │ ├── enable-debugger.patch │ │ ├── patch-CMake-initlists.diff │ │ ├── patch-CMakeLists.diff │ │ ├── patch-app-CMakeLists.diff │ │ ├── patch-cmakeprojects-avoid-crashing.diff │ │ ├── patch-context.diff │ │ ├── patch-declarationbuilder.diff │ │ ├── patch-okteta.diff │ │ ├── patch-open-docs-from-finder.diff │ │ └── rudim-support4Objc.patch ├── kdevelop-pg-qt │ └── Portfile ├── kdevplatform-git │ ├── Portfile │ ├── buildflags │ └── files │ │ ├── correctPreferencesMenu.patch │ │ ├── patch-CMake-initlists.diff │ │ ├── patch-envselectionwidget.diff │ │ ├── patch-grep-improved-exclude-filter.diff │ │ ├── patch-idealdockwidget-deletelater.diff │ │ ├── patch-itemrepositoryh-noasserts.diff │ │ ├── patch-languageCMakeLists.diff │ │ ├── patch-outputfilteringstrats.diff │ │ ├── patch-pluginsCMakeLists.diff │ │ ├── patch-sessioncontroller.diff │ │ ├── prevent-patchreview-crash.diff │ │ └── prevent-patchreview-crash0.diff ├── kfilemetadata │ └── Portfile ├── kgpg │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.txt.diff ├── kgraphviewer │ └── Portfile ├── kompare │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.diff ├── konsole │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists.diff │ │ └── patch-use-native-menu.diff ├── krecipe │ ├── Portfile │ └── files │ │ └── patch-add-temp-conversion.diff ├── kuser │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.diff ├── kwallet │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists.txt.diff │ │ ├── patch-enable-restore-from-tray.diff │ │ ├── patch-for-use-with-keychain.diff │ │ └── patch-savehelper.diff ├── libkdeedu-devel │ └── Portfile ├── libkexiv2 │ └── Portfile ├── libkfbapi │ └── Portfile ├── libkgapi.zip ├── libkgapi │ ├── Portfile │ └── files │ │ └── patch-fix-kdepimlibs-version.diff ├── libkomparediff2 │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.diff ├── loc_baloo-4.13.3.tar.bz2 ├── marble │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists.txt.diff │ │ ├── patch-GpsdSymbols.diff │ │ └── patch-interfaces.diff ├── massif-visualizer │ ├── Portfile │ └── files │ │ └── isnan-patch.diff ├── mate-icons │ ├── Portfile │ └── files │ │ ├── index.theme.mate │ │ ├── text-x-preview.icon.256 │ │ └── text-x-preview.icon.48 ├── mobipocket │ ├── Portfile │ └── files │ │ ├── patch-adapt-to-new-cmakemodule-location.diff │ │ └── patch-build-against-qt5.diff ├── nepomuk-core-4.13.3.zip ├── nepomuk-core │ ├── Portfile │ └── files │ │ ├── patch-build-without-soprano+virtuoso.diff │ │ ├── patch-cmake-baloo.diff │ │ ├── patch-nepomuk-make-daemons-agents.diff │ │ └── patch-nepomukctl.diff ├── nepomuk-widgets │ └── Portfile ├── okular │ ├── Portfile │ └── files │ │ ├── patch-OkularPart.diff │ │ └── patch-class-visibility-for-dynamic_cast.diff ├── parley-devel │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.txt.diff ├── polkit-qt │ └── Portfile ├── rekonq │ ├── Portfile │ └── files │ │ └── patch-CMakeLists.diff ├── simon │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists.txt.diff │ │ ├── patch-nogui-apps.diff │ │ └── patch-support-pocketsphinx08.diff ├── skrooge │ ├── Portfile │ └── files │ │ ├── patch-CMakeLists.txt.diff │ │ └── patch-grantlee_filters-CMakeLists.txt.diff ├── webkitkde │ └── Portfile └── zanshin │ ├── Portfile │ └── files │ ├── patch-CMakeLists.diff │ ├── patch-akonadiserializer.diff │ ├── patch-akonadiserializer2.diff │ ├── patch-disable-tests-that-fail-for-missing-decltype.diff │ ├── patch-ldaptest.diff │ ├── patch-libzanshimkdestatic.diff │ └── patch-unique_name_for_kontact_plugin-legacy.diff ├── kf5 ├── KF5-Frameworks │ ├── Portfile │ ├── archive.sh │ ├── check-qspxdg.sh │ ├── dependent-applications.txt │ ├── do-upgrade-step-for-ports.sh │ ├── files │ │ ├── attica │ │ │ └── patch-camelcase-headers-location.diff │ │ ├── baloo │ │ │ └── patch-allow-older-qt5.diff │ │ ├── checksums-5.47.0.table │ │ ├── checksums-5.52.0.table │ │ ├── checksums-5.60.0.table │ │ ├── checksums.table │ │ ├── frameworkintegration │ │ │ ├── old │ │ │ │ ├── patch-fwintegration-autotests.diff │ │ │ │ ├── patch-fwintegration-platform-adaptation.diff │ │ │ │ ├── patch-fwintegration-platform-adaptation2.diff │ │ │ │ ├── patch-fwintegration-platform-adaptation3.diff │ │ │ │ ├── patch-fwintegration-platform-adaptation4.diff │ │ │ │ └── patch-fwintegration-platform-adaptation5.diff │ │ │ ├── patch-enable-x11.diff │ │ │ └── patch-fwintegration-adaptive-modnotif.diff │ │ ├── kactivities │ │ │ └── patch-kactivities-nongui-kactivd.diff │ │ ├── kapidox │ │ │ ├── patch-enable-chm-legacy.diff │ │ │ ├── patch-enable-chm.diff │ │ │ ├── patch-kapidox-include-objc++.diff │ │ │ ├── patch-kgenapidox.diff │ │ │ └── patch-lucidagrande.diff │ │ ├── karchive │ │ │ └── patch-allow-older-qt5.diff │ │ ├── kauth │ │ │ ├── old │ │ │ │ ├── patch-fix-5420.diff │ │ │ │ └── patch-kauth-osx.diff │ │ │ └── patch-support-legacy-polkitagent.diff │ │ ├── kbookmarks │ │ │ └── patch-allow-older-qt5.diff │ │ ├── kcmutils │ │ │ └── patch-kcmutils-khelpcentre5.diff │ │ ├── kcompletion │ │ │ └── patch-completion-layering.diff │ │ ├── kconfig │ │ │ ├── future │ │ │ │ └── patch-qt59x.diff │ │ │ ├── patch-allow-older-qt5.diff │ │ │ ├── patch-kconfig-prefix-etc.diff │ │ │ └── patch-kconfig-restore-wingeo.diff │ │ ├── kcrash │ │ │ ├── 5.52.0 │ │ │ │ └── patch-drkonqi-warning.diff │ │ │ ├── patch-drkonqi-warning.diff │ │ │ └── patch-enable-x11.diff │ │ ├── kdeclarative │ │ │ └── patch-kdeclarative-nongui.diff │ │ ├── kded │ │ │ ├── org.macports.kded5.plist │ │ │ └── patch-no-systemservice.diff │ │ ├── kdelibs4support │ │ │ ├── old │ │ │ │ ├── patch-kdelibs4supp-kpbutton-noshowicon.diff │ │ │ │ └── patch-kdelibs4supp-qosmac=osx.diff │ │ │ ├── patch-kdelibs4supp-add-bundle-path.diff │ │ │ ├── patch-kdelibs4supp-add-icon.diff │ │ │ ├── patch-kdelibs4supp-backtrace-demangle.diff │ │ │ ├── patch-kdelibs4supp-correct-fileshareset-install.diff │ │ │ ├── patch-kdelibs4supp-correct-menuroles-kaction.diff │ │ │ ├── patch-kdelibs4supp-pkgconfig-path.diff │ │ │ ├── patch-kdelibs4supp-preserve-app-icon.diff │ │ │ ├── patch-kdelibs4supp-qosmac=osx.diff │ │ │ └── patch-kdelibs4supp-simulate-full_session.diff │ │ ├── kfilemetadata │ │ │ ├── old │ │ │ │ └── patch-kfilemdata-compversion5.diff │ │ │ └── patch-c++17-for-poppler.diff │ │ ├── kglobalaccel │ │ │ ├── 5.52.0 │ │ │ │ └── patch-5520-fix.diff │ │ │ ├── patch-enable-x11.diff │ │ │ └── patch-kglobalaccel-agent-and-nogui.diff │ │ ├── kguiaddons │ │ │ ├── 5.52.0 │ │ │ │ └── patch-kguiaddons-khelpcentre5.diff │ │ │ ├── patch-allow-older-qt5.diff │ │ │ ├── patch-enable-x11.diff │ │ │ └── patch-kguiaddons-khelpcentre5.diff │ │ ├── ki18n │ │ │ └── patch-less-markup-warnings.diff │ │ ├── kiconthemes │ │ │ ├── 5.52.0 │ │ │ │ └── patch-ksvg2icns.diff │ │ │ ├── debug │ │ │ │ └── patch-debug-current-iconloader.diff │ │ │ ├── patch-avoid-usergroup-warning.diff │ │ │ ├── patch-debug-current-icontheme.diff │ │ │ └── patch-ksvg2icns-always.diff │ │ ├── kidletime │ │ │ ├── 5.52.0 │ │ │ │ └── patch-kidletime-use-iokit.diff │ │ │ ├── patch-kidletime-documentation.diff │ │ │ ├── patch-kidletime-use-iokit.diff │ │ │ └── patch-kidletime-xsync-quiet.diff │ │ ├── kimageformats │ │ │ └── patch-allow-older-qt5.diff │ │ ├── kinit │ │ │ ├── old │ │ │ │ ├── patch-kinit-nongui-execs.diff │ │ │ │ └── patch-kinit-nonguis-andavoid-kdeinit-crash.diff │ │ │ ├── org.macports.kdeinit5.plist │ │ │ ├── patch-kinit-klauncher-foreground.diff │ │ │ └── patch-skip-guarded-fd.diff │ │ ├── kio │ │ │ ├── patch-allow-older-qt5.diff │ │ │ ├── patch-enable-x11.diff │ │ │ ├── patch-kio-filedialog-resize-columns.diff │ │ │ ├── patch-kio-filewidget-no-qtcurve.diff │ │ │ ├── patch-kio-fix-cookiejar.diff │ │ │ ├── patch-kio-kcookiejar-tofront.diff │ │ │ ├── patch-kio-khelpcentre5.diff │ │ │ ├── patch-kio-kioslavexec-silence-and-agent.diff │ │ │ ├── patch-kio-mp-legacy-support.diff │ │ │ ├── patch-kio-preserve-window-icon.diff │ │ │ └── patch-silence-qfileinfo-warning.diff │ │ ├── kirigami │ │ │ └── old │ │ │ │ └── patch-kirig-add-app-icon.diff │ │ ├── kirigami2 │ │ │ ├── 5.56.0 │ │ │ │ └── patch-no-flickable.diff │ │ │ └── patch-allow-older-qt5.diff │ │ ├── kjobwidgets │ │ │ ├── patch-allow-older-qt5.diff │ │ │ └── patch-enable-x11.diff │ │ ├── knotifications │ │ │ ├── 5.52.0 │ │ │ │ └── patch-knotifications-systray-behaviour.diff │ │ │ ├── patch-allow-older-qt5.diff │ │ │ ├── patch-enable-x11.diff │ │ │ ├── patch-fixes.diff │ │ │ ├── patch-knotifications-systray-behaviour.diff │ │ │ └── patch-new-knotifications-better-sound-warning+support-sysbeep.diff │ │ ├── kross │ │ │ └── patch-kross-nongui-execs.diff │ │ ├── kservice │ │ │ ├── org.macports.kdecache5.json │ │ │ ├── org.macports.kdecache5.plist │ │ │ ├── patch-kservice-fix-invokeBrowser.diff │ │ │ ├── patch-kservice-xdg-menu-prefix.diff │ │ │ ├── patch-no-delete-applications.diff │ │ │ └── patch-skip-applications.diff │ │ ├── ksyntaxhighlighting │ │ │ └── patch-ksyntaxhilite-nongui.diff │ │ ├── ktexteditor │ │ │ ├── 5.52.0 │ │ │ │ ├── patch-ctxmenu-fix.diff │ │ │ │ ├── patch-fix-folding.diff │ │ │ │ ├── patch-fix-hl-syntax.diff │ │ │ │ ├── patch-ktexteditor-use-qsettings-iniformat.diff │ │ │ │ ├── patch-priority-spinbox.diff │ │ │ │ └── patch-wrapmsg-location.diff │ │ │ ├── macports.xml │ │ │ ├── patch-allow-older-qt5-minimal.diff │ │ │ ├── patch-allow-older-qt5.diff │ │ │ ├── patch-back2qtscript.diff │ │ │ ├── patch-ctxmenu-fix.diff │ │ │ ├── patch-fix-folding-old.diff │ │ │ ├── patch-fix-folding.diff │ │ │ ├── patch-fix-sel-only-search.diff │ │ │ ├── patch-ktexteditor-mac-shortcuts.diff │ │ │ ├── patch-ktexteditor-menus-mac.diff │ │ │ ├── patch-ktexteditor-mod-message.diff │ │ │ ├── patch-ktexteditor-use-qsettings-iniformat.diff │ │ │ ├── patch-lineheight-D25339.diff │ │ │ ├── patch-revert-a4083c7cf0d62b2c73efe0c4d4f22d65a1f164f1.diff │ │ │ ├── patch-revert-doc_view-scripting.diff │ │ │ └── patch-revert-lineheight-ce4194b5bc2.diff │ │ ├── ktextwidgets │ │ │ ├── patch-ktextwidg-use-qsettings-iniformat.diff │ │ │ └── patch-ktextwidgets-preserve-window-icon.diff │ │ ├── kuserfeedback │ │ │ └── patch-kuserfb-macadapt.diff │ │ ├── kwallet │ │ │ ├── kwalletd5.sh │ │ │ ├── org.macports.kwalletd5.plist │ │ │ ├── patch-fix-gpgme17x.diff │ │ │ ├── patch-kwallet-cmake-keychain-or-kwalletd.diff │ │ │ ├── patch-kwallet-kwalletd-is-agent.diff │ │ │ ├── patch-kwallet-kwalletd-makeforeground.diff │ │ │ └── patch-kwallet-nongui-runtimes.diff │ │ ├── kwayland │ │ │ ├── patch-kwayland-cmake.diff │ │ │ └── patch-kwayland-source.diff │ │ ├── kwidgetsaddons │ │ │ ├── alt │ │ │ │ ├── patch-kmessage-colours.diff │ │ │ │ ├── patch-kmessage-colours2.diff │ │ │ │ ├── patch-kmessage-colours2b.diff │ │ │ │ └── patch-kmessage-colours3.diff │ │ │ ├── patch-allow-older-qt5.diff │ │ │ ├── patch-kmessage-colours3.diff │ │ │ ├── patch-kwa-kbusyindicwid.diff │ │ │ └── patch-kwidgaddons-nonative-colourdialog.diff │ │ ├── kwindowsystem │ │ │ ├── kwindowinfo.cpp │ │ │ ├── kwindowinfo_mac_p.h │ │ │ ├── patch-kwinsys-osx-plugin-complete.diff │ │ │ ├── patch-kwinsys-osx-plugin.diff │ │ │ ├── patch-kwinsys-xcb-plugin.diff │ │ │ └── patch-shift-modifier.diff │ │ ├── kxmlgui │ │ │ ├── patch-delete-without-remove-debug.diff │ │ │ └── patch-kxmlgui-expnd-ttips.diff │ │ ├── patch-kdoctools-xslt_kde.cpp.diff │ │ ├── patch-kpackage-doctools-accept-older-version.diff │ │ ├── plasma-framework │ │ │ └── patch-allow-older-qt5.diff │ │ ├── purpose │ │ │ ├── 5.52.0 │ │ │ │ ├── patch-cast-to-double.diff │ │ │ │ └── patch-no-diffrev-sort.diff │ │ │ ├── future │ │ │ │ └── patch-qt59x.diff │ │ │ ├── patch-auto-open.diff │ │ │ ├── patch-avoid-calling-pure-virtual.diff │ │ │ ├── patch-cast-to-double.diff │ │ │ ├── patch-plugins-CMakeLists.diff │ │ │ ├── patch-qmlplugindump-location.diff │ │ │ └── patch-silence-json-warning.diff │ │ ├── qqc2style │ │ │ ├── 5.52.0 │ │ │ │ └── patch-safe-with-qguiapp-new.diff │ │ │ └── 5.56.0 │ │ │ │ ├── patch-no-arrow.diff │ │ │ │ └── patch-no-iconname.diff │ │ ├── solid │ │ │ ├── patch-solid-invert-iokitlogic.diff │ │ │ ├── patch-solid-udevqt-bind-signals.diff │ │ │ └── patch-solid-xdgdatadirs.diff │ │ ├── sonnet │ │ │ ├── patch-dont-impose-defaultclient.diff │ │ │ └── patch-sonnet-use-qsettings-iniformat.diff │ │ └── upgrading-to-latest.tcl │ ├── generate-checksums.sh │ ├── list-dependencies.tcl │ └── locales.tcl.template ├── kdevelop5-pg-qt │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-nongui-executable.diff │ │ └── patch-support-older-qt5.diff ├── kf5-akonadi │ ├── Portfile │ └── files │ │ ├── patch-akocontacts-nowebengine.diff │ │ ├── patch-akonadi-cmakefiles.diff │ │ └── patch-mp-paths.diff ├── kf5-ark │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-kerfuffle.diff │ │ └── patch-open-files-from-Finder.diff │ │ ├── patch-correct-version.diff │ │ ├── patch-no-kf561.diff │ │ └── patch-no-qt510.diff ├── kf5-audiocd-kio │ ├── Portfile │ └── files │ │ ├── future │ │ └── patch-lkcd-debugging.diff │ │ ├── old │ │ ├── patch-audiocd-cddainterface.diff │ │ └── patch-audiocd-debugging.diff │ │ ├── patch-audiocd-mac.diff │ │ ├── patch-kcddb-mac.diff │ │ ├── patch-lkcd-debugging.diff │ │ └── patch-lkcd-tweaking.diff ├── kf5-baloo-widgets │ ├── Portfile │ └── files │ │ ├── patch-allow-older-qt5.diff │ │ ├── patch-mark-nongui.diff │ │ └── patch-support-no-balootags.diff ├── kf5-baseapps │ ├── Portfile │ └── files │ │ ├── kdialog │ │ ├── patch-nongui-executables.diff │ │ └── patch-preserve-window-icon.diff │ │ ├── keditbookmarks │ │ ├── patch-nongui-executables.diff │ │ ├── patch-preserve-window-icon.diff │ │ └── patch-rename-libs.diff │ │ ├── konqueror │ │ ├── patch-add-app-icon.diff │ │ ├── patch-exclude-netwmh.diff │ │ ├── patch-konq-plugins-validators-tidy_validator.cpp.diff │ │ ├── patch-nongui-executables.diff │ │ ├── patch-plugin-paths.diff │ │ ├── patch-relax-deps.diff │ │ └── patch-rename-libs.diff │ │ └── old │ │ ├── patch-add-app-icon.diff │ │ ├── patch-enable-excepts.diff │ │ ├── patch-exclude-netwmh.diff │ │ ├── patch-konq-plugins-validators-tidy_validator.cpp.diff │ │ ├── patch-nongui-executables.diff │ │ ├── patch-open-docs-from-Finder.diff │ │ ├── patch-plugin-paths.diff │ │ ├── patch-preserve-window-icon.diff │ │ ├── patch-rename-libs.diff │ │ ├── patch-select-apps.diff │ │ ├── patch-sharedOGLcontexts.diff │ │ └── patch-support-qwebengine-56.diff ├── kf5-breeze-icons │ └── Portfile ├── kf5-breeze │ ├── Portfile │ └── files │ │ ├── patch-app-icon.diff │ │ ├── patch-nongui-executable.diff │ │ └── patch-respect-buttonshaveicons.diff ├── kf5-calligra-suite │ ├── Portfile │ └── files │ │ ├── dev-resources │ │ ├── configure-karbon-darwin.log │ │ ├── configure-karbon-linux.log │ │ ├── configure-plan+sheets+words+karbon-darwin.log │ │ ├── configure-sheets+words+karbon-darwin.log │ │ ├── configure-sheets+words+karbon-linux.log │ │ ├── configure-words+karbon-darwin.log │ │ └── configure-words+karbon-linux.log │ │ ├── old │ │ ├── patch-app-icons.diff │ │ ├── patch-build-for-macports.diff │ │ ├── patch-nongui-converter.diff │ │ └── patch-wordsfilters-odf.diff │ │ ├── patch-app-icons.diff │ │ ├── patch-build-for-macports.diff │ │ ├── patch-enable-scripting+braindump.diff │ │ ├── patch-fix-sheets.diff │ │ ├── patch-fontconfig-libs.diff │ │ ├── patch-force-docs-build.diff │ │ ├── patch-general-cmakelist.diff │ │ ├── patch-misc-fixes.diff │ │ ├── patch-open-docs-from-finder.diff │ │ ├── patch-planwork-servicename.diff │ │ └── patch-poppler-update.diff ├── kf5-cli-tools │ ├── Portfile │ └── files │ │ ├── kcmshell5.sh │ │ ├── patch-kworkspace-optional.diff │ │ ├── patch-no-x11.diff │ │ ├── patch-nongui-execs.diff │ │ └── patch-preserve-window-icon.diff ├── kf5-dev-scripts │ └── Portfile ├── kf5-dev-utils │ ├── Portfile │ └── files │ │ └── patch-nongui-execs.diff ├── kf5-digikam │ ├── Portfile │ └── files │ │ ├── devel │ │ └── callcmake.sh │ │ ├── old │ │ ├── patch-allow-nativedialogs.diff │ │ ├── patch-backport-gphotos-fix.diff │ │ ├── patch-fix-qt593-build.diff │ │ ├── patch-fix-qtav-detection.diff │ │ ├── patch-notdefined-syntax.diff │ │ ├── patch-qtav-version.diff │ │ ├── patch-reenable-styles.diff │ │ ├── patch-sbprogwidget.diff │ │ └── patch-tableview-fix.diff │ │ ├── patch-allow-ciment-theme.diff │ │ ├── patch-avoid-crash.diff │ │ ├── patch-default-nativedialogs.diff │ │ ├── patch-disable-qtav.diff │ │ ├── patch-fix-nullptr-access.diff │ │ ├── patch-imagick7-compat.diff │ │ ├── patch-less_exiv2xmp_warnings.diff │ │ ├── patch-macports-build.diff │ │ ├── patch-menubar-action.diff │ │ ├── patch-open-docs-from-Finder.diff │ │ ├── patch-qtav-are-regular-libs.diff │ │ ├── patch-qtav-version.diff │ │ └── patch-webserv-port-override.diff ├── kf5-dolphin │ ├── Portfile │ └── files │ │ └── dolphin │ │ ├── devel │ │ ├── patch-allow-older-deps.diff │ │ ├── patch-crossplat-open.diff │ │ ├── patch-disable-menu-toggle.diff │ │ ├── patch-less-animations.diff │ │ ├── patch-mac-integration-D29178.diff │ │ ├── patch-mark-nongui.diff │ │ ├── patch-move-settings-D29227.diff │ │ ├── patch-open-docs-from-Finder.diff │ │ └── patch-renamedialog_st_567.diff │ │ ├── old │ │ ├── patch-add-app-icon.diff │ │ ├── patch-fileinfo-warning.diff │ │ └── patch-preserve-window-icon.diff │ │ ├── patch-allow-older-qt5.diff │ │ ├── patch-crossplat-open.diff │ │ ├── patch-disable-menu-toggle.diff │ │ ├── patch-make-link.diff │ │ ├── patch-mark-nongui.diff │ │ └── patch-open-docs-from-Finder.diff ├── kf5-dragon │ ├── Portfile │ └── files │ │ └── patch-add-app-icon.diff ├── kf5-drkonqi │ ├── Portfile │ └── files │ │ ├── AppleTerminal.sh │ │ ├── old │ │ ├── patch-D4929.diff │ │ ├── patch-accept-older-deps.diff │ │ ├── patch-combined-for-mac.diff │ │ ├── patch-no-integrationtest.diff │ │ ├── patch-preserve-icons-and-forceforeground.diff │ │ ├── patch-support-for-lldb.diff │ │ └── patch-uninst-msghandler.diff │ │ ├── patch-accept-older-deps.diff │ │ ├── patch-drkonqi-altendings.diff │ │ ├── patch-lldb-integration.diff │ │ ├── patch-no-kosrelease.diff │ │ └── patch-open-directly.diff ├── kf5-gpgmepp │ └── Portfile ├── kf5-gwenview │ ├── Portfile │ └── files │ │ ├── patch-default-noanimation.diff │ │ ├── patch-open-docs-from-finder.diff │ │ └── patch-preserve-icons.diff ├── kf5-kactivitymanagerd │ ├── Portfile │ └── files │ │ └── patch-nongui-executable.diff ├── kf5-kamera │ └── Portfile ├── kf5-kaos-kcms │ └── Portfile ├── kf5-kate │ ├── Portfile │ └── files │ │ ├── Info.plist.template │ │ ├── kate5.sh │ │ ├── old │ │ ├── patch-ctags-plugin1.diff │ │ ├── patch-ctags-plugin2.diff │ │ ├── patch-ctags-plugin3.diff │ │ ├── patch-fix-snippets-exitcrash.diff │ │ └── patch-preserve-icon.diff │ │ ├── patch-add-icons.diff │ │ ├── patch-kde4compat.diff │ │ ├── patch-kte-plugins-kdevelop.diff │ │ ├── patch-no-plugin-unload.diff │ │ ├── patch-show-menubar-with-xcb.diff │ │ └── patch-use-qsettings-iniformat.diff ├── kf5-kcalc │ ├── Portfile │ └── files │ │ └── old │ │ ├── patch-add-app-icon.diff │ │ ├── patch-fix-alignment.diff │ │ └── patch-preserve-icon.diff ├── kf5-kcalcore │ ├── Portfile │ └── files │ │ └── patch-relax-deps.diff ├── kf5-kdbg │ ├── Portfile │ └── files │ │ └── patch-really-support-older-qt.diff ├── kf5-kdebugsettings │ ├── Portfile │ └── files │ │ └── patch-add-icon.diff ├── kf5-kdeconnect │ ├── Portfile │ └── files │ │ ├── org.macports.kdeconnect.plist │ │ ├── patch-allow-older-qt5.diff │ │ └── patch-macports-tweaks.diff ├── kf5-kdecoration │ └── Portfile ├── kf5-kdenlive │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-install-loc-icon-and-type.diff │ │ ├── patch-add-svg-icon.diff │ │ ├── patch-fix-gcc7-build.diff │ │ ├── patch-no-elifdef.diff │ │ ├── patch-protect-consumer.diff │ │ ├── patch-render-filedialog-allowsave.diff │ │ └── patch-silence-c-locale-msg.diff ├── kf5-kdesvn │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-add-and-preserve-app-icon+nongui-askpass.diff │ │ └── patch-fix-install-destination.diff │ │ └── patch-FindSubversion.diff ├── kf5-kdev-mercurial │ ├── Portfile │ └── files │ │ └── old │ │ └── patch-prune-deps.diff ├── kf5-kdev-python │ ├── Portfile │ └── files │ │ └── patch-use-our-python.diff ├── kf5-kdevelop-translations-devel │ ├── Portfile │ └── files │ │ └── CMakeLists.txt ├── kf5-kdevelop │ ├── Portfile │ └── files │ │ ├── 55x │ │ ├── patch-announce-legacy-import.diff │ │ ├── patch-astyle-upgrade.patch │ │ ├── patch-avoid-duchain-hang-on-exit.diff │ │ ├── patch-better-projectname-support.diff │ │ ├── patch-bg-parser-tweaks.diff │ │ ├── patch-build-clang5-linux.diff │ │ ├── patch-cache-qcursorpos.diff │ │ ├── patch-check-oosource-build-dir.diff │ │ ├── patch-clangproblem.diff │ │ ├── patch-cleanup-tempfiles.diff │ │ ├── patch-cmake-macports-first.diff │ │ ├── patch-cmake-normalise-builddir.diff │ │ ├── patch-commit-msg-width.diff │ │ ├── patch-completion-popup.diff │ │ ├── patch-decorated-version.diff │ │ ├── patch-defer-parsing.diff │ │ ├── patch-diff-context4.diff │ │ ├── patch-disable-gdbugger.diff │ │ ├── patch-docview-standalone.diff │ │ ├── patch-docview.diff │ │ ├── patch-extended-support4Objc-formatting.patch │ │ ├── patch-extended-support4Objc-parser.patch │ │ ├── patch-function-completion.diff │ │ ├── patch-gitdiff-noprefix.diff │ │ ├── patch-grep-improved-exclude-filter.diff │ │ ├── patch-height-dep-combined-tooltips.diff │ │ ├── patch-kdevelop-tempdir-alt.diff │ │ ├── patch-kdevelop-tempdir.diff │ │ ├── patch-kdevformatsource.diff │ │ ├── patch-kdevplatform-add-style-menu.diff │ │ ├── patch-menu-under-x11.diff │ │ ├── patch-no-ctxmenu-dupes-D22424.diff │ │ ├── patch-no-ctxmenu-dupes.diff │ │ ├── patch-no-krunner.diff │ │ ├── patch-no-registry-abort.diff │ │ ├── patch-no-translations.diff │ │ ├── patch-nofile-rlimit.diff │ │ ├── patch-only-translations.diff │ │ ├── patch-open-docs-from-Finder-and-env-profile.diff │ │ ├── patch-other3-dirwatching.diff │ │ ├── patch-outputfilteringstrats.diff │ │ ├── patch-parser-propose-more-cxx-standards.diff │ │ ├── patch-patchreview-active-state.diff │ │ ├── patch-prefix-patch.diff │ │ ├── patch-prevent-beachballing.diff │ │ ├── patch-prevent-patchreview-crash.diff │ │ ├── patch-problemreport-focus.diff │ │ ├── patch-projectman-shortcuts-simple.diff │ │ ├── patch-projman-horizscroll.diff │ │ ├── patch-qtb-help-browser2.diff │ │ ├── patch-regular-undocked-windows.diff │ │ ├── patch-rename-kdevexclam.diff │ │ ├── patch-restore-ctags-plugin.diff │ │ ├── patch-revert-D22424.diff │ │ ├── patch-safer-qmake-plugin.diff │ │ ├── patch-separate-ide-and-parser.diff │ │ ├── patch-signal-handler+rlimit.diff │ │ ├── patch-tearoff-menus.diff │ │ ├── patch-temp-fixes-devel.diff │ │ ├── patch-temp-fixes.diff │ │ ├── patch-topcontext-crashfix.diff │ │ ├── patch-topcontexts.diff │ │ ├── patch-use-external-qtassistant.diff │ │ ├── patch-use-what-dialogs.diff │ │ ├── patch-verbose-find_meson.diff │ │ └── patch-x11-no-dockmenu.diff │ │ ├── cmake2port │ │ ├── detach-terminal.sh │ │ ├── devel56 │ │ ├── patch-announce-legacy-import.diff │ │ ├── patch-bg-parser-tweaks.diff │ │ ├── patch-bgjobbs-controller.diff │ │ ├── patch-cmake-normalise-builddir.diff │ │ ├── patch-codebrowser-popup-pr88.diff │ │ ├── patch-commit-msg-width.diff │ │ ├── patch-decorated-version.diff │ │ ├── patch-defer-parsing.diff │ │ ├── patch-diff-context4.diff │ │ ├── patch-docview-standalone.diff │ │ ├── patch-docview.diff │ │ ├── patch-find-clangtidy.diff │ │ ├── patch-kdevplatformshell-verbose.diff │ │ ├── patch-lldb-qt-formatter.diff │ │ ├── patch-mac-uses-objcxx-too.diff │ │ ├── patch-newer-astyle-compat.h │ │ ├── patch-open-docs-from-Finder-and-env-profile.diff │ │ ├── patch-other3-dirwatching.diff │ │ ├── patch-problemrep-wordwrap.diff │ │ ├── patch-qtb-help-browser2.diff │ │ ├── patch-quickopen.diff │ │ ├── patch-regular-undocked-windows.diff │ │ ├── patch-separate-ide-and-parser.diff │ │ ├── patch-tearoff-menus.diff │ │ ├── patch-temp-fixes-devel.diff │ │ ├── patch-temp-fixes.diff │ │ └── patch-use-external-qtassistant.diff │ │ ├── kdevelop-cache-cleanup │ │ ├── kdevelop-qthelp-viewer │ │ ├── kdevelop5.sh │ │ ├── make-mp │ │ ├── make2port │ │ ├── meson2port │ │ ├── meson_plugin.tar.bz2 │ │ ├── old │ │ └── patch-remove-tmpitemrepodirs.diff │ │ ├── port-busy │ │ ├── prepare-RJVB-branch.sh │ │ └── series ├── kf5-kexi │ ├── Portfile │ └── files │ │ ├── kdb │ │ └── patch-kdb-mac-tweaks.diff │ │ └── kexi │ │ ├── old │ │ └── patch-kexi-app-icon.diff │ │ ├── patch-build-documentation.diff │ │ ├── patch-build-fixes.diff │ │ ├── patch-kexi-cmakelists-tweaks.diff │ │ └── patch-kexi-force-fusion.diff ├── kf5-kgpg │ ├── Portfile │ └── files │ │ └── patch-temp-fixes.diff ├── kf5-khelpcentre │ ├── Portfile │ └── files │ │ ├── patch-add-app-icon.diff │ │ ├── patch-info-path.diff │ │ └── patch-preserve-window-icon.diff ├── kf5-kile │ ├── Portfile │ └── files │ │ └── patch-poppler.diff ├── kf5-kio-extras │ ├── Portfile │ └── files │ │ ├── gdrive │ │ ├── patch-fix-and-read_gapi_key.diff │ │ ├── patch-support-older-deps.diff │ │ └── patch-warnings.diff │ │ ├── kextra │ │ ├── patch-fix-textthumb-crash.diff │ │ ├── patch-mtimespec.diff │ │ ├── patch-nfs-darwin.diff │ │ ├── patch-older-qt5.diff │ │ └── patch-taglib.diff │ │ ├── old │ │ └── patch-no-qtwebengine.diff │ │ └── patch-perl-path.diff ├── kf5-kleopatra │ ├── Portfile │ └── files │ │ ├── patch-appnames.diff │ │ ├── patch-featuresummary.diff │ │ └── patch-kde4compat.diff ├── kf5-kmplot │ ├── Portfile │ └── files │ │ └── patch-app-icon.diff ├── kf5-kmymoney │ ├── Portfile │ └── files │ │ ├── patch-build-alkimia-docs.diff │ │ └── patch-no-alkimia-docs.diff ├── kf5-kompare │ ├── Portfile │ └── files │ │ └── old │ │ └── patch-add-icon.diff ├── kf5-konversation │ ├── Portfile │ └── files │ │ └── old │ │ ├── patch-add-app-icon.diff │ │ ├── patch-no-menuitem-reuse.diff │ │ └── patch-preserve-app-icon.diff ├── kf5-krdc │ ├── Portfile │ └── files │ │ ├── patch-add-app-icon.diff │ │ ├── patch-convert-keysyms.diff │ │ ├── patch-include-errno.h │ │ └── patch-no-keepidle.diff ├── kf5-krita-legacy │ ├── Portfile │ └── files │ │ ├── .gitignore │ │ ├── FindGIF.cmake │ │ ├── gmic_plugin │ │ ├── patch-allow-our-buildtype.diff │ │ ├── patch-from-upstream.diff │ │ ├── patch-gmic-tree.diff │ │ ├── patch-really-support-qt59.diff │ │ └── patch-use-libomp.diff │ │ ├── old │ │ ├── patch-header-typo.diff │ │ ├── patch-no-qforeachcontainer.diff │ │ └── patch-qwsmac.diff │ │ ├── patch-clear_iconmap.diff │ │ ├── patch-generic-fixes.diff │ │ ├── patch-linuxy-build.diff │ │ ├── patch-omit-custom-rpath.diff │ │ ├── patch-openexr-2.5.diff │ │ ├── patch-really-support-qt59.diff │ │ ├── patch-show-gmicplugin-error.diff │ │ ├── patch-support-newer-exiv2.diff │ │ ├── patch-support-newer-libraw.diff │ │ ├── patch-support-osx-pre1012.diff │ │ ├── patch-undo-appbundle-and-x11-assumptions.diff │ │ └── patch-update-qmicinterface.diff ├── kf5-krita │ ├── Portfile │ └── files │ │ ├── .gitignore │ │ ├── FindGIF.cmake │ │ ├── gmic_plugin │ │ ├── patch-allow-our-buildtype.diff │ │ ├── patch-really-support-qt59.diff │ │ └── patch-use-libomp.diff │ │ ├── old │ │ ├── patch-header-typo.diff │ │ ├── patch-no-qforeachcontainer.diff │ │ └── patch-qwsmac.diff │ │ ├── patch-aggregate-linux-250502.diff │ │ ├── patch-clear_iconmap.diff │ │ ├── patch-generic-fixes.diff │ │ ├── patch-linuxy-build.diff │ │ ├── patch-omit-custom-rpath.diff │ │ ├── patch-really-support-qt59.diff │ │ ├── patch-show-gmicplugin-error.diff │ │ ├── patch-support-newer-exiv2.diff │ │ ├── patch-support-newer-libraw.diff │ │ ├── patch-support-osx-pre1012.diff │ │ └── patch-undo-appbundle-and-x11-assumptions.diff ├── kf5-kross-interpreters │ ├── Portfile │ └── files │ │ └── patch-nongui-app.diff ├── kf5-kruler │ └── Portfile ├── kf5-ksshaskpass │ ├── Portfile │ └── files │ │ ├── patch-add-icon.diff │ │ └── patch-raise-window.diff ├── kf5-ksysguard │ ├── Portfile │ └── files │ │ └── patch-support-darwin.diff ├── kf5-ktorrent │ ├── Portfile │ └── files │ │ ├── patch-app-icon.diff │ │ ├── patch-nongui-apps.diff │ │ ├── patch-open-docs-from-Finder.diff │ │ └── patch-plugins-path.diff ├── kf5-kube │ ├── Portfile │ └── files │ │ ├── patch-add-app-icon.diff │ │ └── patch-add-gpg-libs.diff ├── kf5-kwalletmanager │ ├── Portfile │ └── files │ │ ├── patch-drop-authentication.diff │ │ ├── patch-enable-restore-from-tray.diff │ │ ├── patch-konfigurator.diff │ │ └── patch-preserve-app-icon.diff ├── kf5-kwebkitpart │ └── Portfile ├── kf5-libkasync │ └── Portfile ├── kf5-libkcontacts │ ├── Portfile │ └── files │ │ └── patch-relax-deps.diff ├── kf5-libkdav │ ├── Portfile │ └── files │ │ └── patch-accept-5.29.0.diff ├── kf5-libkdcraw │ └── Portfile ├── kf5-libkexiv2 │ └── Portfile ├── kf5-libkgapi │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-use-qtwebkit.diff │ │ ├── patch-fix-saslplgn.diff │ │ └── patch-support-older-qt5.diff ├── kf5-libkimap │ └── Portfile ├── kf5-libkimap2 │ └── Portfile ├── kf5-libkipi │ └── Portfile ├── kf5-libkmime │ └── Portfile ├── kf5-libksane │ └── Portfile ├── kf5-libsink │ └── Portfile ├── kf5-lokalize │ ├── Portfile │ └── files │ │ ├── patch-add-app-icon.diff │ │ ├── patch-infoplist.diff │ │ └── patch-use-iniformat.diff ├── kf5-marble-devel │ ├── Portfile │ └── files │ │ └── patch-build-for-macports-git.diff ├── kf5-marble │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-add-app-icon.diff │ │ ├── patch-build-for-macports-16082.diff │ │ ├── patch-build-for-macports-16120.diff │ │ ├── patch-build-for-macports.diff │ │ ├── patch-build-for-macports0.diff │ │ └── patch-build-for-macports2.diff │ │ ├── patch-build-for-macports-git.diff │ │ └── patch-fix-stdabs-ambiguity.diff ├── kf5-messagelib │ └── Portfile ├── kf5-minuet │ ├── Portfile │ └── files │ │ ├── legacy │ │ ├── patch-allow-no-alsa.diff │ │ ├── patch-preserve-app-icon.diff │ │ └── patch-timidity.diff │ │ ├── patch-build-on-mac.diff │ │ ├── patch-ignore-multi-screen.diff │ │ ├── patch-preserve-app-icon.diff │ │ └── patch-soundfont-location.diff ├── kf5-okular │ ├── Portfile │ └── files │ │ ├── devel │ │ └── patch-fix-old-crash.diff │ │ ├── old │ │ ├── patch-disable-mobipocket.diff │ │ ├── patch-frameworks.diff │ │ ├── patch-mobipocket5.diff │ │ ├── patch-open-docs-from-Finder.diff │ │ └── patch-utilcpp.diff │ │ ├── patch-frameworks.diff │ │ ├── patch-generators-cmakelists.diff │ │ ├── patch-install_names.diff │ │ ├── patch-kcfg_name.diff │ │ ├── patch-open-docs-from-Finder.diff │ │ ├── patch-plugin-depends.diff │ │ ├── patch-potent.nullptr-fix.diff │ │ └── patch-use-kate5.diff ├── kf5-osx-integration │ ├── Portfile │ ├── Portfile.subports │ └── files │ │ ├── sample.kf5.env │ │ └── sample_native.kdeglobals ├── kf5-oxygen-icons5 │ └── Portfile ├── kf5-oxygen │ ├── Portfile │ └── files │ │ ├── devel │ │ ├── patch-add-icon.diff │ │ ├── patch-improve-demo.diff │ │ └── patch-support-older-deps.diff │ │ ├── old │ │ ├── patch-demo-add-schemechooser.diff │ │ ├── patch-demo-add-stylechooser.diff │ │ └── patch-qquickwindowh.diff │ │ ├── patch-add-icon.diff │ │ ├── patch-improve-demo.diff │ │ ├── patch-kde4-no-x11.diff │ │ ├── patch-kmw-preview.diff │ │ └── patch-use-kapplication.diff ├── kf5-plasma-browser-integration │ ├── Portfile │ └── files │ │ └── patch-json-install-locations.diff ├── kf5-plasma-desktop │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-disable-unwanted-581+.diff │ │ ├── patch-disable-unwanted-and-adapt-to-OSX.diff │ │ ├── patch-disable-unwanted.diff │ │ └── patch-mac-fonts.diff │ │ ├── patch-disable-unwanted-593+.diff │ │ ├── patch-disable-unwanted-and-adapt-to-OSX.diff │ │ ├── patch-enable-excepts.diff │ │ ├── patch-font-dpi-UI.diff │ │ ├── patch-prefix-etc.diff │ │ └── patch-prefix-usr.diff ├── kf5-plasma-runtime │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-correct-and-nongui-drkonqi.diff │ │ ├── patch-kioslave-desktoplocation.diff │ │ ├── patch-only-useful.diff │ │ └── patch-prepare-temp.diff │ │ ├── patch-add-macrotbool.diff │ │ ├── patch-enable-systray-mac.diff │ │ ├── patch-only-useful-lamarck.diff │ │ └── patch-only-useful.diff ├── kf5-plasma-sdk │ ├── Portfile │ └── files │ │ └── old │ │ ├── patch-no-plasmate.diff │ │ ├── patch-preserve-app-icon.diff │ │ └── patch-temp-fixes.diff ├── kf5-purpose-devel │ ├── Portfile │ └── files │ │ ├── patch-accept-5.42.0.diff │ │ ├── patch-avoid-calling-pure-virtual.diff │ │ ├── patch-cast-to-double.diff │ │ ├── patch-plugins-CMakeLists.diff │ │ └── patch-qmlplugindump-location.diff ├── kf5-rkward │ ├── Portfile │ └── files │ │ ├── patch-fe-start-error.diff │ │ └── rkward.rbackend.sh ├── kf5-skrooge │ ├── Portfile │ └── files │ │ ├── patch-create+preserve-app-icon.diff │ │ ├── patch-force-docs.diff │ │ ├── patch-nongui-executable.diff │ │ └── patch-use-prefix.diff ├── kf5-smb4k │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-cmakelists.diff │ │ ├── patch-missing-header.diff │ │ └── patch-missing-semicolon.diff │ │ ├── patch-add-icon.diff │ │ ├── patch-emulate-freebsd.diff │ │ ├── patch-no-empty-nmblookup.diff │ │ ├── patch-nongui-helpers.diff │ │ └── patch-null-Qaction-deref.diff ├── kf5-systemsettings │ ├── Portfile │ └── files │ │ ├── patch-disable-qml-sidebar.diff │ │ └── patch-preserve-window-icon.diff ├── kf5-tellico │ ├── Portfile │ └── files │ │ ├── patch-add-app-icon.diff │ │ ├── patch-find-q5imageblitz.diff │ │ └── patch-taglib-dep-and-poppler.diff ├── kf5-translations │ ├── Portfile │ └── files │ │ └── patch-only-applications.diff ├── kf5-umbrello │ ├── Portfile │ └── files │ │ ├── patch-correct-prefix.diff │ │ ├── patch-disable-llvm-tests.diff │ │ ├── patch-nongui-app.diff │ │ └── patch-really-add-app-icon.diff ├── kf5-xdg-desktop-portal │ ├── Portfile │ └── files │ │ ├── patch-cd-home.diff │ │ ├── patch-errno+pipe2.diff │ │ ├── patch-for-macstrop.diff │ │ ├── patch-misc-fixes.diff │ │ └── patch-set-x11display.diff ├── konsole5 │ ├── Portfile │ └── files │ │ ├── devel │ │ ├── patch-allow-older-deps.diff │ │ ├── patch-fix-crash-on-exit.diff │ │ ├── patch-highlightlines-default-off.diff │ │ ├── patch-maybe-qproxystyle.diff │ │ ├── patch-prune-contextmenu.diff │ │ └── patch-reduce-qcursorpos-queries.diff │ │ ├── mac.keytab │ │ ├── old │ │ ├── patch-add-icon.diff │ │ ├── patch-key-shortcuts.diff │ │ ├── patch-preserve-window-icon.diff │ │ ├── patch-q_os_osx.diff │ │ ├── patch-really-no-x11.diff │ │ ├── patch-session-restore.diff │ │ └── patch-test-clip-selection.diff │ │ ├── patch-prune-contextmenu.diff │ │ └── patch-use-native-menu.diff ├── libqgit2 │ ├── Portfile │ └── files │ │ ├── patch-fix-rebase-test.diff │ │ └── patch-no-docs.diff └── okteta5 │ ├── Portfile │ └── files │ ├── patch-fix-memset-build-glitch.diff │ └── patch-preserve-app-icon.diff ├── lang ├── antlr3 │ ├── Portfile │ └── files │ │ └── antlr3.sh ├── fpc │ └── Portfile ├── gcc12 │ ├── Portfile │ └── files │ │ ├── mp-gcc12 │ │ ├── patch-darwin-gcc-12.3.0.diff │ │ ├── patch-gcc10-disable-macports-cctools-as-changes.diff │ │ ├── patch-lld-is-ld64.lld.diff │ │ ├── patch-no-fstatat-on-darwin.diff │ │ ├── patch-no-gstabs-on-darwin.diff │ │ └── patch-use-libcxx-by-default.diff ├── gcc13 │ ├── Portfile │ └── files │ │ ├── mp-gcc13 │ │ ├── old │ │ ├── patch-darwin-gcc-13.2.0.diff │ │ └── patch-darwin-gcc-13.3.0.diff │ │ ├── patch-OSX10.14-ucred-atomic-define.diff │ │ ├── patch-build-CXX-with-stdlib=libstdc.diff │ │ ├── patch-darwin-gcc-13.4.0.diff │ │ ├── patch-disable-sys-header-missing-abort.diff │ │ ├── patch-gcc10-disable-macports-cctools-as-changes.diff │ │ ├── patch-simple-mp-build-progress-display.diff │ │ └── patch-use-libcxx-by-default.diff ├── gcc6 │ ├── Portfile │ └── files │ │ ├── for-boost │ │ └── patch-libcpp-everywhere.diff │ │ ├── mp-gcc6 │ │ ├── patch-constchar.diff │ │ ├── patch-float128.diff │ │ └── patch-use-libcxx.diff ├── gcc7 │ ├── Portfile │ └── files │ │ ├── mp-gcc7 │ │ ├── notparallel-install-headers.patch │ │ ├── patch-darwin-ppc-2017-01-msg02971.diff │ │ ├── patch-default-clang-assembler.diff │ │ ├── patch-float128.diff │ │ ├── patch-use-libcxx.diff │ │ ├── patch-use-libcxx0.diff │ │ └── patch-verbose-dsymutil.diff ├── go │ ├── Portfile │ └── files │ │ ├── patch-build-show-commands.diff │ │ ├── patch-cgo-drop-no-nullability-completeness.diff │ │ ├── patch-go-internal-buildid-and-gc-fix-debug.diff │ │ └── patch-macOS-10.6.diff ├── libclc │ └── Portfile ├── libcxx │ ├── Portfile │ └── files │ │ ├── 9 │ │ ├── 3002-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── patch-accept-build_types.diff │ │ ├── patch-benchmarks-not-universal.diff │ │ ├── patch-config-availability+ABIhiding.diff │ │ ├── patch-dont-selectively-export-cxxabi-symbols.diff │ │ ├── patch-fix-test-empty-SDKROOT.diff │ │ ├── patch-install_location_version_and_name.diff │ │ └── patch-prune-exported-cxxabi-symbols.diff │ │ ├── 13 │ │ ├── 0010-compiler-rt-cmake-config-ix.cmake-was-Leopard-No-ASA.patch │ │ ├── 0011-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 0012-compiler-rt-add-some-defs-missing-in-older-SDKs.patch │ │ ├── 0016-10.10-and-less-compiler-rt-find-macosx-sdk.patch │ │ ├── 0017-10.6-and-less-libcxx-work-around-no-reexported_symbo.patch │ │ ├── 0017-10.6-and-less-libcxxabi-work-around-no-reexported_symbo.patch │ │ ├── 0021-10.6-and-less-libcxx-disable-Availability-tests.patch │ │ ├── 0024-10.5-and-less-compiler-rt-work-around-no-libdispatch.patch │ │ ├── patch-accept-build_types.diff │ │ ├── patch-allow-builds-with-gcc.diff │ │ ├── patch-benchmark_mplibstdcxx.diff │ │ ├── patch-benchmarks-cmake-fixes.diff │ │ ├── patch-cheaper-variant-benchmark.diff │ │ ├── patch-config-availability+ABIhiding.diff │ │ ├── patch-experimental-no-lto.diff │ │ ├── patch-install_location_version_and_name.diff │ │ ├── patch-more-exported-symbols.diff │ │ ├── patch-no-const_expr_dtor.diff │ │ ├── patch-no-universal-or-filesystem-benchmarks.diff │ │ ├── patch-no_result_of.diff │ │ ├── patch-strings-benchmark.diff │ │ └── patch-use-pstl.diff │ │ ├── 17 │ │ ├── 0010-compiler-rt-cmake-config-ix.cmake-was-Leopard-No-ASA.patch │ │ ├── 0011-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 0012-compiler-rt-add-some-defs-missing-in-older-SDKs.patch │ │ ├── 0016-10.10-and-less-compiler-rt-find-macosx-sdk.patch │ │ ├── 0017-10.6-and-less-libcxx-work-around-no-reexported_symbo.patch │ │ ├── 0017-10.6-and-less-libcxxabi-work-around-no-reexported_symbo.patch │ │ ├── 0021-10.6-and-less-libcxx-disable-Availability-tests.patch │ │ ├── 0024-10.5-and-less-compiler-rt-work-around-no-libdispatch.patch │ │ ├── 0027-libcxx-link-gcc_s.1-on-macOS-before-10.6.patch │ │ ├── 0028-libcxx-use-malloc-free-only-on-macOS-before-10.6.patch │ │ ├── 0042-mbstate_t-not-defined.patch │ │ ├── 0120-clang-no-verbose-abort-in-library.diff │ │ ├── 49d2071572d484a2b5dc356f59050bb173c8c77c-inverse.patch │ │ ├── b98da4c71edda3df0a0555b1ab63ec52e92252b4-inverse.patch │ │ ├── patch-accept-build_types.diff │ │ ├── patch-benchmark_mplibstdcxx.diff │ │ ├── patch-cheaper-variant-benchmark.diff │ │ ├── patch-config-availability+ABIhiding.diff │ │ ├── patch-experimental-no-lto.diff │ │ ├── patch-install_location_version_and_name.diff │ │ ├── patch-make-legacy_support-symbols-private.diff │ │ ├── patch-make-pointer_traits-sfinae-friendly.diff │ │ ├── patch-more-exported-symbols.diff │ │ ├── patch-no-const_expr_dtor.diff │ │ ├── patch-no-reexported-symbols-from-objectfiles.diff │ │ ├── patch-strings-benchmark.diff │ │ └── patch-support-GCC-and-older-clang.diff │ │ ├── find_reexported_from_legacy-support.sh │ │ ├── old │ │ ├── 3001-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3001-buildit-build-fix-for-Leopard.patch │ │ ├── 3002-buildit-Set-compatibility-version-to-RC_ProjectSourc.patch │ │ ├── 3003-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3004-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── patch-accept-build_types.diff │ │ ├── patch-install_location_version_and_name.diff │ │ └── patch-respect-optflags.diff │ │ └── optlibs.sh ├── libcxxabi │ ├── Portfile │ └── files │ │ ├── 0001-Update-buildit-script-to-read-EXTRA_LDFLAGS-from-the.patch │ │ └── patch-respect-optflags.diff ├── libgcc │ ├── Portfile │ └── files │ │ └── get_GLIBCXX_USE_CXX11_ABI.sh ├── libomp │ ├── Portfile │ └── files │ │ ├── patch-libomp-use-gettid-on-Leopard.diff │ │ └── patch-test-ignore-unexpected-dependencies.diff ├── llvm-12 │ ├── Portfile │ └── files │ │ ├── 0001-MacPorts-only-clang-use-MP-omp-locations.patch │ │ ├── 0002-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0003-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 0004-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 0005-clang-support-macports-libstdcxx.patch │ │ ├── 0006-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0007-Threading-Only-call-pthread_setname_np-if-we-have-it.patch │ │ ├── 0008-Threading-Only-call-setpriority-PRIO_DARWIN_THREAD-0.patch │ │ ├── 0009-lib-Support-Unix-Path.inc-define-COPYFILE_CLONE-if-n.patch │ │ ├── 0010-compiler-rt-cmake-config-ix.cmake-was-Leopard-No-ASA.patch │ │ ├── 0011-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 0012-compiler-rt-add-some-defs-missing-in-older-SDKs.patch │ │ ├── 0013-clang-add-back-runtime-libraries-used-on-10.4-and-10.patch │ │ ├── 0014-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch │ │ ├── 0015-Fixup-libstdc-header-search-paths-for-older-versions.patch │ │ ├── 0016-10.10-and-less-compiler-rt-find-macosx-sdk.patch │ │ ├── 0017-10.6-and-less-libcxx-work-around-no-reexported_symbo.patch │ │ ├── 0018-10.6-and-less-clang-default-to-libc-on-all-darwin-sy.patch │ │ ├── 0019-10.6-and-less-use-emulated-TLS-before-10.7.patch │ │ ├── 0020-10.6-and-less-work-around-no-directory-watcher-befor.patch │ │ ├── 0021-10.6-and-less-libcxx-disable-Availability-tests.patch │ │ ├── 0022-10.5-and-less-default-to-fno-blocks.patch │ │ ├── 0023-10.5-and-less-use-older-cfname-and-fix-uuid-on-leopa.patch │ │ ├── 0024-10.5-and-less-compiler-rt-work-around-no-libdispatch.patch │ │ ├── 0025-lldb-add-defines-needed-for-older-SDKs.patch │ │ ├── llvm-bin │ │ ├── llvm-bin-compat │ │ ├── mp-clang-12 │ │ ├── mp-lld-12 │ │ ├── mp-llvm-12 │ │ ├── patch-RTLD_FIRST.diff │ │ ├── patch-accept-build_types.diff │ │ ├── patch-allow-libstdcxx_macports.diff │ │ └── patch-config-availability+ABIhiding.diff ├── llvm-16 │ ├── Portfile │ └── files │ │ ├── 0001-MacPorts-only-clang-use-MP-omp-locations.patch │ │ ├── 0002-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0003-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 0004-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 0005-clang-support-macports-libstdcxx.patch │ │ ├── 0006-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0007-Threading-Only-call-pthread_setname_np-if-we-have-it.patch │ │ ├── 0008-Threading-Only-call-setpriority-PRIO_DARWIN_THREAD-0.patch │ │ ├── 0009-lib-Support-Unix-Path.inc-define-COPYFILE_CLONE-if-n.patch │ │ ├── 0010-compiler-rt-cmake-config-ix.cmake-was-Leopard-No-ASA.patch │ │ ├── 0011-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 0012-compiler-rt-add-some-defs-missing-in-older-SDKs.patch │ │ ├── 0013-clang-add-back-runtime-libraries-used-on-10.4-and-10.patch │ │ ├── 0014-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch │ │ ├── 0015-Fixup-libstdc-header-search-paths-for-older-versions.patch │ │ ├── 0016-10.10-and-less-compiler-rt-find-macosx-sdk.patch │ │ ├── 0017-10.6-and-less-libcxx-work-around-no-reexported_symbo.patch │ │ ├── 0017-10.6-and-less-libcxxabi-work-around-no-reexported_symbo.patch │ │ ├── 0019-10.6-and-less-use-emulated-TLS-before-10.7.patch │ │ ├── 0020-10.6-and-less-work-around-no-directory-watcher-befor.patch │ │ ├── 0021-10.6-and-less-libcxx-disable-Availability-tests.patch │ │ ├── 0022-10.5-and-less-default-to-fno-blocks.patch │ │ ├── 0024-10.5-and-less-compiler-rt-work-around-no-libdispatch.patch │ │ ├── 0025-lldb-add-defines-needed-for-older-SDKs.patch │ │ ├── 0026-llvm-set-memrchr-unavailable.patch │ │ ├── 0027-libcxx-link-gcc_s.1-on-macOS-before-10.6.patch │ │ ├── 0028-libcxx-use-malloc-free-only-on-macOS-before-10.6.patch │ │ ├── 0031-Avoid-Use-Of-Clonefile.patch │ │ ├── 0100-define-target-os-osx.patch │ │ ├── 0110-Avoid-Pthread-QOS.patch │ │ ├── 0999-i386-fix.diff │ │ ├── 49d2071572d484a2b5dc356f59050bb173c8c77c-inverse.patch │ │ ├── b98da4c71edda3df0a0555b1ab63ec52e92252b4-inverse.patch │ │ ├── ld64.lld.sh │ │ ├── llvm-bin │ │ ├── llvm-bin-compat │ │ ├── mp-clang-16 │ │ ├── mp-lld-16 │ │ ├── mp-lldb-16 │ │ ├── mp-llvm-16 │ │ ├── patch-RTLD_FIRST.diff │ │ └── patch-accept-build_types.diff ├── llvm-17 │ ├── Portfile │ └── files │ │ ├── 0001-MacPorts-only-clang-use-MP-omp-locations.patch │ │ ├── 0002-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0003-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 0004-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 0005-clang-support-macports-libstdcxx-and-libcxx.patch │ │ ├── 0006-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0007-Threading-Only-call-pthread_setname_np-if-we-have-it.patch │ │ ├── 0008-Threading-Only-call-setpriority-PRIO_DARWIN_THREAD-0.patch │ │ ├── 0009-lib-Support-Unix-Path.inc-define-COPYFILE_CLONE-if-n.patch │ │ ├── 0010-compiler-rt-cmake-config-ix.cmake-was-Leopard-No-ASA.patch │ │ ├── 0011-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 0012-compiler-rt-add-some-defs-missing-in-older-SDKs.patch │ │ ├── 0013-clang-add-back-runtime-libraries-used-on-10.4-and-10.patch │ │ ├── 0014-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch │ │ ├── 0016-10.10-and-less-compiler-rt-find-macosx-sdk.patch │ │ ├── 0017-10.6-and-less-libcxx-work-around-no-reexported_symbo.patch │ │ ├── 0017-10.6-and-less-libcxxabi-work-around-no-reexported_symbo.patch │ │ ├── 0019-10.6-and-less-use-emulated-TLS-before-10.7.patch │ │ ├── 0020-10.6-and-less-work-around-no-directory-watcher-befor.patch │ │ ├── 0021-10.6-and-less-libcxx-disable-Availability-tests.patch │ │ ├── 0022-10.5-and-less-default-to-fno-blocks.patch │ │ ├── 0024-10.5-and-less-compiler-rt-work-around-no-libdispatch.patch │ │ ├── 0025-lldb-add-defines-needed-for-older-SDKs.patch │ │ ├── 0026-llvm-set-memrchr-unavailable.patch │ │ ├── 0027-libcxx-link-gcc_s.1-on-macOS-before-10.6.patch │ │ ├── 0028-libcxx-use-malloc-free-only-on-macOS-before-10.6.patch │ │ ├── 0031-Avoid-Use-Of-Clonefile.patch │ │ ├── 0041-no-Werror-unguarded-availability-new.patch │ │ ├── 0042-mbstate_t-not-defined.patch │ │ ├── 0043-builtins-Move-cfi-start-s-after-the-symbol-name-NFC.patch │ │ ├── 0100-define-target-os-osx.patch │ │ ├── 0110-Avoid-Pthread-QOS.patch │ │ ├── 0120-clang-no-verbose-abort-in-library.diff │ │ ├── 0130-10.14-and-less-availability.patch │ │ ├── 0999-i386-fix.diff │ │ ├── 49d2071572d484a2b5dc356f59050bb173c8c77c-inverse.patch │ │ ├── add-missed-i386-host.diff │ │ ├── b98da4c71edda3df0a0555b1ab63ec52e92252b4-inverse.patch │ │ ├── find_abi_headers.sh │ │ ├── ld.lld.sh │ │ ├── ld64.lld.sh │ │ ├── llvm-bin │ │ ├── llvm-bin-compat │ │ ├── mp-clang-17 │ │ ├── mp-lld-17 │ │ ├── mp-lldb-17 │ │ ├── mp-llvm-17 │ │ ├── patch-RTLD_FIRST.diff │ │ ├── patch-accept-build_types.diff │ │ ├── patch-config-availability+ABIhiding.diff │ │ ├── patch-make-pointer_traits-sfinae-friendly.diff │ │ ├── patch-port:lld-wants-symbolizer.diff │ │ └── patch-provide-cxxabi_init_exceptions-linux.diff ├── llvm-3.7 │ ├── Portfile │ └── files │ │ ├── 0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch │ │ ├── 0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0003-MacPorts-Only-Update-install-targets-for-clang-subpo.patch │ │ ├── 0004-MacPorts-Only-Use-full-path-for-the-dylib-id-instead.patch │ │ ├── 0005-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0006-MacPorts-Only-Skip-checking-for-python-in-configure.patch │ │ ├── 0007-Remove-override-of-raise-abort-and-__assert_rtn.patch │ │ ├── 1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 1002-MacPorts-Only-Fall-back-on-xcodebuild-sdk-when-xcrun.patch │ │ ├── 1003-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 1004-MacPorts-Only-Relocate-clang-resources-using-llvm-ve.patch │ │ ├── 1005-Default-to-ppc7400-for-OSX-10.5.patch │ │ ├── 1006-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch │ │ ├── 1007-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch │ │ ├── 2001-MacPorts-Only-Comment-out-SL-cctools-workaround.patch │ │ ├── 2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch │ │ ├── 2003-Fall-back-on-xcodebuild-sdk-when-xcrun-sdk-is-not-su.patch │ │ ├── 2004-On-darwin-build-ppc-slices-of-the-compiler-runtime-i.patch │ │ ├── 2005-MacPorts-Only-Don-t-build-x86_64h-slice-of-compiler-.patch │ │ ├── 2006-Set-abort_on_error-to-true-by-default.patch │ │ ├── 2007-cherry-pick-RemoveANSIEscapeSequencesFromString-from.patch │ │ ├── 2008-Save-the-ASan-report-in-the-OS-X-crash-log.patch │ │ ├── 3001-buildit-build-fix-for-Leopard.patch │ │ ├── 3002-buildit-Set-compatibility-version-to-RC_ProjectSourc.patch │ │ ├── 3003-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3004-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── compiler_rt-toolchain.patch │ │ ├── leopard-no-asan.patch │ │ ├── leopard-no-blocks.patch │ │ ├── llvm-bin │ │ ├── llvm-skip-unittests.patch │ │ ├── mp-clang-3.7 │ │ ├── mp-llvm-3.7 │ │ └── openmp-locations.patch ├── llvm-3.8 │ ├── Portfile │ └── files │ │ ├── 0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch │ │ ├── 0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0003-MacPorts-Only-Update-install-targets-for-clang-subpo.patch │ │ ├── 0004-MacPorts-Only-Use-full-path-for-the-dylib-id-instead.patch │ │ ├── 0005-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0006-MacPorts-Only-Skip-checking-for-python-in-configure.patch │ │ ├── 0007-Remove-override-of-raise-abort-and-__assert_rtn.patch │ │ ├── 1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 1002-MacPorts-Only-Fall-back-on-xcodebuild-sdk-when-xcrun.patch │ │ ├── 1003-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 1004-MacPorts-Only-Relocate-clang-resources-using-llvm-ve.patch │ │ ├── 1005-Default-to-ppc7400-for-OSX-10.5.patch │ │ ├── 1006-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch │ │ ├── 1007-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch │ │ ├── 2001-MacPorts-Only-Comment-out-SL-cctools-workaround.patch │ │ ├── 2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch │ │ ├── 2003-Fall-back-on-xcodebuild-sdk-when-xcrun-sdk-is-not-su.patch │ │ ├── 2004-On-darwin-build-ppc-slices-of-the-compiler-runtime-i.patch │ │ ├── 2005-MacPorts-Only-Don-t-build-x86_64h-slice-of-compiler-.patch │ │ ├── 2006-MacPorts-Only-Fix-regression-introduced-when-fixing-.patch │ │ ├── 2007-MacPorts-Only-Don-t-check-for-the-macosx.internal-SD.patch │ │ ├── 2008-darwin-Don-t-include-eprintf-in-libclang_rt.osx.a.patch │ │ ├── 3001-buildit-build-fix-for-Leopard.patch │ │ ├── 3002-buildit-Set-compatibility-version-to-RC_ProjectSourc.patch │ │ ├── 3003-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3004-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── compiler_rt-toolchain.patch │ │ ├── leopard-no-asan.patch │ │ ├── leopard-no-blocks.patch │ │ ├── llvm-bin │ │ ├── llvm-skip-unittests.patch │ │ ├── mp-clang-3.8 │ │ ├── mp-lldb-3.8 │ │ ├── mp-llvm-3.8 │ │ ├── openmp-locations.patch │ │ ├── patch-accept-build_types.diff │ │ └── patch-no-codesign.diff ├── llvm-3.9 │ ├── Portfile │ └── files │ │ ├── 0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch │ │ ├── 0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0003-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0004-CMake-Use-CMake-s-default-RPATH-for-the-unit-tests.patch │ │ ├── 0005-CMake-Fix-rpath-construction-for-out-of-tree-builds.patch │ │ ├── 0006-CMake-Make-CMAKE_INSTALL_RPATH-work-again.patch │ │ ├── 0007-CMake-Fix-llvm_setup_rpath-function.patch │ │ ├── 0008-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 1002-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 1003-Default-to-ppc7400-for-OSX-10.5.patch │ │ ├── 1004-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch │ │ ├── 1005-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch │ │ ├── 1006-Fixup-libstdc-header-search-paths-for-older-versions.patch │ │ ├── 1007-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 1008-Sema-Don-t-diagnose-an-array-type-mismatch-when-the-.patch │ │ ├── 2001-MacPorts-Only-Comment-out-SL-cctools-workaround.patch │ │ ├── 2002-Update-CheckArches-to-fallback-on-Intel-ppc-if-ld-v-.patch │ │ ├── 2003-Fall-back-on-xcodebuild-sdk-when-xcrun-sdk-is-not-su.patch │ │ ├── 2004-On-darwin-build-ppc-slices-of-the-compiler-runtime-i.patch │ │ ├── 2005-MacPorts-Only-Don-t-build-x86_64h-slice-of-compiler-.patch │ │ ├── 2006-MacPorts-Only-Fix-regression-introduced-when-fixing-.patch │ │ ├── 2007-MacPorts-Only-Don-t-check-for-the-macosx.internal-SD.patch │ │ ├── 3001-buildit-build-fix-for-Leopard.patch │ │ ├── 3002-buildit-Set-compatibility-version-to-RC_ProjectSourc.patch │ │ ├── 3003-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3004-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── 9001-macports-libstdcxx.diff │ │ ├── compiler_rt-toolchain.patch │ │ ├── leopard-no-asan.patch │ │ ├── leopard-no-blocks.patch │ │ ├── llvm-bin │ │ ├── mp-clang-3.9 │ │ ├── mp-lldb-3.9 │ │ ├── mp-llvm-3.9 │ │ ├── openmp-locations.patch │ │ ├── patch-accept-build_types.diff │ │ ├── patch-lldbmi-fix-cli-output.diff │ │ ├── patch-no-codesign-3.9.diff │ │ └── patch-private-include-path.diff ├── llvm-4.0 │ ├── Portfile │ └── files │ │ ├── 0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch │ │ ├── 0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0003-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0004-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 1000-MacPorts-Only-Helper-script-for-generating-patches.patch │ │ ├── 1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 1002-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 1003-Default-to-ppc7400-for-OSX-10.5.patch │ │ ├── 1004-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch │ │ ├── 1005-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch │ │ ├── 1006-Fixup-libstdc-header-search-paths-for-older-versions.patch │ │ ├── 1007-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 1008-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch │ │ ├── 2001-MacPorts-Only-Don-t-check-for-the-macosx.internal-SD.patch │ │ ├── 3001-buildit-build-fix-for-Leopard.patch │ │ ├── 3002-buildit-Set-compatibility-version-to-RC_ProjectSourc.patch │ │ ├── 3003-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3004-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3005-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── 4001-https-llvm.org-bugs-show_bug.cgi-id-31433.patch │ │ ├── 4002-Fix-build-on-Mountain-Lion.patch │ │ ├── 9001-macports-libstdcxx.diff │ │ ├── leopard-no-asan.patch │ │ ├── leopard-no-blocks.patch │ │ ├── llvm-bin │ │ ├── mp-clang-4.0 │ │ ├── mp-llvm-4.0 │ │ ├── openmp-locations.patch │ │ ├── patch-accept-build_types.diff │ │ └── patch-private-include-path.diff ├── llvm-5.0 │ ├── Portfile │ └── files │ │ ├── 0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch │ │ ├── 0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0003-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0004-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 0005-Dont-build-LibFuzzer-pre-Lion-due-to-missing-__threa.patch │ │ ├── 1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 1002-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 1003-Default-to-ppc7400-for-OSX-10.5.patch │ │ ├── 1004-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch │ │ ├── 1005-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch │ │ ├── 1006-Fixup-libstdc-header-search-paths-for-older-versions.patch │ │ ├── 1007-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 1008-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch │ │ ├── 2001-tsan-Annotate-function-parameters-with-attribute-noe.patch │ │ ├── 2002-Ignore-the-DISPATCH_NOESCAPE-if-not-defined.patch │ │ ├── 3001-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3002-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3003-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── 4001-https-llvm.org-bugs-show_bug.cgi-id-31433.patch │ │ ├── 4002-Fix-build-on-Mountain-Lion.patch │ │ ├── 9001-macports-libstdcxx.diff │ │ ├── leopard-no-asan.patch │ │ ├── leopard-no-blocks.patch │ │ ├── llvm-bin │ │ ├── llvm-bin-compat │ │ ├── mp-clang-5.0 │ │ ├── mp-llvm-5.0 │ │ ├── openmp-locations.patch │ │ ├── patch-accept-build_types.diff │ │ ├── patch-config-availability+ABIhiding.diff │ │ └── patch-private-include-path.diff ├── llvm-6.0 │ ├── Portfile │ └── files │ │ ├── 0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch │ │ ├── 0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0003-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0004-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 0005-Threading-Only-call-pthread_setname_np-on-SnowLeopar.patch │ │ ├── 1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 1002-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 1003-Default-to-ppc7400-for-OSX-10.5.patch │ │ ├── 1004-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch │ │ ├── 1005-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch │ │ ├── 1006-Fixup-libstdc-header-search-paths-for-older-versions.patch │ │ ├── 1007-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 1008-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch │ │ ├── 2001-xray-Define-O_CLOEXEC-for-older-SDKs-that-don-t-have.patch │ │ ├── 3001-Fix-local-and-iterator-when-building-with-Lion-and-n.patch │ │ ├── 3002-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3003-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── 4001-https-llvm.org-bugs-show_bug.cgi-id-31433.patch │ │ ├── 4002-Fix-build-on-Mountain-Lion.patch │ │ ├── 9001-macports-libstdcxx.diff │ │ ├── leopard-no-asan.patch │ │ ├── leopard-no-blocks.patch │ │ ├── llvm-bin │ │ ├── llvm-bin-compat │ │ ├── mp-clang-6.0 │ │ ├── mp-llvm-6.0 │ │ ├── openmp-locations.patch │ │ ├── patch-accept-build_types.diff │ │ └── patch-config-availability+ABIhiding.diff ├── llvm-9.0 │ ├── Portfile │ └── files │ │ ├── 0001-Set-the-Mach-O-CPU-Subtype-to-ppc7400-when-targeting.patch │ │ ├── 0002-Define-EXC_MASK_CRASH-and-MACH_EXCEPTION_CODES-if-th.patch │ │ ├── 0003-MacPorts-Only-Don-t-embed-the-deployment-target-in-t.patch │ │ ├── 0004-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 0005-Threading-Only-call-pthread_setname_np-on-SnowLeopar.patch │ │ ├── 0006-Only-call-setpriority-PRIO_DARWIN_THREAD-0-PRIO_DARW.patch │ │ ├── 1001-MacPorts-Only-Prepare-clang-format-for-replacement-w.patch │ │ ├── 1002-MacPorts-Only-Fix-name-of-scan-view-executable-insid.patch │ │ ├── 1003-Default-to-ppc7400-for-OSX-10.5.patch │ │ ├── 1004-Default-to-fragile-ObjC-runtime-when-targeting-darwi.patch │ │ ├── 1005-Fixup-libstdc-header-search-paths-for-older-versions.patch │ │ ├── 1006-Fix-build-issues-pre-Lion-due-to-missing-a-strnlen-d.patch │ │ ├── 1007-Fix-float.h-to-work-on-Snow-Leopard-and-earlier.patch │ │ ├── 2001-xray-Define-O_CLOEXEC-for-older-SDKs-that-don-t-have.patch │ │ ├── 2002-Work-around-no-libdispatch-on-10.6.patch │ │ ├── 3001-Fix-missing-long-long-math-prototypes-when-using-the.patch │ │ ├── 3002-implement-atomic-using-mutex-lock_guard-for-64b-ops-.patch │ │ ├── 5000-patch-lib-support-unix-path-copyfileclone-on-older-systems.diff │ │ ├── 5000-patch-llvm8-tools-dsymutil-symbolmap-use-older-cfname-and-fix-uuid-on-leopard.diff │ │ ├── 5001-patch-libcxx-src-new-posix-memalign-leopard.diff │ │ ├── 5001-patch-machoreader-strnlen.diff │ │ ├── 5002-patch-objdumper-strnlen.diff │ │ ├── 5002-patch-toolchains-darwin-add-back-pre-10.6-link-libs.diff │ │ ├── 5003-patch-no-directory-watcher-on-snowleopard.diff │ │ ├── 5005-MacPorts-only-patch-libcxx-includes-disable-availability-tests.diff │ │ ├── 9000-patch-clang-7.0-support-emulated-tls.diff │ │ ├── 9000-patch-llvm-7.0-support-emulated-tls.diff │ │ ├── 9001-macports-libstdcxx.diff │ │ ├── 9003-patch-clang-7.0-default-to-libcxx-on-all-systems.diff │ │ ├── clang-driver-support-11.x-target.diff │ │ ├── leopard-no-asan.patch │ │ ├── leopard-no-blocks.patch │ │ ├── llvm-bin │ │ ├── llvm-bin-compat │ │ ├── mp-clang-9.0 │ │ ├── mp-llvm-9.0 │ │ ├── openmp-locations.patch │ │ ├── patch-accept-build_types.diff │ │ ├── patch-benchmark_h-numeric_limits.diff │ │ ├── patch-clang-fix-include-next-sysroot-cpp-headers.diff │ │ ├── patch-config-availability+ABIhiding.diff │ │ └── patch-libcxx-includes-config-optional-1013.diff ├── macports-libcxx │ ├── Portfile │ └── files │ │ └── patch-disable-availabilty.diff ├── nasm │ └── Portfile ├── nodejs22 │ ├── Portfile │ └── files │ │ ├── node.v22.21.0.cpp.patch │ │ ├── node.v22.21.1.cpp.patch │ │ ├── patch-add-pthread-qos-guard-for-older-macs.patch │ │ ├── patch-common.gypi.diff │ │ ├── patch-control-python-version.diff │ │ ├── patch-crypto_context-pre-1014.diff │ │ ├── patch-fix-packaged-libuv.diff │ │ ├── patch-maybe-no-os_availability.diff │ │ ├── patch-no-debuginfo.diff │ │ └── patch-no-sys_random_h.diff ├── nodejs24 │ ├── Portfile │ └── files │ │ ├── node.v24.11.1.cpp.patch │ │ ├── patch-add-pthread-qos-guard-for-older-macs.patch │ │ ├── patch-common.gypi.diff │ │ ├── patch-control-python-version.diff │ │ ├── patch-crypto_context-pre-1014.diff │ │ ├── patch-fix-packaged-libuv.diff │ │ ├── patch-maybe-no-os_availability.diff │ │ ├── patch-memfd_create.diff │ │ ├── patch-no-clang-only-werror-opts.diff │ │ ├── patch-no-debuginfo.diff │ │ └── patch-no-sys_random_h.diff └── python311 │ ├── Portfile │ └── files │ ├── configure-disable-libb2.patch │ ├── configure-disable-libuuid.patch │ ├── patch-Lib-cgi.py.diff │ ├── patch-Lib-ctypes-macholib-dyld.py.diff │ ├── patch-configure.diff │ ├── patch-setup.py.diff │ ├── patch-threadid-older-systems.diff │ ├── patch-use-system-libmpdec.diff │ ├── pyconfig.ed │ ├── pyconfig.h-universal.ed │ └── sysconfig.py.patch ├── lxqt ├── liblxqt │ ├── Portfile │ └── files │ │ ├── no-kwindowsystem.patch │ │ └── patch-support-qt59.diff ├── libqtxdg │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-darwin.diff │ │ └── patch-support-qt59.diff ├── lxqt-build-tools │ ├── Portfile │ └── files │ │ ├── patch-ld64-is-apple-linker.diff │ │ └── patch-support-qt59.diff └── lxqt-notificationd │ └── Portfile ├── macports ├── bin │ ├── isatty.c │ ├── port │ ├── port-active-variants │ ├── port-busy │ ├── port-check-conflicts │ ├── port-check-conflicts.new │ ├── port-check-conflicts.tcl │ ├── port-dirs.tcl │ ├── port-edit-state │ ├── port-error │ ├── port-provides │ ├── port-redo-install-phase │ ├── port-swap-active │ ├── port-update-state-checksum │ ├── port-vacuum.tcl │ └── reinplace.tcl └── lib │ ├── macports1.0 │ └── macports.tcl │ ├── port1.0 │ ├── port.tcl │ ├── portconfigure.tcl │ ├── portmain.tcl │ ├── portpatch.tcl │ └── portutil.tcl │ └── registry2.0 │ └── portimage.tcl ├── macstrop.code-workspace ├── mail ├── imap-uw.zip ├── libetpan │ ├── Portfile │ └── files │ │ └── patch-config.h.in.diff ├── libidn │ └── Portfile └── trojita │ └── Portfile ├── math ├── eigen3 │ ├── Portfile │ └── files │ │ ├── ftv2node.png │ │ ├── ftv2pnode.png │ │ ├── old │ │ ├── patch-allow-macports-buildtype.diff │ │ └── unsupported.patch │ │ └── patch-ppc.diff ├── gsl │ └── Portfile └── mpdecimal │ └── Portfile ├── multimedia ├── QtAV │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-temp-fixes.diff │ │ ├── patch-build-for-MP.diff │ │ └── patch-no-pulseaudio.diff ├── VLC-devel │ ├── Portfile │ └── files │ │ ├── PR-34741-no__clang_version__.patch │ │ ├── buildfix-package.mak.patch │ │ ├── configure.ac-no-arch.patch │ │ ├── no-sparkle.patch │ │ ├── patch-for-lua52.diff │ │ ├── patch-no-opencv_example.diff │ │ ├── patch-opencv_includes.diff │ │ ├── patch-qt5-no-x11.diff │ │ ├── patch-simplepreferences.diff │ │ ├── patch-vlc-for-macports.diff │ │ ├── patch-vlc-no-O4.diff │ │ ├── patch-vlc-no-qt5.diff │ │ ├── patch-vlc-qt-configureac.diff │ │ ├── patch_coredialogs_indeterminate_getter.diff │ │ ├── patch_libvlccore_sym.diff │ │ ├── patch_no_addonmanager_xib.diff │ │ ├── patch_no_dispatch_release_with_arc.diff │ │ ├── patch_no_nonnull.diff │ │ ├── patch_no_nullable.diff │ │ ├── patch_no_nullable2.diff │ │ └── static_assert.patch ├── VLC │ ├── Portfile │ ├── Portfile.ffmpeg-devel │ ├── Portfile.ffmpeg.tcl │ ├── Portfile.noLibVLC │ ├── archive.sh │ └── files │ │ ├── libvlc.pc │ │ ├── old │ │ ├── configure.ac-no-arch.patch │ │ ├── lock.h │ │ ├── no-sparkle.patch │ │ ├── patch-build-on-darwin13.diff │ │ ├── patch-build-on-post-1014.diff │ │ ├── patch-build-on-pre-1012.diff │ │ ├── patch-build-on-pre-1014.diff │ │ ├── patch-ffmpeg3-compat.diff │ │ ├── patch-ffmpegVLC.diff │ │ ├── patch-for-libvpx-1.8.0.diff │ │ ├── patch-for-lua52.diff │ │ ├── patch-for-lua53.diff │ │ ├── patch-no-@rpath.diff │ │ ├── patch-no-hrtfs.diff │ │ ├── patch-simplepreferences.diff │ │ ├── patch-soundfont-path.diff │ │ ├── patch-static_assert.diff │ │ ├── patch-use-NSGetEnviron.diff │ │ ├── patch-vda-ffmpeg34+.diff │ │ ├── patch-vlc-fix-libssh2.diff │ │ ├── patch-vlc-for-macports.diff │ │ ├── patch-vlc-no-qt5.diff │ │ ├── patch-vlc-qt-configureac.diff │ │ └── patch-vlc-qt4mac.diff │ │ ├── vlc-plugin.pc │ │ └── vlc.sh ├── VLC2 │ ├── Portfile │ ├── Portfile.ffmpeg-devel │ ├── Portfile.ffmpeg.tcl │ ├── archive.sh │ └── files │ │ ├── PR-34741-no__clang_version__.patch │ │ ├── ffmpeg │ │ ├── patch-configure-no-error-on-missing-prototypes.diff │ │ └── patch-ffmpegVLC.diff │ │ ├── no-sparkle.patch │ │ ├── old │ │ ├── buildfix-package.mak.patch │ │ ├── patch-for-lua52.diff │ │ ├── patch-ignore-libGL.diff │ │ ├── patch-ogg-nullptr-deref.diff │ │ ├── patch-simplepreferences.diff │ │ ├── patch-strverscmp.diff │ │ ├── patch-vlc-for-macports-old.diff │ │ ├── patch-vlc-for-macports2.diff │ │ ├── patch-vlc-no-qt5.diff │ │ ├── patch-vlc-qt-configureac.diff │ │ ├── patch-vlc-qt4mac.diff │ │ ├── qtkit.patch │ │ ├── static_assert.patch │ │ └── vlc │ │ ├── patch-build-on-post-1012.diff │ │ ├── patch-buildsystem.diff │ │ ├── patch-ffmpeg3-compat.diff │ │ ├── patch-ffmpeg4-compat.diff │ │ ├── patch-for-lua53.diff │ │ ├── patch-modules-codec-x264-new-api.diff │ │ ├── patch-no-opencv_example.diff │ │ ├── patch-opencv_includes.diff │ │ ├── patch-really-no-qtkit.diff │ │ ├── patch-soundfont-path.diff │ │ ├── patch-static_assert.diff │ │ ├── patch-use-NSGetEnviron.diff │ │ ├── patch-vda-ffmpeg34+.diff │ │ ├── patch-vlc-for-macports.diff │ │ └── patch-vlc-no-O4.diff ├── aacs_updater │ └── Portfile ├── audacious-core │ ├── Portfile │ └── files │ │ ├── audacious.icns.bz2 │ │ ├── devel │ │ ├── patch-qt-embedded-resource.diff │ │ ├── patch-qt-fontchoices.diff │ │ ├── patch-qt-prefswin-improvements.diff │ │ ├── patch-qt-really-native-menubar.diff │ │ ├── patch-qt5-improvements.diff │ │ ├── patch-qt5-mainloop-timer.diff │ │ ├── patch-qt5-playback-qthread.diff │ │ └── patch-verbose-build.diff │ │ ├── patch-drop-libc++.diff │ │ ├── patch-gtk3.diff │ │ ├── patch-qt5-improvements.diff │ │ ├── patch-qt5-mainloop-timer.diff │ │ ├── patch-qt5-playback-qthread.diff │ │ └── patch-update-buildsys-and-make-verbose.diff ├── audacious-plugins │ ├── Portfile │ └── files │ │ ├── devel │ │ ├── patch-bitperfect-coreaudio.diff │ │ ├── patch-qt-buttonicons.diff │ │ ├── patch-qt-fontchoices.diff │ │ ├── patch-qt-iconthemes.diff │ │ ├── patch-qt-menushortcuts.diff │ │ ├── patch-qt-no-unified.diff │ │ ├── patch-qt-playlist-tweaks.diff │ │ ├── patch-qt-statusbar-msgs.diff │ │ ├── patch-qt-systray-behaviour.diff │ │ ├── patch-searchresults-layout.diff │ │ ├── patch-searchtool-numresults.diff │ │ └── patch-verbose-build.diff │ │ ├── patch-drop-libc++.diff │ │ ├── patch-fix-coreaudio.diff │ │ ├── patch-gtk3.diff │ │ ├── patch-qt-iconthemes.diff │ │ ├── patch-qt-menushortcuts.diff │ │ ├── patch-qt-native-iconsize.diff │ │ ├── patch-qt-no-unified.diff │ │ └── patch-update-buildsys-and-make-verbose.diff ├── avidemux │ ├── Portfile │ └── files │ │ ├── Avidemux.sh │ │ ├── patch-ffmpeg-build-ccache.diff │ │ ├── patch-limit-debug-output.diff │ │ ├── patch-mac-tweaks.diff │ │ ├── patch-no-lib64.diff │ │ └── patch-vdpau-maybe-hevc.diff ├── dav1d │ ├── Portfile │ └── files │ │ └── patch-dav1d-workaround-no-pthread-setname-Leopard.diff ├── ffmpeg-2 │ ├── Portfile │ └── files │ │ └── patch-configure-no-error-on-missing-prototypes.diff ├── ffmpeg-30 │ ├── Portfile │ └── files │ │ └── patch-configure-no-error-on-missing-prototypes.diff ├── ffmpeg │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-ffmpeg-powerpc-yuv2rgb-altivec-fix.diff │ │ ├── patch-libavcodec-videotoolboxenc.c-drop-Nullable.diff │ │ ├── patch-libsdl2-version.diff │ │ └── patch-openjpeg-2.2.diff │ │ ├── patch-add-pixeldensity.diff │ │ ├── patch-configure-no-error-on-missing-prototypes.diff │ │ ├── patch-issue-9439-non-b-frame-encoding.diff │ │ ├── patch-libavcodec-audiotoolboxenc.c.diff │ │ ├── patch-libavcodec-libsvtav1-ten_bit_format.diff │ │ ├── patch-libavcodec-videotoolboxenc.c.diff │ │ ├── patch-svt-av1-v3.diff │ │ └── patch-texinfo7x-pretest-support.diff ├── ffmpeg6 │ ├── Portfile │ └── files │ │ ├── patch-avutil-builtin-available.diff │ │ ├── patch-configure-no-error-on-missing-prototypes.diff │ │ ├── patch-issue-10695.diff │ │ ├── patch-ladspa-path-@PREFIX@.diff │ │ ├── patch-legacy-librsvg.diff │ │ ├── patch-libavcodec-audiotoolboxenc.c.diff │ │ ├── patch-libavcodec-librsvgdec.diff │ │ ├── patch-libavcodec-profvidworkflow.diff │ │ ├── patch-libavcodec-unhide_ff_sbr_table.diff │ │ ├── patch-libavcodec-videotoolboxenc-legacy.diff │ │ ├── patch-sbr_noise_table_visibility.diff │ │ ├── patch-svt-av1-v3.diff │ │ ├── patch-texinfo7x-pretest-support.diff │ │ └── sbr_noise_table_visibility.h ├── ffmpeg7 │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-legacy-librsvg.diff │ │ ├── patch-libavcodec-unhide_ff_sbr_table.diff │ │ ├── patch-libavcodec-videotoolboxenc-legacy.diff │ │ └── patch-texinfo7x-pretest-support.diff │ │ ├── patch-add-pixeldensity.diff │ │ ├── patch-avutil-builtin-available.diff │ │ ├── patch-configure-no-error-on-missing-prototypes.diff │ │ ├── patch-ladspa-path-@PREFIX@.diff │ │ ├── patch-libavcodec-audiotoolboxenc.c.diff │ │ ├── patch-libavcodec-librsvgdec.diff │ │ ├── patch-libavcodec-profvidworkflow.diff │ │ ├── patch-libavcodec-unhide_ff_sbr_table.diff │ │ ├── patch-libavdevice-avfoundation.diff │ │ ├── patch-sbr_noise_table_visibility.diff │ │ ├── patch-svt-av1-v3.diff │ │ └── sbr_noise_table_visibility.h ├── fluidsynth │ ├── Portfile │ └── files │ │ ├── old │ │ ├── fluid-soundfont_3.1-5.1.diff │ │ ├── patch-force-omp.diff │ │ └── yosemite-libtool.patch │ │ ├── patch-external_project_cc.diff │ │ ├── patch-no-log_h.diff │ │ └── patch-tiger.diff ├── kdenlive │ ├── Portfile │ └── files │ │ └── patch-BUNDLE_INSTALL_DIR.diff ├── libaacs │ ├── Portfile │ └── files │ │ └── patch-mac-tweaks.diff ├── libass │ └── Portfile ├── libbdplus │ └── Portfile ├── libbluray │ ├── Portfile │ └── files │ │ └── old │ │ ├── patch-bdj-mac.diff │ │ ├── patch-bdj_jarfile-loc.diff │ │ └── patch-lib-locs.diff ├── libheif │ └── Portfile ├── libmmbd │ ├── Portfile │ └── files │ │ ├── patch-api_darwin.diff │ │ ├── patch-applocations.diff │ │ ├── patch-buildsystem-mac.diff │ │ ├── patch-buildsystem.diff │ │ └── patch-mac-adaptations.diff ├── libmovit │ ├── Portfile │ └── files │ │ ├── color.130.frag │ │ ├── color.150.frag │ │ ├── patch-no-features_h.diff │ │ ├── patch-nolibrt.diff │ │ ├── patch-notests.diff │ │ ├── patch-opengl.diff │ │ ├── vs-color.130.vert │ │ └── vs-color.150.vert ├── libvpx │ ├── Portfile │ └── files │ │ ├── patch-Makefile.diff │ │ ├── patch-configure.sh.diff │ │ └── patch-vpx_ports.diff ├── mlt │ ├── Portfile │ └── files │ │ ├── patch-RtAudio.cpp.diff │ │ └── patch-filter_rbpitch.cpp.diff ├── openh264 │ ├── Portfile │ └── files │ │ └── meson-build-do-not-hardcode-libc-on-darwin.diff ├── pithos │ └── Portfile ├── qmplay2 │ ├── Portfile │ └── files │ │ ├── QMPlay2_youtubeservice.desktop │ │ ├── legacy │ │ ├── patch-macports-build.diff │ │ └── patch-restore-itunes-disable.diff │ │ ├── old │ │ ├── patch-add-debug-output.diff │ │ ├── patch-bitperfect.diff │ │ ├── patch-build-pre-1012.diff │ │ ├── patch-channel-conversion.diff │ │ ├── patch-ffmpeg-va.diff │ │ ├── patch-fix-vtb-support.diff │ │ ├── patch-hwaccel-legacy-mac.diff │ │ ├── patch-macports-build.diff │ │ ├── patch-macports-build0.diff │ │ ├── patch-opengl.diff │ │ ├── patch-optims.diff │ │ ├── patch-restore-ytdl.diff │ │ ├── patch-support-ladspa-filters.diff │ │ ├── patch-temp-ffixes.diff │ │ └── youtube_uri_handler.sh │ │ ├── patch-dbussend.diff │ │ ├── patch-handle-youtube_scheme.diff │ │ ├── patch-log-to-syslog.diff │ │ ├── patch-macports-build.diff │ │ ├── patch-network-language.diff │ │ ├── patch-no-autoraise-on-play.diff │ │ ├── patch-no-qdeskserv_openurl.diff │ │ ├── patch-opengl.diff │ │ ├── patch-restore-itunes-disable.diff │ │ ├── patch-show-yt-description.diff │ │ ├── patch-support-gcc.diff │ │ ├── patch-support-prevert-qt510-support.diff │ │ ├── patch-support-qt510.diff │ │ ├── patch-support-qt59.diff │ │ ├── patch-support-qt59.old..diff │ │ ├── patch-temp-fixes.diff │ │ ├── patch-vulkan-timeout.diff │ │ ├── patch-ytdlp-more-jsruntimes.diff │ │ ├── patch-ytdlp-sabr-kludge-parallel.diff │ │ ├── patch-ytdlp-sabr-kludge.diff │ │ ├── patch-ytdlp-unpack.diff │ │ └── qmplay2-optQt.sh ├── x264 │ ├── Portfile │ └── files │ │ ├── patch-x264-apple-silicon.diff │ │ └── patch-x264-older-ppc-code.diff ├── x265 │ ├── Portfile │ └── files │ │ ├── patch-always-cxx11.diff │ │ ├── patch-cmakelists-override-processor.diff │ │ └── patch-ppc.diff └── zvbi │ ├── Portfile │ └── files │ └── patch-i386.diff ├── net ├── FreeRDP │ ├── Portfile │ └── files │ │ ├── macfreerdp.sh │ │ ├── old │ │ ├── MainMenu.xib │ │ ├── PasswordDialog.xib │ │ ├── en-MainMenu.xib │ │ └── patch-config.h.in.diff │ │ ├── patch-64bitfs.diff │ │ ├── patch-rdpsnd-legacy.diff │ │ └── patch-xib-files.diff ├── curl │ ├── Portfile │ └── files │ │ ├── configure.patch │ │ ├── managen.patch │ │ ├── patch-docs-Makefile.in.diff │ │ ├── patch-no-autodownload.diff │ │ └── x509asn1.patch ├── ipv6calc │ ├── Portfile │ └── files │ │ ├── patch-man__Makefile.in-add-prefix-variable.diff │ │ └── patch-md5-Makefile.diff ├── minidlna │ ├── Portfile │ └── files │ │ ├── org.macports.minidlnad.plist │ │ └── patch-getifaddr.c.diff ├── mtr │ └── Portfile ├── nss │ ├── Portfile │ └── files │ │ ├── Makefile-MacPorts-Install.in │ │ ├── nss-config.in │ │ ├── nss.pc.in │ │ ├── patch-AR.diff │ │ └── patch-ppc.diff ├── openntpd │ └── Portfile ├── openssh │ ├── Portfile │ └── files │ │ ├── 0002-Apple-keychain-integration-other-changes.patch │ │ ├── 0002-not-Apple-keychain-integration-other-changes.patch │ │ ├── agent.patch │ │ ├── com.openssh.sshd.sb │ │ ├── launchd.patch │ │ ├── macports-config.patch │ │ ├── old │ │ ├── 7.6p1 │ │ │ ├── 0002-Apple-keychain-integration-other-changes.patch │ │ │ ├── openssh-7.6p1-gsskex-all-20141021-mp-20171009.patch │ │ │ └── openssh-7.6p1-hpnssh14v13.diff │ │ ├── 7.9p1 │ │ │ ├── gssapi.patch │ │ │ ├── openssh-7.9p1-hpnssh14v15.diff │ │ │ ├── patch-openssl.diff │ │ │ ├── patch-sandbox-darwin.c-apple-sandbox-named-external.diff │ │ │ └── patch-sshd.c-apple-sandbox-named-external.diff │ │ ├── 9.3p1 │ │ │ ├── 0002-Apple-keychain-integration-other-changes.patch │ │ │ └── 0002-not-Apple-keychain-integration-other-changes.patch │ │ ├── openssh-8.1p1-gsskex-all-20141021-mp-20191015.patch │ │ ├── openssh-8.1p1-hpnssh14v18-openssl-1.1.diff │ │ ├── openssh-8.1p1-hpnssh14v18.diff │ │ ├── patch-openbsd_compat-memmem-bug.diff │ │ ├── patch-openssh-9.2p1-gsskex-from-debian.diff │ │ └── patch-openssh-9.3p1-gsskex-from-debian.diff │ │ ├── org.macports.openbsd.ssh-agent.plist │ │ ├── pam.patch │ │ ├── patch-launchd-support-in-agent.patch │ │ ├── patch-no-double-sshpkcs11.diff │ │ ├── patch-openssh-9.6p1-gsskex-from-debian.diff │ │ ├── patch-openssh-server-plist.diff │ │ ├── patch-sandbox-darwin.c-apple-sandbox-named-external.diff │ │ ├── patch-sshd.c-apple-sandbox-named-external.diff │ │ ├── quilt.env │ │ ├── series │ │ ├── series-gsskex │ │ ├── series-hpn │ │ └── slogin ├── owl │ ├── Portfile │ └── files │ │ └── patch-support-10.9.diff ├── rsync │ ├── Portfile │ └── files │ │ ├── 3.1.2 │ │ ├── patch-crtimes.diff │ │ ├── patch-fileflags.diff │ │ ├── patch-fix-gettimeofday.diff │ │ ├── patch-hfs-compression.diff │ │ └── patch-manpage.diff │ │ ├── 3.1.3 │ │ ├── patch-crtimes.diff │ │ ├── patch-fileflags.diff │ │ ├── patch-hfs-compression.diff │ │ └── patch-manpage.diff │ │ ├── patch-3.0.6-for-CCC-combined.diff │ │ ├── patch-acls-unpack-error.diff │ │ └── rsyncd.conf.example ├── samba4 │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-no-attributes_h.diff │ │ └── patch-xml-catalog.diff │ │ ├── patch-fix-st_atim.diff │ │ ├── patch-max_grp.diff │ │ ├── patch-no-docs_xml.diff │ │ ├── patch-no-xsltproc.diff │ │ ├── patch-nss-test.diff │ │ └── smb.conf.sample.ubuntu ├── tcp_wrappers │ ├── Portfile │ └── files │ │ └── clang.patch ├── unison │ ├── Portfile │ └── files │ │ ├── patch-Makefile.OCaml.diff │ │ ├── patch-Makefile.diff │ │ ├── patch-build-verbose.diff │ │ ├── patch-check-cltool.diff │ │ ├── patch-target.diff │ │ └── unison.in ├── waypipe │ ├── Portfile │ └── files │ │ ├── patch-aligned_alloc.diff │ │ ├── patch-avoid-arraybounds-error.diff │ │ ├── patch-cmsgspace-NOPE.diff │ │ ├── patch-cmsgspace.diff │ │ ├── patch-mesonbuild.diff │ │ └── patch-xdg-or-tmpdir.diff ├── wget │ ├── Portfile │ └── files │ │ └── prefix.patch ├── wireguard-go-legacy │ └── Portfile ├── wireguard-tools │ └── Portfile └── youtube-dl │ ├── Portfile │ └── files │ ├── patch-config-location.diff │ └── patch-youtube_dl-update.py.diff ├── print ├── fontmatrix │ ├── Portfile │ └── files │ │ ├── patch-apple-MP.diff │ │ ├── patch-cmakefiles.diff │ │ ├── patch-fixes.diff │ │ └── patch-icu-compat.diff ├── freetype │ ├── Portfile │ └── files │ │ ├── 0001-Enable-table-validation-modules.patch │ │ ├── 0002-infinality-2.8-2017.05.24.patch │ │ ├── 0002-infinality-2.8.1-2017.12.31.patch │ │ ├── 2.6.5 │ │ ├── 01-freetype-2.6.2-enable-valid.patch │ │ ├── 02-upstream-2015.12.05.patch │ │ ├── 02-upstream-2016.04.16.patch │ │ ├── 03-infinality-2.6.2-2015.12.05.patch │ │ ├── 03-infinality-2.6.5-2016.04.16.patch │ │ ├── launchctl-infinality-settings.sh │ │ ├── patch-modules.cfg.diff │ │ └── patch-src_base_ftrfork.c.diff │ │ ├── 2.7.1 │ │ └── 0002-infinality-2.7.1-2017.01.11.patch │ │ ├── Infinality-CHANGELOG │ │ ├── Infinality-archfan-CHANGELOG │ │ ├── infinality-settings-explained.sh │ │ ├── infinality-settings.csh │ │ ├── infinality-settings.sh │ │ ├── launchctl-infinality-settings.sh │ │ ├── patch-compatversion=20.diff │ │ ├── patch-compatversion=21.diff │ │ ├── patch-infinality-for-2.10.0.diff │ │ ├── patch-modules.cfg.diff │ │ ├── patch-revert-lineheight-2.10.3.diff │ │ ├── patch-revert-lineheight.diff │ │ ├── patch-src_base_ftrfork.c.diff │ │ └── xft-settings.sh ├── ghostscript │ ├── Portfile │ └── files │ │ ├── ghostpdl.git-06c920713e11.patch │ │ ├── patch-base_unix-dll.mak.diff │ │ ├── patch-base_unixinst.mak.diff │ │ ├── patch-ghostscript-gsicc_lcms2.diff │ │ ├── patch-sfopen-failcheck.diff │ │ └── patch-versioned_path.diff ├── scribus-devel │ ├── Portfile │ └── files │ │ ├── patch-allow-native-dialogs.diff │ │ ├── patch-build_type.diff │ │ ├── patch-use-kfilewidget.diff │ │ └── patch-use-poppler-includedir-option.diff └── scribus │ ├── Portfile │ └── files │ └── scribus.sh ├── python ├── abimap │ └── Portfile ├── py-build │ └── Portfile ├── py-cryptography │ ├── Portfile │ └── files │ │ └── patch-src__cffi_src_build_openssl.py.diff ├── py-dbusmock │ └── Portfile ├── py-doxyqml │ └── Portfile ├── py-meson │ ├── Portfile │ └── files │ │ ├── cross │ │ ├── arm64-darwin │ │ ├── arm64-linux │ │ ├── i386-darwin │ │ ├── i386-linux │ │ ├── ppc-darwin │ │ ├── ppc-linux │ │ ├── ppc64-darwin │ │ ├── ppc64-linux │ │ ├── x86_64-darwin │ │ └── x86_64-linux │ │ ├── patch-meson-32bit-apple.diff │ │ ├── patch-meson-clang-unknown-optimization-error.diff │ │ ├── patch-meson-gcc-appleframeworks.diff │ │ ├── patch-meson-gnome-dont-set-cc-for-gir-scanner.diff │ │ ├── patch-meson-gnome.diff │ │ ├── patch-meson-remove-Wl,-no_weak_imports.diff │ │ ├── patch-meson-search-prefix-for-cross-files.diff │ │ ├── patch-meson161-32bit-apple.diff │ │ ├── patch-meson161-clang-unknown-optimization-error.diff │ │ ├── patch-meson161-gcc-appleframeworks.diff │ │ ├── patch-meson161-gnome-dont-set-cc-for-gir-scanner.diff │ │ ├── patch-meson161-gnome.diff │ │ ├── patch-meson161-remove-Wl,-no_weak_imports.diff │ │ ├── patch-meson161-search-prefix-for-cross-files.diff │ │ └── patch-meson161-tiger-no-rpath-fix.diff ├── py-pip │ ├── Portfile │ └── files │ │ ├── pip26 │ │ ├── pip27 │ │ ├── pip310 │ │ ├── pip311 │ │ ├── pip312 │ │ ├── pip313 │ │ ├── pip32 │ │ ├── pip33 │ │ ├── pip34 │ │ ├── pip35 │ │ ├── pip36 │ │ ├── pip37 │ │ ├── pip38 │ │ └── pip39 ├── py-pykde4 │ ├── Portfile │ ├── Portfile.test │ └── files │ │ ├── add_qt_kde_definitions.diff │ │ ├── fix_kpythonpluginfactory_build.diff │ │ ├── kubuntu-patches.zip │ │ ├── kubuntu_include_dirs.diff │ │ ├── kubuntu_kpythonpluginfactory_3.2support.diff │ │ ├── make_pykde4_respect_sip_flags.diff │ │ ├── optional_install_sip_files.diff │ │ ├── pykde4-correctPyList_SET_ITEM.diff │ │ ├── pykde4-fix-kfontwidgets.diff │ │ ├── pykde4-macports-adaptations-noDLFCN.diff │ │ ├── pykde4-macports-adaptations-toolongfilename.diff │ │ ├── pykde4-macports-adaptations.diff │ │ ├── pykde4-macports-adaptations2-systemqt.diff │ │ ├── pykde4-macports-adaptations2.diff │ │ ├── pykde4-macports-build-docs.diff │ │ ├── pykde4-support-sip-4.19.diff │ │ ├── python3.3.diff │ │ ├── python_modules_dont_link_against_libpython.diff │ │ ├── pythonpluginfactory_python3.diff │ │ └── pythonpluginfactory_use_versioned_python_lib.diff ├── py-pyqt5 │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-for-sip419.diff │ │ └── patch-webengine_56.diff │ │ ├── patch-dbus_includes.diff │ │ ├── patch-no-abort-on-python-errors.diff │ │ └── patch-use-default-sip.diff ├── py-setuptools_scm │ └── Portfile ├── py-sip │ ├── Portfile │ └── files │ │ └── patch-ScopedName-str-conversion.diff ├── py-sip4 │ ├── Portfile │ └── files │ │ ├── patch-add_ppc64.diff │ │ ├── patch-configure.py.diff │ │ ├── patch-siplib_siplib.c.diff │ │ ├── patch-siputils.py.diff │ │ ├── patch-specs_linux-g++.diff │ │ └── patch-specs_macx-g++.diff ├── py-wheel │ └── Portfile └── qarte │ ├── Portfile │ └── files │ ├── fix_unicode_issues.diff │ ├── old │ ├── patch-qarte3-app-icon.diff │ └── patch-qarte3-scan-period.diff │ ├── patch-install-to-sitepackages.diff │ ├── patch-qarte3-concert-handle-notitle.diff │ ├── patch-qarte3-homevincent.diff │ ├── patch-qarte3-scan-period.diff │ ├── patch-qarte3-unicode_issues-simplified.diff │ ├── patch-qarte3-unicode_issues.diff │ ├── patch-set-session-version.diff │ ├── patch-temp-fixes.diff │ ├── patch-update-buttons.diff │ └── qarte.icns ├── qt ├── kvantum-style │ ├── Portfile │ └── files │ │ └── patch-build-for-macports.diff └── qt5 │ ├── Portfile │ └── files │ ├── patch-find_rez.diff │ ├── patch-icu.diff │ ├── patch-mkspecs.diff │ ├── patch-no_qtwebkit.diff │ ├── patch-pc_files.diff │ ├── patch-qmake_flags.diff │ ├── patch-qtmultimedia_no_macports_openal.diff │ ├── patch-qtscript_ceil.diff │ ├── patch-qtvirtualkeyboard_noxcb.diff │ ├── patch-qtwebengine_1015_sdk.diff │ ├── patch-qtwebengine_QTBUG-75265-v5.12.3.diff │ ├── patch-qtwebengine_forward_declarations.diff │ ├── patch-qtwebengine_tests.diff │ ├── patch-qtwebkit-examples_header_location.diff │ ├── patch-qtwebkit_fix_icu.diff │ ├── patch-qtwebkit_internal_api.diff │ ├── patch-qtwebkit_opengl_location.diff │ ├── patch-shared.diff │ ├── patch-sql_plugins.diff │ ├── patch-support-newer-cxx.diff │ ├── patch-tst_benchlibcallgrind.diff │ ├── patch-tst_qpluginloader.diff │ ├── qt5kde │ ├── deactivate-menurole-heuristics.patch │ ├── fix-qstandardpaths-headerspri.patch │ ├── fix-qstandardpaths-linux.patch │ ├── fix-qstandardpaths6.patch │ ├── patch-build_not_on_mac.diff │ ├── patch-cmake-warn-compile_features.diff │ ├── patch-col+font-dialog-fix.diff │ ├── patch-configurejsons.diff │ ├── patch-empty-qregexpeng-cache-early.diff │ ├── patch-enable-dumpObjectInfo.diff │ ├── patch-enable-fontconfig.diff │ ├── patch-freetype-fontgamma.diff │ ├── patch-handle-null-corefonts.diff │ ├── patch-improve-fontweight-support9.diff │ ├── patch-keyboard-support-menukey.diff │ ├── patch-linux-support-older-atspi.diff │ ├── patch-nm-not-when-quitting.diff │ ├── patch-no-icons-in-menus.diff │ ├── patch-no-needforportal.diff │ ├── patch-prevent-qcombobox-crash.diff │ ├── patch-qcocoa-add-aqua-themehint.diff │ ├── patch-qfontcombox-nopreview.diff │ ├── patch-qtdiag-all-locations-and-qspmode.diff │ ├── patch-qtpaths-all-locations.diff │ ├── patch-qtpaths-qspmode.diff │ ├── patch-runtime-cmake_mkspec.diff │ ├── patch-toolchainprf.diff │ ├── patch-tweak-qgenericunixservices.diff │ ├── patch-tweak-qgenericunixthemes.diff │ └── patch-xcb-fontgamma.diff │ └── thisQt-linux.sh ├── science ├── kst-qt5 │ ├── Portfile │ └── files │ │ └── patch-hdf5-headerloc.diff ├── mpich │ ├── Portfile │ └── files │ │ ├── alignment.patch │ │ ├── patch-ch4-ipv6.diff │ │ ├── patch-mpich-darwin-powerpc.diff │ │ ├── patch-no_qmkshrobj.diff │ │ ├── patch-pingpong.diff │ │ ├── patch-scandir-lion.diff │ │ ├── patch-spinlocks.diff │ │ ├── patch-universal_fortran.diff │ │ └── portselect │ │ ├── mpich-clang │ │ ├── mpich-clang-fortran │ │ ├── mpich-clang10 │ │ ├── mpich-clang10-fortran │ │ ├── mpich-clang11 │ │ ├── mpich-clang11-fortran │ │ ├── mpich-clang12 │ │ ├── mpich-clang12-fortran │ │ ├── mpich-clang13 │ │ ├── mpich-clang13-fortran │ │ ├── mpich-clang14 │ │ ├── mpich-clang14-fortran │ │ ├── mpich-clang15 │ │ ├── mpich-clang15-fortran │ │ ├── mpich-clang16 │ │ ├── mpich-clang16-fortran │ │ ├── mpich-clang17 │ │ ├── mpich-clang17-fortran │ │ ├── mpich-clang18 │ │ ├── mpich-clang18-fortran │ │ ├── mpich-clang19 │ │ ├── mpich-clang19-fortran │ │ ├── mpich-clang20 │ │ ├── mpich-clang20-fortran │ │ ├── mpich-clang90 │ │ ├── mpich-clang90-fortran │ │ ├── mpich-gcc10-fortran │ │ ├── mpich-gcc11-fortran │ │ ├── mpich-gcc12-fortran │ │ ├── mpich-gcc13-fortran │ │ ├── mpich-gcc14-fortran │ │ ├── mpich-gcc7-fortran │ │ ├── mpich-gcc9-fortran │ │ ├── mpich-mp │ │ └── mpich-mp-fortran └── pocl │ ├── Portfile │ └── files │ ├── patch-add-example.diff │ └── patch-detect-ndebug.diff ├── security ├── KeePassXC │ ├── Portfile │ └── files │ │ ├── add_support_for_old_macos-2.diff │ │ ├── add_support_for_old_macos.diff │ │ ├── devel │ │ └── add_support_for_old_macos.diff │ │ ├── keyid-CFB4C2166397D0D2.txt │ │ ├── old │ │ ├── patch-macports-appbundle.diff │ │ └── patch-macports-paths.diff │ │ ├── patch-darwin-allow-dbus+secretservice.diff │ │ ├── patch-darwin-allow-starting-in-debugger.diff │ │ ├── patch-darwin-allow-x11mode.diff │ │ ├── patch-no-deployqt.diff │ │ ├── patch-no-double-AppKitImpl.diff │ │ └── patch-no-findpackage-path.diff ├── botan │ ├── Portfile │ └── files │ │ ├── patch-compiler_flags.diff │ │ ├── patch-fix-install-with-destdir.diff │ │ └── patch-mapanon.diff ├── gss │ ├── Portfile │ └── files │ │ ├── patch-fix-m4.diff │ │ └── patch-gss_display_status.diff ├── libewf │ └── Portfile ├── libressl │ ├── Portfile │ └── files │ │ └── patch-openssldir-cert.pem.diff ├── pkcs11-helper │ ├── Portfile │ └── files │ │ └── patch-nssfix.diff ├── policykit │ ├── Portfile │ └── files │ │ ├── alt_agent.sh │ │ ├── patch-autoconf-libversions.diff │ │ ├── patch-fix-noconnect-crash.diff │ │ ├── patch-mach-process-starttime.diff │ │ └── patch-src__polkitbackend__meson.build-define-darwin-c-source.diff └── qtkeychain │ ├── Portfile │ └── files │ ├── old │ └── patch-qt4.diff │ └── patch-use_libsecret.diff ├── shells ├── dash │ ├── Portfile │ └── files │ │ ├── 0001-fix-dirent64-et-al-on-darwin.patch │ │ └── old │ │ └── stat64.patch ├── tcsh │ ├── Portfile │ └── files │ │ └── patch-crash-fix-attempt.diff └── zsh │ ├── Portfile │ └── files │ └── prevent-info-regeneration.patch ├── sysutils ├── MacPorts-pextlib │ ├── Portfile │ └── files │ │ ├── lamarck │ │ ├── patch-aclocalm4-libcurl.diff │ │ ├── patch-configure-mtree.diff │ │ ├── patch-fileIsBinary-for-linux.diff │ │ ├── patch-for-freebsd.diff │ │ ├── patch-machistawrap.diff │ │ ├── patch-no-enforced-universal-on-linux.diff │ │ ├── patch-pextlib-no-sip.diff │ │ ├── patch-pextlib-passwd-fields.diff │ │ └── patch-xinstall-have_setmode.diff │ │ ├── patch-allow-MPprefix.diff │ │ ├── patch-better-registry-error.diff │ │ ├── patch-pextlib-curl_version_cmd.diff │ │ ├── patch-pextlib-restore-mkstemp.diff │ │ ├── patch-progressbar-tweaks.diff │ │ ├── patch-sqlite3-from-MP.diff │ │ ├── patch-xinstall-mkdirchmod-warning.diff │ │ └── pkgIndex.tcl.in ├── MacPorts │ ├── Portfile │ └── files │ │ ├── 235.25 │ │ ├── patch-better-registry-error.diff │ │ ├── patch-platform-command.diff │ │ ├── patch-portimage-use-hfsCompression.diff │ │ ├── patch-portmain-no-altworkdir.diff │ │ ├── patch-portutil.diff │ │ ├── patch-record-patches-in-statefile.diff │ │ └── patch-restore-dpkg+rpm.diff │ │ ├── 240.16 │ │ ├── patch-hierarchical-portgroup-search.diff │ │ ├── patch-linux-pextlib-passwd-fields.diff │ │ ├── patch-linux-restore-dpkg+rpm.diff │ │ ├── patch-portimage-use-hfsCompression.diff │ │ └── patch-record-patches-in-statefile.diff │ │ ├── 271.55 │ │ ├── lamarck │ │ │ ├── patch-configure-libcurl.diff │ │ │ ├── patch-fileIsBinary-for-linux.diff │ │ │ ├── patch-machistawrap.diff │ │ │ ├── patch-no-arch-flag.diff │ │ │ ├── patch-no-enforced-universal-on-linux.diff │ │ │ ├── patch-pextlib-no-sip.diff │ │ │ ├── patch-pextlib-passwd-fields.diff │ │ │ ├── patch-restore-dpkg+rpm.diff │ │ │ ├── patch-stubports-no-pre-or-post.diff │ │ │ ├── patch-vcs-from-macports.diff │ │ │ ├── patch-xinstall-have_setmode.diff │ │ │ └── patch_sysctlbyname_emu.diff │ │ ├── patch-action_history.diff │ │ ├── patch-allow-clazy-and-gcclibcxx.diff │ │ ├── patch-allow-reactivation.diff │ │ ├── patch-better-registry-error.diff │ │ ├── patch-conditional-ccachedir-creation.diff │ │ ├── patch-curl-fallback.diff │ │ ├── patch-export-logfilename.diff │ │ ├── patch-fromHost_variant-and-call-devport_helper-PG.diff │ │ ├── patch-headerpaths,pad.diff │ │ ├── patch-hierarchical-portgroup-search.diff │ │ ├── patch-ignore-empty-env_array.diff │ │ ├── patch-linux-no-default-compdeps.diff │ │ ├── patch-macports-stdlibc-only-on-darwin.diff │ │ ├── patch-macports.tcl-environment-option.diff │ │ ├── patch-no-CCPRINT.diff │ │ ├── patch-no-update-nagging.diff │ │ ├── patch-no-voodoo.diff │ │ ├── patch-nowarn-unsigned-source.diff │ │ ├── patch-option-contains.diff │ │ ├── patch-os_arch-linux.diff │ │ ├── patch-parallel-xz.diff │ │ ├── patch-platform-command.diff │ │ ├── patch-port-environment-option.diff │ │ ├── patch-port-force-edit.diff │ │ ├── patch-port-info--var-prototype.diff │ │ ├── patch-portprovides-support-symlinked-prefix.diff │ │ ├── patch-progressbar-tweaks.diff │ │ ├── patch-record-patches-in-statefile.diff │ │ ├── patch-restore-dpkg.diff │ │ ├── patch-silent-command-exec.diff │ │ ├── patch-support-lto.diff │ │ ├── patch-tar-cJf.diff │ │ ├── patch-truncate-logfile.diff │ │ ├── patch-ui_info-in-info.diff │ │ ├── patch-wrong_stdlib-no-error-and-not-on-linux.diff │ │ ├── patch-xinstall-mkdirchmod-warning.diff │ │ ├── port-o-option-default.diff │ │ └── rejorig-ignored.state │ │ ├── lamarck │ │ ├── patch-aclocalm4-libcurl.diff │ │ ├── patch-configure-libcurl.diff │ │ ├── patch-configure-mtree.diff │ │ ├── patch-configure-mtree_gname.diff │ │ ├── patch-fileIsBinary-for-linux.diff │ │ ├── patch-for-freebsd.diff │ │ ├── patch-get_compiler_version.diff │ │ ├── patch-machistawrap.diff │ │ ├── patch-no-arch-flag.diff │ │ ├── patch-no-enforced-universal-on-linux.diff │ │ ├── patch-pextlib-no-sip.diff │ │ ├── patch-pextlib-passwd-fields.diff │ │ ├── patch-restore-dpkg+rpm.diff │ │ ├── patch-tcl-pthread_np.diff │ │ ├── patch-vcs-from-macports.diff │ │ ├── patch-xinstall-have_setmode.diff │ │ └── patch_sysctlbyname_emu.diff │ │ ├── old │ │ ├── patch-activation-noprogressbar.diff │ │ ├── patch-allow-clazy-and-gcclibcxx.diff │ │ ├── patch-fetch-curl-fallback.diff │ │ ├── patch-macports-stdlibc-only-on-darwin.diff │ │ ├── patch-no-arch-flag.diff │ │ ├── patch-os_arch-linux.diff │ │ ├── patch-pextlib-curl_version_cmd.diff │ │ ├── patch-platform-command.diff │ │ ├── patch-port-info--var-prototype.diff │ │ ├── patch-restore-dpkg+rpm.diff │ │ └── patch-workaround-missing-error-msgs.diff │ │ ├── patch-action_history.diff │ │ ├── patch-allow-archcheck-override.diff │ │ ├── patch-allow-clazy-and-gcclibcxx.diff │ │ ├── patch-allow-reactivation.diff │ │ ├── patch-allow-symlinked-prefix.diff │ │ ├── patch-better-registry-error.diff │ │ ├── patch-build-support-symlinked-prefix.diff │ │ ├── patch-command_exec-use-system-w-syntax.diff │ │ ├── patch-conditional-ccachedir-creation.diff │ │ ├── patch-cregistry-announce-vacuuming.diff │ │ ├── patch-cregistry-verbose+forced-vacuuming.diff │ │ ├── patch-curl-fallback.diff │ │ ├── patch-curlconfig-host.diff │ │ ├── patch-cxxstdlib-treatment.diff │ │ ├── patch-export-logfilename.diff │ │ ├── patch-fromHost_variant-and-call-devport_helper-PG.diff │ │ ├── patch-headerpaths,pad.diff │ │ ├── patch-hierarchical-portgroup-search.diff │ │ ├── patch-ignore-empty-env_array.diff │ │ ├── patch-ignore-errors-in-postconfigure_checks.diff │ │ ├── patch-linux-no-default-compdeps.diff │ │ ├── patch-macports-stdlibc-only-on-darwin.diff │ │ ├── patch-macports.tcl-environment-option.diff │ │ ├── patch-no-CCPRINT.diff │ │ ├── patch-no-update-nagging.diff │ │ ├── patch-no-voodoo.diff │ │ ├── patch-nowarn-unsigned-source.diff │ │ ├── patch-option-contains.diff │ │ ├── patch-os_arch-linux.diff │ │ ├── patch-parallel-xz.diff │ │ ├── patch-platform-command.diff │ │ ├── patch-port-environment-option.diff │ │ ├── patch-port-force-edit.diff │ │ ├── patch-port-force-work-command.diff │ │ ├── patch-portprovides-support-symlinked-prefix.diff │ │ ├── patch-progressbar-tweaks.diff │ │ ├── patch-proper-sqlite3_libs-definition.diff │ │ ├── patch-record-patches-in-statefile.diff │ │ ├── patch-restore-dpkg.diff │ │ ├── patch-shorter-workpath-conditional.diff │ │ ├── patch-silent-command-exec.diff │ │ ├── patch-sqlext.diff │ │ ├── patch-stubports-no-pre-or-post.diff │ │ ├── patch-tar-cJf.diff │ │ ├── patch-truncate-logfile.diff │ │ ├── patch-ui_info-in-info.diff │ │ ├── patch-wrong_stdlib-no-error-and-not-on-linux.diff │ │ ├── patch-xinstall-mkdirchmod-warning.diff │ │ ├── port-o-option-default.diff │ │ ├── tclsh.patch │ │ └── update-patches.sh ├── acl │ ├── Portfile │ └── files │ │ └── patch-darwin.diff ├── afsctool │ ├── Portfile │ └── files │ │ ├── CMakeLists.txt │ │ ├── patch-backup-option.diff │ │ ├── patch-multiple-files.diff │ │ └── patch-tweaks.diff ├── attr │ ├── Portfile │ └── files │ │ ├── man2 │ │ ├── getxattr.2 │ │ ├── listxattr.2 │ │ ├── removexattr.2 │ │ └── setxattr.2 │ │ └── man5 │ │ └── attr.5 ├── barrier │ ├── Portfile │ └── files │ │ ├── patch-backport-installer-changes.diff │ │ ├── patch-mac-fixes.diff │ │ └── patch-macports-fixes.diff ├── clamav-legacy │ ├── Portfile │ ├── Portfile.101 │ └── files │ │ ├── old │ │ ├── patch-configure.diff │ │ └── patch-libclamav-Makefile.diff │ │ └── patch-build-against-llvm360.diff ├── clamav │ ├── Portfile │ └── files │ │ ├── old │ │ ├── patch-configure.diff │ │ └── patch-libclamav-Makefile.diff │ │ ├── patch-build-against-llvm360.diff │ │ ├── patch-llvm-nortti.diff │ │ ├── patch-macports-build_type.diff │ │ └── rustup-install.sh ├── cpuid │ ├── Portfile │ └── files │ │ └── patch-makefile.diff ├── ddrescue │ └── Portfile ├── dpkg │ ├── Portfile │ └── files │ │ └── patch-scripts_Dpkg_Source_Archive.pm.diff ├── e2fsprogs │ ├── Portfile │ └── files │ │ ├── loff_t.patch │ │ ├── patch-Makefile.in-remove-included-libcomerr.diff │ │ └── patch-lib__Makefile.darwin-lib.diff ├── filepicker │ └── Portfile ├── flameshot │ ├── Portfile │ └── files │ │ └── patch-support-older-qt5.diff ├── gptfdisk │ ├── Portfile │ └── files │ │ ├── patch-Makefile.diff │ │ └── patch-Makefile.mac.diff ├── grep │ └── Portfile ├── htop │ ├── Portfile │ └── files │ │ └── patch-altN-instead-of-FN.diff ├── neofetch │ ├── Portfile │ └── files │ │ └── patch-Support-MacPorts-on-non-Darwin-systems.diff ├── neohtop │ └── Portfile ├── port-whatsnew │ └── Portfile ├── pv │ ├── Portfile │ └── files │ │ └── src_pv_display.c.patch ├── pwait │ └── Portfile ├── python3_select │ ├── Portfile │ └── files │ │ ├── base │ │ ├── none │ │ ├── python310 │ │ ├── python311 │ │ ├── python312 │ │ ├── python313 │ │ ├── python314 │ │ ├── python37-apple │ │ ├── python38 │ │ ├── python38-apple │ │ └── python39 ├── python_select │ ├── Portfile │ └── files │ │ ├── base │ │ ├── none │ │ ├── python23-apple │ │ ├── python25-apple │ │ ├── python25-apple.mtln │ │ ├── python26-apple │ │ ├── python26-apple.mtln │ │ ├── python27-apple │ │ ├── python27-apple.mtln │ │ ├── python310 │ │ ├── python311 │ │ ├── python312 │ │ ├── python313 │ │ ├── python314 │ │ ├── python37-apple │ │ ├── python38 │ │ ├── python38-apple │ │ └── python39 ├── qt_select │ ├── Portfile │ └── files │ │ ├── base │ │ └── none ├── sleuthkit │ ├── Portfile │ └── files │ │ └── patch-current-libewf.diff ├── smartmontools │ ├── Portfile │ └── files │ │ └── patch-r5547.diff ├── usbutils │ └── Portfile ├── xcdroast │ ├── Portfile │ ├── buildflags │ └── files │ │ ├── cdda2wav_version.patch │ │ ├── fix_cddb_hidden_tracks.patch │ │ ├── io_compile.patch │ │ ├── io_progressbar_fix.patch │ │ └── parse_version.patch ├── xdg-desktop-portal │ ├── Portfile │ └── files │ │ └── patch-darwin.diff └── zfs │ ├── Portfile │ └── files │ ├── 2.1.7rc3 │ ├── old │ │ └── patch-sysctl_ulong.diff │ ├── patch-fallthrough-attr-older-clang.diff │ ├── patch-fix-bug15526.diff │ ├── patch-kextloading.diff │ ├── patch-mountzfs-location.diff │ ├── patch-mute-threadpolicy-warning.diff │ ├── patch-sf_unlink.diff │ ├── zfs_kexts_loaded.sh │ └── zfs_unload_kexts.sh │ ├── old │ ├── patch-dont-invoke-launchctl-145.diff │ ├── patch-dont-invoke-launchctl.diff │ ├── patch-iokit.diff │ ├── patch-kextloading.diff │ ├── patch-libblkid-test.diff │ ├── patch-missing-stdbool_h.diff │ ├── patch-remove-rootvnode-dependency-spl.diff │ ├── patch-remove-rootvnode-dependency-zfs.diff │ ├── patch-spl-build-on-pre-1011.diff │ ├── patch-spl-tempfixes.diff │ ├── patch-tempfixes.diff │ ├── patch-threadpol-warnings.diff │ ├── zfs_kexts_loaded.sh │ └── zfs_unload_kexts.sh │ ├── openzfs-2.1.14-linux │ ├── openzfs-2.1.6-macOS │ ├── patch-arc_summary.diff │ ├── patch-fallthrough-attr-older-clang.diff │ ├── patch-fix-bug15526.diff │ ├── patch-kextloading.diff │ ├── patch-mountzfs-location.diff │ ├── patch-mute-threadpolicy-warning.diff │ ├── patch-sysctl_ulong.diff │ ├── zfs_kexts_loaded.sh │ ├── zfs_unload_kexts.sh │ └── zfsopt.sh ├── textproc ├── discount │ ├── Portfile │ └── files │ │ └── patch-no-ldconfig.diff ├── expat │ └── Portfile ├── hunspell │ ├── Portfile │ └── files │ │ └── patch-hunspell.cxx.diff ├── libetonyek │ ├── Portfile │ └── files │ │ └── old │ │ └── patch-mdds-version.diff ├── libiconv │ ├── Portfile │ └── files │ │ ├── old │ │ └── patch-c99.diff │ │ ├── patch-Makefile.devel │ │ ├── patch-src-Makefile.in-darwin.diff │ │ └── patch-utf8mac.diff ├── libodfgen │ └── Portfile ├── libplist │ └── Portfile ├── libwps-0.3 │ └── Portfile ├── nixnote2 │ ├── Portfile │ └── files │ │ ├── NixNote2.icns │ │ ├── buildall.pro │ │ ├── patch-fix-paths.diff │ │ ├── patch-fix-trayicon-crash.diff │ │ ├── patch-hunspell-plugin.diff │ │ ├── patch-preserve-icons.diff │ │ ├── patch-qmake.diff │ │ ├── patch-screenshot.diff │ │ ├── patch-set-menuroles.diff │ │ └── patch-tweaks.diff ├── recoll │ ├── Portfile │ └── files │ │ ├── patch-sampleconf-mimeview.diff │ │ └── sampleconf-mimeview.diff ├── sphinx │ ├── Portfile │ └── files │ │ ├── endian.patch │ │ └── org.macports.sphinx.plist ├── tesseract3 │ └── Portfile ├── tinyxml │ ├── Portfile │ └── files │ │ └── CMakeLists.txt ├── tinyxml2 │ ├── Portfile │ └── files │ │ ├── CMakeLists.txt │ │ └── old │ │ ├── patch-tinyxml.h.diff │ │ └── tinyxml.pc └── yq │ └── Portfile ├── www ├── FileZilla │ ├── Portfile │ └── files │ │ ├── filezilla.sh │ │ ├── patch-dnd.diff │ │ ├── patch-fix-fz_datadir.diff │ │ ├── patch-fix-mac-wxgtk.diff │ │ ├── patch-infoplist-no-minversion.diff │ │ ├── patch-paths-1050.diff │ │ ├── patch-powermanagement.diff │ │ ├── patch-relax-wxwidgets-version.diff │ │ ├── patch-src-commonui-buildinfo.cpp.diff │ │ ├── patch-src-engine-version.cpp.diff │ │ ├── patch-src-interface-mainfrm.cpp.diff │ │ ├── patch-src-interface-toolbar.mm.diff │ │ └── patch-wx3.0.diff ├── QupZilla │ ├── Portfile │ └── files │ │ ├── patch-enable-kwallet.diff │ │ ├── patch-mac-macdeploy.sh.diff │ │ ├── patch-mac=macports.diff │ │ ├── patch-objc.diff │ │ ├── patch-src-lib-lib.pro.diff │ │ └── patch-support-qwe58.diff ├── arora │ ├── Portfile │ └── files │ │ ├── patch-add_enGB.diff │ │ ├── patch-build-ala-macports.diff │ │ └── patch-translation-locations.diff ├── midori │ └── Portfile ├── openwv │ ├── Portfile │ └── files │ │ ├── README2.md │ │ ├── install_openwv4firefox.sh │ │ ├── old │ │ └── patch-downgrade-cxxstandard.diff │ │ └── samsung_sm-a025g_16.0.0_929e205b_22589_l3.wvd ├── otter-browser │ ├── Portfile │ ├── archive.sh │ └── files │ │ ├── old │ │ ├── patch-qwe-dissociate-versions.diff │ │ └── patch-temp-fixes.diff │ │ ├── patch-build-pre-1010.diff │ │ ├── patch-qwe-5.8.diff │ │ └── patch-use-kf5-sonnet.diff ├── videodownloadhelper-coapp │ ├── Portfile │ └── files │ │ ├── icon.icns │ │ ├── patch-@VERSION@.diff │ │ ├── patch-build-@PREFIX@+@PKG_NODE_PATH@.diff │ │ └── patch-build-@PREFIX@.diff ├── webkit2-gtk-legacy │ ├── Portfile │ └── files │ │ ├── patch-DateInstance-nullptr-deref.diff │ │ ├── patch-IPC-failure-message.diff │ │ ├── patch-Source_WebKit_Platform_IPC_Connection.cpp-X11.diff │ │ ├── patch-Source_WebKit_Platform_IPC_Connection.cpp.diff │ │ ├── patch-WTF-wtf-Randomdevice.diff │ │ ├── patch-WTF-wtf-getVTablePointer.diff │ │ ├── patch-WTF-wtf-spi-darwin-ProcessMemoryFootprint-h.diff │ │ ├── patch-Webcore-page-crypto.diff │ │ ├── patch-bool_narrowed.diff │ │ ├── patch-bundle-link-webcore.diff │ │ ├── patch-cmake-summary.diff │ │ ├── patch-darwin.diff │ │ ├── patch-enable-plugin-architecture-unix.diff │ │ ├── patch-icu-68-true-false.diff │ │ ├── patch-ramsize.diff │ │ ├── patch-reduce-mem-overheads-linux.diff │ │ ├── patch-snowleopard-cmakelists-stdcformatmacros.diff │ │ ├── patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff │ │ ├── patch-source-wtf-wtf-unix-cputimeunix-cpp-darwin-version-restore.diff │ │ ├── patch-webcore-platform-audio-directconvolver-disable-veclib.diff │ │ ├── patch-webcore-webgl2.diff │ │ ├── patch-webkit2gtk-2282-os-log-availability.diff │ │ ├── patch-webkit2gtk-2282-unprotected-egl-changes.diff │ │ ├── patch-webkit2gtk-272-macports.diff │ │ ├── patch-webkit2gtk-macports.diff │ │ ├── patch-webkit2gtk-source-javascriptcore-jit-executableallocator-missingfcntl-h-older-systems.diff │ │ ├── patch-webkit2gtk-specify-installed-dylibs.diff │ │ ├── prefer-pthread.patch │ │ ├── snowmath.h │ │ └── unused │ │ ├── PR-152650-2.patch │ │ ├── PR-153138.patch │ │ ├── PR-157574.patch │ │ ├── patch-name-conflicts.diff │ │ └── patch_bad_optional_access.diff └── webkit2-gtk │ ├── Portfile │ └── files │ ├── MacTypes.h │ ├── file-linux-madv_free.diff │ ├── patch-DateInstance-nullptr-deref.diff │ ├── patch-IPC-failure-message.diff │ ├── patch-WTF-wtf-Randomdevice.diff │ ├── patch-WTF-wtf-spi-darwin-ProcessMemoryFootprint-h.diff │ ├── patch-Webcore-page-crypto.diff │ ├── patch-bool_narrowed.diff │ ├── patch-bundle-link-webcore.diff │ ├── patch-cmake-no-colours.diff │ ├── patch-cmake-summary.diff │ ├── patch-currenttime.diff │ ├── patch-enable-plugin-architecture-unix.diff │ ├── patch-fix-jsc_jsch-include.diff │ ├── patch-gigacage.diff │ ├── patch-icu-68-true-false.diff │ ├── patch-less-gcrypt-oops-msg.diff │ ├── patch-mach_vm.diff │ ├── patch-mactypes.diff │ ├── patch-minibrowser-jsc.diff │ ├── patch-no-cocoa-headers.diff │ ├── patch-no-introspect-warnerr-linux.diff │ ├── patch-no-machsendright.diff │ ├── patch-ramsize.diff │ ├── patch-reduce-mem-overheads-linux.diff │ ├── patch-snowleopard-cmakelists-stdcformatmacros.diff │ ├── patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff │ ├── patch-source-wtf-wtf-unix-cputimeunix-cpp-darwin-version-restore.diff │ ├── patch-webcore-platform-audio-directconvolver-disable-veclib.diff │ ├── patch-webkit2gtk-2282-os-log-availability.diff │ ├── patch-webkit2gtk-2282-unprotected-egl-changes.diff │ ├── patch-webkit2gtk-272-macports.diff │ ├── patch-webkit2gtk-ANGLE_no_EGL-on-darwin.diff │ ├── patch-webkit2gtk-libdispatch_with_gcc.diff │ ├── patch-webkit2gtk-macports.diff │ ├── patch-webkit2gtk-source-javascriptcore-jit-executableallocator-missingfcntl-h-older-systems.diff │ ├── patch-webkit2gtk-specify-installed-dylibs.diff │ ├── prefer-pthread.patch │ ├── snowmath.h │ └── unused │ ├── PR-152650-2.patch │ ├── PR-153138.patch │ ├── PR-157574.patch │ ├── patch-name-conflicts.diff │ └── patch_bad_optional_access.diff └── x11 ├── breeze-gtk ├── Portfile └── files │ ├── patch-our-python3.diff │ └── patch-system-gtk2.diff ├── eglinfo └── Portfile ├── exo ├── Portfile └── files │ └── exo-mmintrin.diff ├── garcon ├── Portfile └── files │ └── exo-mmintrin.diff ├── libGLU └── Portfile ├── libxfce4menu ├── Portfile └── files │ └── patch-xfce-menu-item-cache.c ├── libxfce4ui └── Portfile ├── libxfce4util └── Portfile ├── mesa ├── Portfile └── files │ ├── 0001-applegl-Provide-requirements-of-_SET_DrawBuffers.patch │ ├── 0002-Hack-to-address-build-failure-when-using-newer-macOS.patch │ ├── disable_shader_cache.patch │ ├── include │ └── Xplugin.h │ ├── mesa17-0001-glxcmds-Fix-a-typo-in-the-__APPLE__-codepath.patch │ ├── mesa17-0002-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch │ ├── mesa17-0003-applegl-Provide-requirements-of-_SET_DrawBuffers.patch │ ├── mesa17-0004-mesa-Deal-with-size-differences-between-GLuint-and-G.patch │ ├── no-missing-prototypes-error.patch │ ├── old │ ├── 0001-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch │ ├── 0001-glxcmds-Fix-a-typo-in-the-__APPLE__-codepath.patch │ ├── 0001-mesa-Deal-with-size-differences-between-GLuint-and-G.patch │ ├── 0002-applegl-Provide-requirements-of-_SET_DrawBuffers.patch │ ├── 0002-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch │ ├── 0003-applegl-Provide-requirements-of-_SET_DrawBuffers.patch │ ├── 0003-glext.h-Add-missing-include-of-stddef.h-for-ptrdiff_.patch │ ├── 0004-mesa-Deal-with-size-differences-between-GLuint-and-G.patch │ ├── 1001-darwin-Fix-install-name-of-libOSMesa.patch │ ├── 5001-swrast-Build-fix-for-darwin.patch │ ├── 5002-darwin-Suppress-type-conversion-warnings-for-GLhandl.patch │ ├── 5003-applegl-Provide-requirements-of-_SET_DrawBuffers.patch │ ├── patch-fixes-for-1833.diff │ ├── patch-support-egl_dri2.diff │ └── static-strndup.patch │ ├── patch-autoconf-c11.diff │ ├── patch-disable-glx_tls.diff │ ├── patch-include-GL-mesa_glinterop_h.diff │ ├── patch-meson.diff │ ├── patch-support-egl_dri2.diff │ └── patch-support-wayland.diff ├── mint-themes ├── Portfile └── files │ └── patch-pysassc.diff ├── oxygen-gtk2 └── Portfile ├── pango ├── Portfile └── files │ ├── patch-ltmain.sh.diff │ └── patch-pango-pangocoretext-shape.c.diff ├── tigervnc ├── Portfile └── files │ ├── FindFLTK.cmake │ ├── patch-CMakeLists-linux.diff │ ├── patch-cmakefind-fltk.diff │ ├── patch-darwin-x11.diff │ ├── patch-no-default-remoteresize.diff │ ├── patch-release-CMakeLists.txt.diff │ ├── patch-release-makemacapp.in.diff │ ├── patch-selection-colour.diff │ ├── patch-vncviewer-CMakeLists.txt.diff │ └── vncviewer.in ├── tint2 ├── Portfile └── files │ ├── patch-machtimer.diff │ └── patch-prefix.diff ├── vte-gtk2-xfce ├── Portfile └── files │ ├── 01_scroll_notebook.patch │ ├── 02_meta.patch │ ├── 03_CVE-2012-2738.patch │ ├── 04_CVE-2012-2738.patch │ ├── 25_optional-ncurses.patch │ ├── 60_termcap-home-end.patch │ ├── 91_keep_fds.patch │ ├── 93_add_alt_screen_scroll_toggle.patch │ ├── backscroll-stream-mem.patch │ ├── lp246701_scroll_region_updates.patch │ ├── patch-getpt.diff │ └── patch-gnhelper-location.diff ├── xfce4-dev-tools ├── Portfile └── files │ └── patch-xdt-autogen.in ├── xfce4-notifyd ├── Portfile └── files │ ├── patch-gtk3-314.diff │ └── patch-to-0.4.3.40.diff ├── xfce4-panel-statusnotifier-plugin └── Portfile ├── xfce4-panel └── Portfile ├── xfce4-session ├── Portfile └── files │ ├── patch-gpgagent.diff │ ├── patch-launchd.diff │ └── patch-sleep.diff ├── xfce4-settings ├── Portfile └── files │ ├── patch-configure.diff │ └── patch-workspaces.c ├── xfce4-terminal ├── Portfile └── files │ ├── patch-terminal-Makefile.in │ └── xubuntu_alternate-scroll.patch ├── xfconf └── Portfile ├── xfwm4-themes └── Portfile ├── xfwm4 ├── Portfile └── files │ ├── RJVB │ ├── patch-noresize-on-move.diff │ └── xfwm4.11-stacking4nonX11.patch │ └── patch-stacking4nonX11.diff ├── xinit ├── Portfile └── files │ ├── 0001-launchd-Install-binaries-into-libexecdir.patch │ ├── 0002-startx-Add-listen-tcp-if-nolisten_tcp-is-disabled-fo.patch │ ├── 0003-startx-Add-support-for-enabling-IGLX-for-XQuartz.patch │ ├── disable-launchagent.patch │ ├── font_cache.sh │ ├── old │ └── 0003-startx-Add-support-for-enabling-IGLX-for-XQuartz.patch │ ├── upstream │ └── Portfile@1.3.4_4 │ └── xinitrc.d │ ├── 10-fontdir.sh │ ├── 98-user.sh │ └── 99-quartz-wm.sh ├── xorg-fonts └── Portfile ├── xorg-libX11 ├── Portfile └── files │ └── patch-xorg-libX11-pragmas-inside-functions.diff ├── xorg-libxcb ├── Portfile └── files │ └── patch-xcbwaitreply-hang.diff ├── xorg-presentproto └── Portfile ├── xorg-randrproto └── Portfile ├── xorg-server-devel ├── Portfile └── files │ ├── dri │ └── GL │ │ └── internal │ │ └── dri_interface.h │ ├── future │ └── patch-revert-moderner-objc.diff │ ├── include │ └── Xplugin.h │ ├── old │ ├── 0001-os-connection-Improve-abstraction-for-launchd-secure.patch │ ├── 0001-xquartz-Add-stub-ddxInputThread.patch │ ├── 0002-randr-Initialize-RandR-even-if-there-are-currently-n.patch │ ├── 0003-glx-Initialize-glx-even-if-there-are-currently-no-sc.patch │ ├── 2001-enable-automake-subdir-objects.patch │ ├── 5000-sdksyms.sh-Use-CPPFLAGS-not-CFLAGS.patch │ ├── 5001-Revert-dix-Restore-PaintWindow-screen-hook.patch │ ├── 5002-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch │ ├── 5003-Use-old-miTrapezoids-and-miTriangles-routines.patch │ ├── 5004-fb-Revert-fb-changes-that-broke-XQuartz.patch │ ├── 5005-fb-Revert-fb-changes-that-broke-XQuartz.patch │ ├── 5006-patch-xorg-server-dont-redefine-GLXscreen.diff │ ├── 5008-fix-calloc-free-mis-match-bug.patch │ ├── Darwin19-Remove-AppFlags-Active-Hack.patch │ ├── fix-calloc-free-mis-match-bug.patch │ ├── patch-enable-exp-features.diff │ ├── patch-enable-xephyr.diff │ ├── patch-objc-pre-1010.diff │ ├── patch-pseudoramix.diff │ └── patch-revert-free-fbconfigs-on-destroy.diff │ ├── patch-aquamenubar-debug.diff │ ├── patch-bundleprefix-fallback.diff │ ├── patch-enable-exp-features.diff │ ├── patch-enable-xephyr.diff │ ├── patch-fix-xpbproxy.diff │ ├── patch-log-screendimensions.diff │ ├── patch-no-qos-pre-1010.diff │ ├── patch-objc-pre-1010.diff │ └── patch-undef-bool.diff └── xvisbell ├── Portfile └── files ├── patch-Makefile.diff └── patch-sync+fullscreen.diff /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/.gitignore -------------------------------------------------------------------------------- /Conf/archive_sites.conf: -------------------------------------------------------------------------------- 1 | ../../etc/macports/archive_sites.conf -------------------------------------------------------------------------------- /Conf/macports.conf: -------------------------------------------------------------------------------- 1 | ../../etc/macports/macports.conf -------------------------------------------------------------------------------- /Conf/pubkeys.conf: -------------------------------------------------------------------------------- 1 | ../../etc/macports/pubkeys.conf -------------------------------------------------------------------------------- /Conf/sources.conf: -------------------------------------------------------------------------------- 1 | ../../etc/macports/sources.conf -------------------------------------------------------------------------------- /Conf/stats.conf: -------------------------------------------------------------------------------- 1 | ../../etc/macports/stats.conf -------------------------------------------------------------------------------- /Conf/variants.conf: -------------------------------------------------------------------------------- 1 | ../../etc/macports/variants.conf -------------------------------------------------------------------------------- /Hooks/post-checkout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Hooks/post-checkout -------------------------------------------------------------------------------- /Linux/_resources: -------------------------------------------------------------------------------- 1 | ../_resources -------------------------------------------------------------------------------- /Linux/kf5/kf5-kgamma/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Linux/kf5/kf5-kgamma/Portfile -------------------------------------------------------------------------------- /Linux/kf5/kf5-krfb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Linux/kf5/kf5-krfb/Portfile -------------------------------------------------------------------------------- /Linux/kf5/kf5-kwin/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Linux/kf5/kf5-kwin/Portfile -------------------------------------------------------------------------------- /Linux/kf5/kf5-polkit-kde/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Linux/kf5/kf5-polkit-kde/Portfile -------------------------------------------------------------------------------- /Linux/sysutils/sddm/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Linux/sysutils/sddm/Portfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/README.md -------------------------------------------------------------------------------- /Soup/Tureen/VLC/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/Tureen/VLC/Portfile -------------------------------------------------------------------------------- /Soup/Tureen/VLC/files/libvlc.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/Tureen/VLC/files/libvlc.pc -------------------------------------------------------------------------------- /Soup/Tureen/_resources: -------------------------------------------------------------------------------- 1 | ../../_resources -------------------------------------------------------------------------------- /Soup/devel/muon/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/devel/muon/Portfile -------------------------------------------------------------------------------- /Soup/graphics/openexr/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/graphics/openexr/Portfile -------------------------------------------------------------------------------- /Soup/net/openssh/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/net/openssh/Portfile -------------------------------------------------------------------------------- /Soup/net/openssh/files/pam.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/net/openssh/files/pam.patch -------------------------------------------------------------------------------- /Soup/net/openssh/files/quilt.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/net/openssh/files/quilt.env -------------------------------------------------------------------------------- /Soup/net/openssh/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/net/openssh/files/series -------------------------------------------------------------------------------- /Soup/net/openssh/files/slogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/Soup/net/openssh/files/slogin -------------------------------------------------------------------------------- /_obsolete,upstreamed_/qt4-mac-old/files/cpath/cpath_test.h: -------------------------------------------------------------------------------- 1 | extern int test_cpath; 2 | -------------------------------------------------------------------------------- /_obsolete,upstreamed_/qt4-mac-old/files/library_path/library_path_lib.c: -------------------------------------------------------------------------------- 1 | int test_cpath; 2 | -------------------------------------------------------------------------------- /_obsolete,upstreamed_/qt4-mac-old/files/library_path/library_path_lib.h: -------------------------------------------------------------------------------- 1 | extern int test_cpath; 2 | -------------------------------------------------------------------------------- /_obsolete,upstreamed_/qt5-kde-devel/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /_obsolete,upstreamed_/qt5-mac-angel/Portfile.qt5: -------------------------------------------------------------------------------- 1 | ../qt5-mac-devel/Portfile.qt5 -------------------------------------------------------------------------------- /_obsolete,upstreamed_/qt5-mac-devel/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/charm/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/charm/Portfile -------------------------------------------------------------------------------- /aqua/charm/Portfile.4.12.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/charm/Portfile.4.12.5 -------------------------------------------------------------------------------- /aqua/fltk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/fltk/Portfile -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt4-mac-devel/Portfile -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt4-mac-devel/archive.sh -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/files/cpath/cpath_test.h: -------------------------------------------------------------------------------- 1 | extern int test_cpath; 2 | -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/files/library_path/library_path_lib.c: -------------------------------------------------------------------------------- 1 | int test_cpath; 2 | -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/files/library_path/library_path_lib.h: -------------------------------------------------------------------------------- 1 | extern int test_cpath; 2 | -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/files/qt4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt4-mac-devel/files/qt4 -------------------------------------------------------------------------------- /aqua/qt4-mac-devel/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt4-mac-devel/files/series -------------------------------------------------------------------------------- /aqua/qt5-kde-angel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-angel/Portfile -------------------------------------------------------------------------------- /aqua/qt5-kde-angel/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-angel/archive.sh -------------------------------------------------------------------------------- /aqua/qt5-kde-angel/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt5-kde-angel/files/qt5-kde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-angel/files/qt5-kde -------------------------------------------------------------------------------- /aqua/qt5-kde-angel/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-angel/files/series -------------------------------------------------------------------------------- /aqua/qt5-kde-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-devel/Portfile -------------------------------------------------------------------------------- /aqua/qt5-kde-devel/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-devel/archive.sh -------------------------------------------------------------------------------- /aqua/qt5-kde-devel/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt5-kde-devel/files/qhelpgeneratorng.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @QTBINSDIR@/qhelpgeneratorng "$@" 4 | -------------------------------------------------------------------------------- /aqua/qt5-kde-devel/files/qt5-kde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-devel/files/qt5-kde -------------------------------------------------------------------------------- /aqua/qt5-kde-devel/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde-devel/files/series -------------------------------------------------------------------------------- /aqua/qt5-kde/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde/Portfile -------------------------------------------------------------------------------- /aqua/qt5-kde/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde/archive.sh -------------------------------------------------------------------------------- /aqua/qt5-kde/files/allqtpaths.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde/files/allqtpaths.sh -------------------------------------------------------------------------------- /aqua/qt5-kde/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt5-kde/files/qhelpgeneratorng.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @QTBINSDIR@/qhelpgeneratorng "$@" 4 | -------------------------------------------------------------------------------- /aqua/qt5-kde/files/qt5-kde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde/files/qt5-kde -------------------------------------------------------------------------------- /aqua/qt5-kde/files/qtlogging.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt5-kde/files/qtlogging.ini -------------------------------------------------------------------------------- /aqua/qt53-kde/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt53-kde/Portfile -------------------------------------------------------------------------------- /aqua/qt53-kde/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt53-kde/archive.sh -------------------------------------------------------------------------------- /aqua/qt53-kde/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt53-kde/files/qt5-kde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt53-kde/files/qt5-kde -------------------------------------------------------------------------------- /aqua/qt54-kde/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt54-kde/Portfile -------------------------------------------------------------------------------- /aqua/qt54-kde/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt54-kde/files/qt5-kde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt54-kde/files/qt5-kde -------------------------------------------------------------------------------- /aqua/qt56-kde-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt56-kde-devel/Portfile -------------------------------------------------------------------------------- /aqua/qt56-kde-devel/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt56-kde-devel/archive.sh -------------------------------------------------------------------------------- /aqua/qt56-kde-devel/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt56-kde-devel/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt56-kde-devel/files/series -------------------------------------------------------------------------------- /aqua/qt56-kde/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt56-kde/Portfile -------------------------------------------------------------------------------- /aqua/qt56-kde/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt56-kde/archive.sh -------------------------------------------------------------------------------- /aqua/qt56-kde/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt56-kde/files/qt5-kde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt56-kde/files/qt5-kde -------------------------------------------------------------------------------- /aqua/qt56-kde/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt56-kde/files/series -------------------------------------------------------------------------------- /aqua/qt58-kde/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt58-kde/Portfile -------------------------------------------------------------------------------- /aqua/qt58-kde/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt58-kde/archive.sh -------------------------------------------------------------------------------- /aqua/qt58-kde/files/appProxy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec "@BUNDLEEXEC@" "$@" -------------------------------------------------------------------------------- /aqua/qt58-kde/files/qt5-kde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/aqua/qt58-kde/files/qt5-kde -------------------------------------------------------------------------------- /archivers/gnutar/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/gnutar/Portfile -------------------------------------------------------------------------------- /archivers/gzip/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/gzip/Portfile -------------------------------------------------------------------------------- /archivers/libarchive/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/libarchive/Portfile -------------------------------------------------------------------------------- /archivers/libzip/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/libzip/Portfile -------------------------------------------------------------------------------- /archivers/lz4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/lz4/Portfile -------------------------------------------------------------------------------- /archivers/lzfse/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/lzfse/Portfile -------------------------------------------------------------------------------- /archivers/lzvn/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/lzvn/Portfile -------------------------------------------------------------------------------- /archivers/snappy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/snappy/Portfile -------------------------------------------------------------------------------- /archivers/xar/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/xar/Portfile -------------------------------------------------------------------------------- /archivers/xz/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/xz/Portfile -------------------------------------------------------------------------------- /archivers/zlib-ng/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/zlib-ng/Portfile -------------------------------------------------------------------------------- /archivers/zlib/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/zlib/Portfile -------------------------------------------------------------------------------- /archivers/zstd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/zstd/Portfile -------------------------------------------------------------------------------- /archivers/zstd/files/flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/archivers/zstd/files/flags.patch -------------------------------------------------------------------------------- /audio/BoCA/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/BoCA/Portfile -------------------------------------------------------------------------------- /audio/audacity-gtk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/audacity-gtk/Portfile -------------------------------------------------------------------------------- /audio/audacity-gtk/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/audacity-gtk/files/series -------------------------------------------------------------------------------- /audio/audacity-legacy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/audacity-legacy/Portfile -------------------------------------------------------------------------------- /audio/audacity-legacy/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/audacity-legacy/archive.sh -------------------------------------------------------------------------------- /audio/audacity-legacy/files/old/audacity.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @AUD_APP_PATH@/Contents/MacOS/Audacity "$@" -------------------------------------------------------------------------------- /audio/audacity/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/audacity/Portfile -------------------------------------------------------------------------------- /audio/audacity/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/audacity/archive.sh -------------------------------------------------------------------------------- /audio/audacity/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/audacity/files/series -------------------------------------------------------------------------------- /audio/darkice/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/darkice/Portfile -------------------------------------------------------------------------------- /audio/darksnow/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/darksnow/Portfile -------------------------------------------------------------------------------- /audio/drumstick/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/drumstick/Portfile -------------------------------------------------------------------------------- /audio/fluid-soundfont/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/fluid-soundfont/Portfile -------------------------------------------------------------------------------- /audio/freac/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/freac/Portfile -------------------------------------------------------------------------------- /audio/freac/files/freac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/freac/files/freac.sh -------------------------------------------------------------------------------- /audio/icecast2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/icecast2/Portfile -------------------------------------------------------------------------------- /audio/lame/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/lame/Portfile -------------------------------------------------------------------------------- /audio/libcanberra/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/libcanberra/Portfile -------------------------------------------------------------------------------- /audio/libsndfile/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/libsndfile/Portfile -------------------------------------------------------------------------------- /audio/opencore-amr/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/opencore-amr/Portfile -------------------------------------------------------------------------------- /audio/paprefs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/paprefs/Portfile -------------------------------------------------------------------------------- /audio/pavucontrol-qt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/pavucontrol-qt/Portfile -------------------------------------------------------------------------------- /audio/pavucontrol/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/pavucontrol/Portfile -------------------------------------------------------------------------------- /audio/phonon/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/phonon/Portfile -------------------------------------------------------------------------------- /audio/phonon/files/old/phonon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/phonon/files/old/phonon -------------------------------------------------------------------------------- /audio/portaudio-old/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/portaudio-old/Portfile -------------------------------------------------------------------------------- /audio/portmidi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/portmidi/Portfile -------------------------------------------------------------------------------- /audio/pulseaudio/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/pulseaudio/Portfile -------------------------------------------------------------------------------- /audio/qsynth/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/qsynth/Portfile -------------------------------------------------------------------------------- /audio/rubberband/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/rubberband/Portfile -------------------------------------------------------------------------------- /audio/tg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/tg/Portfile -------------------------------------------------------------------------------- /audio/timidity/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/timidity/Portfile -------------------------------------------------------------------------------- /audio/tribblify/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/audio/tribblify/Portfile -------------------------------------------------------------------------------- /bin/MP-find-new-files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/bin/MP-find-new-files -------------------------------------------------------------------------------- /bin/port-check-distributable.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/bin/port-check-distributable.tcl -------------------------------------------------------------------------------- /bin/port-inactive-pruned: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/bin/port-inactive-pruned -------------------------------------------------------------------------------- /bin/port-prune-inactive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/bin/port-prune-inactive -------------------------------------------------------------------------------- /bin/port-prune-patches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/bin/port-prune-patches -------------------------------------------------------------------------------- /bin/port-rdeps-grid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/bin/port-rdeps-grid -------------------------------------------------------------------------------- /comms/telepathy-qt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/comms/telepathy-qt/Portfile -------------------------------------------------------------------------------- /databases/gdbm/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/databases/gdbm/Portfile -------------------------------------------------------------------------------- /databases/kyotocabinet/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/databases/kyotocabinet/Portfile -------------------------------------------------------------------------------- /databases/leveldb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/databases/leveldb/Portfile -------------------------------------------------------------------------------- /databases/lmdb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/databases/lmdb/Portfile -------------------------------------------------------------------------------- /databases/lmdbxx/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/databases/lmdbxx/Portfile -------------------------------------------------------------------------------- /databases/sqlitebrowser/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/databases/sqlitebrowser/Portfile -------------------------------------------------------------------------------- /devel/C11emu/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/C11emu/Portfile -------------------------------------------------------------------------------- /devel/GammaRay/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/GammaRay/Portfile -------------------------------------------------------------------------------- /devel/LibVNCServer/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/LibVNCServer/Portfile -------------------------------------------------------------------------------- /devel/Vc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/Vc/Portfile -------------------------------------------------------------------------------- /devel/akonadi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/akonadi/Portfile -------------------------------------------------------------------------------- /devel/aqbanking5/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/aqbanking5/Portfile -------------------------------------------------------------------------------- /devel/arcanist/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/arcanist/Portfile -------------------------------------------------------------------------------- /devel/asio/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/asio/Portfile -------------------------------------------------------------------------------- /devel/astyle/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/astyle/Portfile -------------------------------------------------------------------------------- /devel/automoc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/automoc/Portfile -------------------------------------------------------------------------------- /devel/bison/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/bison/Portfile -------------------------------------------------------------------------------- /devel/boost/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/boost/Portfile -------------------------------------------------------------------------------- /devel/boost171/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/boost171/Portfile -------------------------------------------------------------------------------- /devel/boost176/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/boost176/Portfile -------------------------------------------------------------------------------- /devel/bsdmake/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/bsdmake/Portfile -------------------------------------------------------------------------------- /devel/ccache/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ccache/Portfile -------------------------------------------------------------------------------- /devel/cctools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/cctools/Portfile -------------------------------------------------------------------------------- /devel/clazy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/clazy/Portfile -------------------------------------------------------------------------------- /devel/clazy/files/base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/clazy/files/base -------------------------------------------------------------------------------- /devel/clazy/files/mp-clazy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/clazy/files/mp-clazy -------------------------------------------------------------------------------- /devel/clazy/files/none: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/clazy/files/none -------------------------------------------------------------------------------- /devel/clinfo/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/clinfo/Portfile -------------------------------------------------------------------------------- /devel/cmake/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/cmake/Portfile -------------------------------------------------------------------------------- /devel/cmake/files/macports.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/cmake/files/macports.cmake -------------------------------------------------------------------------------- /devel/copperspice/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/copperspice/Portfile -------------------------------------------------------------------------------- /devel/dbus/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/dbus/Portfile -------------------------------------------------------------------------------- /devel/dbusmenu-gtk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/dbusmenu-gtk/Portfile -------------------------------------------------------------------------------- /devel/dbusmenu-qt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/dbusmenu-qt/Portfile -------------------------------------------------------------------------------- /devel/distcc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/distcc/Portfile -------------------------------------------------------------------------------- /devel/duktape/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/duktape/Portfile -------------------------------------------------------------------------------- /devel/eet/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/eet/Portfile -------------------------------------------------------------------------------- /devel/epoll-shim/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/epoll-shim/Portfile -------------------------------------------------------------------------------- /devel/esbuild/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/esbuild/Portfile -------------------------------------------------------------------------------- /devel/flatbuffers/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/flatbuffers/Portfile -------------------------------------------------------------------------------- /devel/flex/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/flex/Portfile -------------------------------------------------------------------------------- /devel/gccas/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gccas/Portfile -------------------------------------------------------------------------------- /devel/gccas/files/gccas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gccas/files/gccas.sh -------------------------------------------------------------------------------- /devel/geany/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/geany/Portfile -------------------------------------------------------------------------------- /devel/geany/files/launch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/geany/files/launch -------------------------------------------------------------------------------- /devel/gede/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gede/Portfile -------------------------------------------------------------------------------- /devel/getdata/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/getdata/Portfile -------------------------------------------------------------------------------- /devel/gettext/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gettext/Portfile -------------------------------------------------------------------------------- /devel/git/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/git/Portfile -------------------------------------------------------------------------------- /devel/glib2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/glib2/Portfile -------------------------------------------------------------------------------- /devel/glib2/files/config.h.ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/glib2/files/config.h.ed -------------------------------------------------------------------------------- /devel/glib2/files/libintl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/glib2/files/libintl.patch -------------------------------------------------------------------------------- /devel/gmp/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gmp/Portfile -------------------------------------------------------------------------------- /devel/gnutls/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gnutls/Portfile -------------------------------------------------------------------------------- /devel/gpgme/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gpgme/Portfile -------------------------------------------------------------------------------- /devel/grantlee/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/grantlee/Portfile -------------------------------------------------------------------------------- /devel/gtest-runner/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gtest-runner/Portfile -------------------------------------------------------------------------------- /devel/gwenhywfar4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/gwenhywfar4/Portfile -------------------------------------------------------------------------------- /devel/hoard/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/hoard/Portfile -------------------------------------------------------------------------------- /devel/hoard/files/hoard-linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/hoard/files/hoard-linux.sh -------------------------------------------------------------------------------- /devel/hwloc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/hwloc/Portfile -------------------------------------------------------------------------------- /devel/icu-le-hb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/icu-le-hb/Portfile -------------------------------------------------------------------------------- /devel/icu/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/icu/Portfile -------------------------------------------------------------------------------- /devel/isl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/isl/Portfile -------------------------------------------------------------------------------- /devel/jemalloc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/jemalloc/Portfile -------------------------------------------------------------------------------- /devel/json-glib/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/json-glib/Portfile -------------------------------------------------------------------------------- /devel/kchmviewer/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/kchmviewer/Portfile -------------------------------------------------------------------------------- /devel/kdsoap/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/kdsoap/Portfile -------------------------------------------------------------------------------- /devel/legacy-support/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/legacy-support/Portfile -------------------------------------------------------------------------------- /devel/libatomic_ops/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libatomic_ops/Portfile -------------------------------------------------------------------------------- /devel/libbsd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libbsd/Portfile -------------------------------------------------------------------------------- /devel/libcdio/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libcdio/Portfile -------------------------------------------------------------------------------- /devel/libffi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libffi/Portfile -------------------------------------------------------------------------------- /devel/libfilezilla/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libfilezilla/Portfile -------------------------------------------------------------------------------- /devel/libgit2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libgit2/Portfile -------------------------------------------------------------------------------- /devel/libgit2/files/copyfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libgit2/files/copyfile.h -------------------------------------------------------------------------------- /devel/libical/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libical/Portfile -------------------------------------------------------------------------------- /devel/libimobiledevice/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libimobiledevice/Portfile -------------------------------------------------------------------------------- /devel/liblangtag/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/liblangtag/Portfile -------------------------------------------------------------------------------- /devel/libpgf/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libpgf/Portfile -------------------------------------------------------------------------------- /devel/libportal/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libportal/Portfile -------------------------------------------------------------------------------- /devel/libsigcxx2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libsigcxx2/Portfile -------------------------------------------------------------------------------- /devel/libsigcxx3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libsigcxx3/Portfile -------------------------------------------------------------------------------- /devel/libsodium/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libsodium/Portfile -------------------------------------------------------------------------------- /devel/libssh/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libssh/Portfile -------------------------------------------------------------------------------- /devel/libtapi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libtapi/Portfile -------------------------------------------------------------------------------- /devel/libtgvoip/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libtgvoip/Portfile -------------------------------------------------------------------------------- /devel/libucl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libucl/Portfile -------------------------------------------------------------------------------- /devel/libunwind/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libunwind/Portfile -------------------------------------------------------------------------------- /devel/libunwind/files/c89.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libunwind/files/c89.patch -------------------------------------------------------------------------------- /devel/libusb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libusb/Portfile -------------------------------------------------------------------------------- /devel/libusbmuxd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libusbmuxd/Portfile -------------------------------------------------------------------------------- /devel/libuv/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libuv/Portfile -------------------------------------------------------------------------------- /devel/libxkbcommon/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/libxkbcommon/Portfile -------------------------------------------------------------------------------- /devel/mapbox_variant/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/mapbox_variant/Portfile -------------------------------------------------------------------------------- /devel/mdds-2.1/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/mdds-2.1/Portfile -------------------------------------------------------------------------------- /devel/mdds/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/mdds/Portfile -------------------------------------------------------------------------------- /devel/meson/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/meson/Portfile -------------------------------------------------------------------------------- /devel/meson/old/cross/ppc-darwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/meson/old/cross/ppc-darwin -------------------------------------------------------------------------------- /devel/mimalloc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/mimalloc/Portfile -------------------------------------------------------------------------------- /devel/mimalloc/files/mimalloc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/mimalloc/files/mimalloc.sh -------------------------------------------------------------------------------- /devel/mpfr/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/mpfr/Portfile -------------------------------------------------------------------------------- /devel/ms_gsl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ms_gsl/Portfile -------------------------------------------------------------------------------- /devel/ncurses/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ncurses/Portfile -------------------------------------------------------------------------------- /devel/ncurses/Portfile-5.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ncurses/Portfile-5.9 -------------------------------------------------------------------------------- /devel/ncurses/files/hex.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ncurses/files/hex.diff -------------------------------------------------------------------------------- /devel/nettle/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nettle/Portfile -------------------------------------------------------------------------------- /devel/nettle/files/c89.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nettle/files/c89.patch -------------------------------------------------------------------------------- /devel/nettle/files/no-fink.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nettle/files/no-fink.patch -------------------------------------------------------------------------------- /devel/ninja/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ninja/Portfile -------------------------------------------------------------------------------- /devel/ninja/files/ninja.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ninja/files/ninja.sh -------------------------------------------------------------------------------- /devel/nodejs10/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nodejs10/Portfile -------------------------------------------------------------------------------- /devel/nodejs18/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nodejs18/Portfile -------------------------------------------------------------------------------- /devel/nodejs8/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nodejs8/Portfile -------------------------------------------------------------------------------- /devel/nspr/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nspr/Portfile -------------------------------------------------------------------------------- /devel/nspr/files/nspr.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/nspr/files/nspr.pc -------------------------------------------------------------------------------- /devel/ocl-icd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ocl-icd/Portfile -------------------------------------------------------------------------------- /devel/ocl_icd_wrapper/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/ocl_icd_wrapper/Portfile -------------------------------------------------------------------------------- /devel/onetbb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/onetbb/Portfile -------------------------------------------------------------------------------- /devel/openssl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/openssl/Portfile -------------------------------------------------------------------------------- /devel/openssl/previous/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/openssl/previous/Portfile -------------------------------------------------------------------------------- /devel/openssl10/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/openssl10/Portfile -------------------------------------------------------------------------------- /devel/openssl11/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/openssl11/Portfile -------------------------------------------------------------------------------- /devel/openssl3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/openssl3/Portfile -------------------------------------------------------------------------------- /devel/openssl3/files/legacy.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/openssl3/files/legacy.cnf -------------------------------------------------------------------------------- /devel/orc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/orc/Portfile -------------------------------------------------------------------------------- /devel/pcre/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/pcre/Portfile -------------------------------------------------------------------------------- /devel/pcre/files/MAP_JIT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/pcre/files/MAP_JIT.patch -------------------------------------------------------------------------------- /devel/pkgconf/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/pkgconf/Portfile -------------------------------------------------------------------------------- /devel/plcrashreporter/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/plcrashreporter/Portfile -------------------------------------------------------------------------------- /devel/popt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/popt/Portfile -------------------------------------------------------------------------------- /devel/porg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/porg/Portfile -------------------------------------------------------------------------------- /devel/q4wine/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/q4wine/Portfile -------------------------------------------------------------------------------- /devel/qbs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qbs/Portfile -------------------------------------------------------------------------------- /devel/qbs/files/patch-doc.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qbs/files/patch-doc.diff -------------------------------------------------------------------------------- /devel/qca/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qca/Portfile -------------------------------------------------------------------------------- /devel/qca/files/FindQCA2.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qca/files/FindQCA2.cmake -------------------------------------------------------------------------------- /devel/qgit/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qgit/Portfile -------------------------------------------------------------------------------- /devel/qgpgme/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qgpgme/Portfile -------------------------------------------------------------------------------- /devel/qoauth/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qoauth/Portfile -------------------------------------------------------------------------------- /devel/qscintilla/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qscintilla/Portfile -------------------------------------------------------------------------------- /devel/qstyles/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qstyles/Portfile -------------------------------------------------------------------------------- /devel/qt5-assistant/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qt5-assistant/Portfile -------------------------------------------------------------------------------- /devel/qt5-assistant/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qt5-assistant/archive.sh -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpCollectionDetails: -------------------------------------------------------------------------------- 1 | #include "qhelpcollectiondetails.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpContentItem: -------------------------------------------------------------------------------- 1 | #include "qhelpcontentwidget.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpContentModel: -------------------------------------------------------------------------------- 1 | #include "qhelpcontentwidget.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpContentWidget: -------------------------------------------------------------------------------- 1 | #include "qhelpcontentwidget.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpEngine: -------------------------------------------------------------------------------- 1 | #include "qhelpengine.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpEngineCore: -------------------------------------------------------------------------------- 1 | #include "qhelpenginecore.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpFilterData: -------------------------------------------------------------------------------- 1 | #include "qhelpfilterdata.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpFilterEngine: -------------------------------------------------------------------------------- 1 | #include "qhelpfilterengine.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpGlobal: -------------------------------------------------------------------------------- 1 | #include "qhelp_global.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpIndexModel: -------------------------------------------------------------------------------- 1 | #include "qhelpindexwidget.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpIndexWidget: -------------------------------------------------------------------------------- 1 | #include "qhelpindexwidget.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpSearchEngine: -------------------------------------------------------------------------------- 1 | #include "qhelpsearchengine.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpSearchQuery: -------------------------------------------------------------------------------- 1 | #include "qhelpsearchengine.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpSearchQueryWidget: -------------------------------------------------------------------------------- 1 | #include "qhelpsearchquerywidget.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpSearchResult: -------------------------------------------------------------------------------- 1 | #include "qhelpsearchengine.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-assistant/files/devel/QHelpSearchResultWidget: -------------------------------------------------------------------------------- 1 | #include "qhelpsearchresultwidget.h" 2 | -------------------------------------------------------------------------------- /devel/qt5-creator/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qt5-creator/Portfile -------------------------------------------------------------------------------- /devel/qt5-installer-framework/files/MaintenanceTool.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? 2 | -------------------------------------------------------------------------------- /devel/qt5-webkit/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qt5-webkit/Portfile -------------------------------------------------------------------------------- /devel/qt5-webkit/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qt5-webkit/archive.sh -------------------------------------------------------------------------------- /devel/qtchooser/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qtchooser/Portfile -------------------------------------------------------------------------------- /devel/qtscriptgenerator/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/qtscriptgenerator/Portfile -------------------------------------------------------------------------------- /devel/quickjs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/quickjs/Portfile -------------------------------------------------------------------------------- /devel/quickjs/files/quickjs.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/quickjs/files/quickjs.pc -------------------------------------------------------------------------------- /devel/range_v3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/range_v3/Portfile -------------------------------------------------------------------------------- /devel/rustup/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/rustup/Portfile -------------------------------------------------------------------------------- /devel/samurai/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/samurai/Portfile -------------------------------------------------------------------------------- /devel/sccache/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/sccache/Portfile -------------------------------------------------------------------------------- /devel/shared-mime-info/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/shared-mime-info/Portfile -------------------------------------------------------------------------------- /devel/slibtool/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/slibtool/Portfile -------------------------------------------------------------------------------- /devel/soprano/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/soprano/Portfile -------------------------------------------------------------------------------- /devel/strigi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/strigi/Portfile -------------------------------------------------------------------------------- /devel/tbb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/tbb/Portfile -------------------------------------------------------------------------------- /devel/tl_expected/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/tl_expected/Portfile -------------------------------------------------------------------------------- /devel/usbmuxd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/usbmuxd/Portfile -------------------------------------------------------------------------------- /devel/valgrind/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/valgrind/Portfile -------------------------------------------------------------------------------- /devel/wayland/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/wayland/Portfile -------------------------------------------------------------------------------- /devel/xxdiff/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/xxdiff/Portfile -------------------------------------------------------------------------------- /devel/xxdiff/files/xxdiff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/xxdiff/files/xxdiff.sh -------------------------------------------------------------------------------- /devel/zeal/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/zeal/Portfile -------------------------------------------------------------------------------- /devel/zmq/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/zmq/Portfile -------------------------------------------------------------------------------- /devel/zmq/files/patch-tests.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/devel/zmq/files/patch-tests.diff -------------------------------------------------------------------------------- /editors/MuseScore/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/editors/MuseScore/Portfile -------------------------------------------------------------------------------- /editors/vim/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/editors/vim/Portfile -------------------------------------------------------------------------------- /editors/vim/files/patch-tcl.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/editors/vim/files/patch-tcl.diff -------------------------------------------------------------------------------- /fuse/curlftpfs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/curlftpfs/Portfile -------------------------------------------------------------------------------- /fuse/ext2fuse/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/ext2fuse/Portfile -------------------------------------------------------------------------------- /fuse/ext4fuse/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/ext4fuse/Portfile -------------------------------------------------------------------------------- /fuse/ifuse/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/ifuse/Portfile -------------------------------------------------------------------------------- /fuse/macfuse/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/macfuse/Portfile -------------------------------------------------------------------------------- /fuse/ntfs-3g/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/ntfs-3g/Portfile -------------------------------------------------------------------------------- /fuse/sshfs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/sshfs/Portfile -------------------------------------------------------------------------------- /fuse/sshfs/files/sshfs.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/fuse/sshfs/files/sshfs.c.patch -------------------------------------------------------------------------------- /gnome/d-feet/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/d-feet/Portfile -------------------------------------------------------------------------------- /gnome/epiphany/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/epiphany/Portfile -------------------------------------------------------------------------------- /gnome/font-manager/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/font-manager/Portfile -------------------------------------------------------------------------------- /gnome/glib-networking/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/glib-networking/Portfile -------------------------------------------------------------------------------- /gnome/gstreamer010/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/gstreamer010/Portfile -------------------------------------------------------------------------------- /gnome/gtk3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/gtk3/Portfile -------------------------------------------------------------------------------- /gnome/libhandy-0.0/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/libhandy-0.0/Portfile -------------------------------------------------------------------------------- /gnome/libhandy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/libhandy/Portfile -------------------------------------------------------------------------------- /gnome/libsecret/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/libsecret/Portfile -------------------------------------------------------------------------------- /gnome/libsecret/files/autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/libsecret/files/autogen.sh -------------------------------------------------------------------------------- /gnome/libsoup-2.4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/libsoup-2.4/Portfile -------------------------------------------------------------------------------- /gnome/libsoup/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/libsoup/Portfile -------------------------------------------------------------------------------- /gnome/rest-1/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/rest-1/Portfile -------------------------------------------------------------------------------- /gnome/vte/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/gnome/vte/Portfile -------------------------------------------------------------------------------- /graphics/ImageMagick/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/ImageMagick/Portfile -------------------------------------------------------------------------------- /graphics/ImageMagick6/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/ImageMagick6/Portfile -------------------------------------------------------------------------------- /graphics/autotrace/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/autotrace/Portfile -------------------------------------------------------------------------------- /graphics/cairo-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/cairo-devel/Portfile -------------------------------------------------------------------------------- /graphics/cairo/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/cairo/Portfile -------------------------------------------------------------------------------- /graphics/cairo/files/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/cairo/files/CHANGELOG -------------------------------------------------------------------------------- /graphics/enblend/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/enblend/Portfile -------------------------------------------------------------------------------- /graphics/exiv2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/exiv2/Portfile -------------------------------------------------------------------------------- /graphics/fontconfig/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/fontconfig/Portfile -------------------------------------------------------------------------------- /graphics/fontforge/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/fontforge/Portfile -------------------------------------------------------------------------------- /graphics/gdk-pixbuf2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/gdk-pixbuf2/Portfile -------------------------------------------------------------------------------- /graphics/harfbuzz/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/harfbuzz/Portfile -------------------------------------------------------------------------------- /graphics/imath/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/imath/Portfile -------------------------------------------------------------------------------- /graphics/inkscape-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/inkscape-devel/Portfile -------------------------------------------------------------------------------- /graphics/inkscape/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/inkscape/Portfile -------------------------------------------------------------------------------- /graphics/jasper/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/jasper/Portfile -------------------------------------------------------------------------------- /graphics/jhead/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/jhead/Portfile -------------------------------------------------------------------------------- /graphics/jpeg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/jpeg/Portfile -------------------------------------------------------------------------------- /graphics/libepoxy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/libepoxy/Portfile -------------------------------------------------------------------------------- /graphics/libjpeg-turbo/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/libjpeg-turbo/Portfile -------------------------------------------------------------------------------- /graphics/libpng/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/libpng/Portfile -------------------------------------------------------------------------------- /graphics/libraw/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/libraw/Portfile -------------------------------------------------------------------------------- /graphics/librsvg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/librsvg/Portfile -------------------------------------------------------------------------------- /graphics/librsvg/files/svg2pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/librsvg/files/svg2pdf -------------------------------------------------------------------------------- /graphics/lprof/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/lprof/Portfile -------------------------------------------------------------------------------- /graphics/opencv/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/opencv/Portfile -------------------------------------------------------------------------------- /graphics/openexr/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/openexr/Portfile -------------------------------------------------------------------------------- /graphics/openexr2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/openexr2/Portfile -------------------------------------------------------------------------------- /graphics/owl-compositor/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/owl-compositor/Portfile -------------------------------------------------------------------------------- /graphics/poppler/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/poppler/Portfile -------------------------------------------------------------------------------- /graphics/poppler073/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/poppler073/Portfile -------------------------------------------------------------------------------- /graphics/qimageblitz/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/qimageblitz/Portfile -------------------------------------------------------------------------------- /graphics/qrencode/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/qrencode/Portfile -------------------------------------------------------------------------------- /graphics/qwt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/qwt/Portfile -------------------------------------------------------------------------------- /graphics/rlottie/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/rlottie/Portfile -------------------------------------------------------------------------------- /graphics/shaderc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/shaderc/Portfile -------------------------------------------------------------------------------- /graphics/spirv-tools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/spirv-tools/Portfile -------------------------------------------------------------------------------- /graphics/tiff/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/tiff/Portfile -------------------------------------------------------------------------------- /graphics/vtk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/vtk/Portfile -------------------------------------------------------------------------------- /graphics/vulkan-headers/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/vulkan-headers/Portfile -------------------------------------------------------------------------------- /graphics/vulkan-loader/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/vulkan-loader/Portfile -------------------------------------------------------------------------------- /graphics/vulkan-tools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/vulkan-tools/Portfile -------------------------------------------------------------------------------- /graphics/vulkan-volk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/vulkan-volk/Portfile -------------------------------------------------------------------------------- /graphics/webp/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/webp/Portfile -------------------------------------------------------------------------------- /graphics/wxWidgets-3.1/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/wxWidgets-3.1/Portfile -------------------------------------------------------------------------------- /graphics/wxWidgets-3.2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/wxWidgets-3.2/Portfile -------------------------------------------------------------------------------- /graphics/zbar/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/graphics/zbar/Portfile -------------------------------------------------------------------------------- /kde/Ciment-icons/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/Ciment-icons/Portfile -------------------------------------------------------------------------------- /kde/OSXdg-icons/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/OSXdg-icons/Portfile -------------------------------------------------------------------------------- /kde/PortIndex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/PortIndex -------------------------------------------------------------------------------- /kde/PortIndex.quick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/PortIndex.quick -------------------------------------------------------------------------------- /kde/QtCurve/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/QtCurve/Portfile -------------------------------------------------------------------------------- /kde/QtCurve/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/QtCurve/archive.sh -------------------------------------------------------------------------------- /kde/QtCurve/files/kdeglobals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/QtCurve/files/kdeglobals -------------------------------------------------------------------------------- /kde/QtCurve/files/old/D5537.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/QtCurve/files/old/D5537.diff -------------------------------------------------------------------------------- /kde/QtCurve/files/stylerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/QtCurve/files/stylerc -------------------------------------------------------------------------------- /kde/attica/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/attica/Portfile -------------------------------------------------------------------------------- /kde/baloo-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/baloo-devel/Portfile -------------------------------------------------------------------------------- /kde/baloo-widgets-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/baloo-widgets-devel/Portfile -------------------------------------------------------------------------------- /kde/baloo-widgets/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/baloo-widgets/Portfile -------------------------------------------------------------------------------- /kde/baloo/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/baloo/Portfile -------------------------------------------------------------------------------- /kde/bespin/.Portfile.swo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/bespin/.Portfile.swo -------------------------------------------------------------------------------- /kde/bespin/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/bespin/Portfile -------------------------------------------------------------------------------- /kde/calligra-git/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/calligra-git/Portfile -------------------------------------------------------------------------------- /kde/calligra-git/buildflags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/calligra-git/buildflags -------------------------------------------------------------------------------- /kde/calligra/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/calligra/Portfile -------------------------------------------------------------------------------- /kde/calligra/buildflags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/calligra/buildflags -------------------------------------------------------------------------------- /kde/digikam/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/digikam/Portfile -------------------------------------------------------------------------------- /kde/dolphin-plugins/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/dolphin-plugins/Portfile -------------------------------------------------------------------------------- /kde/gwenview/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/gwenview/Portfile -------------------------------------------------------------------------------- /kde/k3b/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/k3b/Portfile -------------------------------------------------------------------------------- /kde/k3b/buildflags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/k3b/buildflags -------------------------------------------------------------------------------- /kde/kate/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kate/Portfile -------------------------------------------------------------------------------- /kde/kate/files/patch-Zoom.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kate/files/patch-Zoom.diff -------------------------------------------------------------------------------- /kde/kcm-baloo-advanced/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kcm-baloo-advanced/Portfile -------------------------------------------------------------------------------- /kde/kde-l10n-en_GB/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kde-l10n-en_GB/Portfile -------------------------------------------------------------------------------- /kde/kde4-baseapps/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kde4-baseapps/Portfile -------------------------------------------------------------------------------- /kde/kde4-kile/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kde4-kile/Portfile -------------------------------------------------------------------------------- /kde/kde4-runtime/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kde4-runtime/Portfile -------------------------------------------------------------------------------- /kde/kde4-workspace-git/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kde4-workspace-git/Portfile -------------------------------------------------------------------------------- /kde/kde4-workspace/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kde4-workspace/Portfile -------------------------------------------------------------------------------- /kde/kdelibs4-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdelibs4-devel/Portfile -------------------------------------------------------------------------------- /kde/kdelibs4-devel/files: -------------------------------------------------------------------------------- 1 | ../kdelibs4/files -------------------------------------------------------------------------------- /kde/kdelibs4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdelibs4/Portfile -------------------------------------------------------------------------------- /kde/kdelibs4/Portfile-4.13.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdelibs4/Portfile-4.13.3 -------------------------------------------------------------------------------- /kde/kdelibs4/files/kdeinit4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdelibs4/files/kdeinit4.sh -------------------------------------------------------------------------------- /kde/kdepim4-4.12.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepim4-4.12.5.zip -------------------------------------------------------------------------------- /kde/kdepim4-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepim4-devel/Portfile -------------------------------------------------------------------------------- /kde/kdepim4-runtime-4.12.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepim4-runtime-4.12.5.zip -------------------------------------------------------------------------------- /kde/kdepim4-runtime/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepim4-runtime/Portfile -------------------------------------------------------------------------------- /kde/kdepim4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepim4/Portfile -------------------------------------------------------------------------------- /kde/kdepim4/files/portfile.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepim4/files/portfile.diff -------------------------------------------------------------------------------- /kde/kdepimlibs4-4.12.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepimlibs4-4.12.5.zip -------------------------------------------------------------------------------- /kde/kdepimlibs4-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepimlibs4-devel/Portfile -------------------------------------------------------------------------------- /kde/kdepimlibs4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdepimlibs4/Portfile -------------------------------------------------------------------------------- /kde/kdesdk-kioslaves/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdesdk-kioslaves/Portfile -------------------------------------------------------------------------------- /kde/kdesdk-kioslaves/files/svn-1.8.13/subversion-1/svn-revision.txt: -------------------------------------------------------------------------------- 1 | Unversioned directory 2 | -------------------------------------------------------------------------------- /kde/kdesvn/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdesvn/Portfile -------------------------------------------------------------------------------- /kde/kdev-mercurial/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdev-mercurial/Portfile -------------------------------------------------------------------------------- /kde/kdev-python/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdev-python/Portfile -------------------------------------------------------------------------------- /kde/kdev-qmake/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdev-qmake/Portfile -------------------------------------------------------------------------------- /kde/kdev-valgrind/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdev-valgrind/Portfile -------------------------------------------------------------------------------- /kde/kdevelop-git/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdevelop-git/Portfile -------------------------------------------------------------------------------- /kde/kdevelop-git/buildflags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdevelop-git/buildflags -------------------------------------------------------------------------------- /kde/kdevelop-pg-qt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdevelop-pg-qt/Portfile -------------------------------------------------------------------------------- /kde/kdevplatform-git/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdevplatform-git/Portfile -------------------------------------------------------------------------------- /kde/kdevplatform-git/buildflags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kdevplatform-git/buildflags -------------------------------------------------------------------------------- /kde/kfilemetadata/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kfilemetadata/Portfile -------------------------------------------------------------------------------- /kde/kgpg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kgpg/Portfile -------------------------------------------------------------------------------- /kde/kgraphviewer/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kgraphviewer/Portfile -------------------------------------------------------------------------------- /kde/kompare/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kompare/Portfile -------------------------------------------------------------------------------- /kde/konsole/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/konsole/Portfile -------------------------------------------------------------------------------- /kde/krecipe/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/krecipe/Portfile -------------------------------------------------------------------------------- /kde/kuser/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kuser/Portfile -------------------------------------------------------------------------------- /kde/kwallet/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/kwallet/Portfile -------------------------------------------------------------------------------- /kde/libkdeedu-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/libkdeedu-devel/Portfile -------------------------------------------------------------------------------- /kde/libkexiv2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/libkexiv2/Portfile -------------------------------------------------------------------------------- /kde/libkfbapi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/libkfbapi/Portfile -------------------------------------------------------------------------------- /kde/libkgapi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/libkgapi.zip -------------------------------------------------------------------------------- /kde/libkgapi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/libkgapi/Portfile -------------------------------------------------------------------------------- /kde/libkomparediff2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/libkomparediff2/Portfile -------------------------------------------------------------------------------- /kde/loc_baloo-4.13.3.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/loc_baloo-4.13.3.tar.bz2 -------------------------------------------------------------------------------- /kde/marble/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/marble/Portfile -------------------------------------------------------------------------------- /kde/massif-visualizer/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/massif-visualizer/Portfile -------------------------------------------------------------------------------- /kde/mate-icons/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/mate-icons/Portfile -------------------------------------------------------------------------------- /kde/mate-icons/files/text-x-preview.icon.256: -------------------------------------------------------------------------------- 1 | [Icon Data] 2 | EmbeddedTextRectangle=35,19,177,236 3 | -------------------------------------------------------------------------------- /kde/mate-icons/files/text-x-preview.icon.48: -------------------------------------------------------------------------------- 1 | [Icon Data] 2 | EmbeddedTextRectangle=9,6,31,40 3 | -------------------------------------------------------------------------------- /kde/mobipocket/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/mobipocket/Portfile -------------------------------------------------------------------------------- /kde/nepomuk-core-4.13.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/nepomuk-core-4.13.3.zip -------------------------------------------------------------------------------- /kde/nepomuk-core/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/nepomuk-core/Portfile -------------------------------------------------------------------------------- /kde/nepomuk-widgets/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/nepomuk-widgets/Portfile -------------------------------------------------------------------------------- /kde/okular/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/okular/Portfile -------------------------------------------------------------------------------- /kde/parley-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/parley-devel/Portfile -------------------------------------------------------------------------------- /kde/polkit-qt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/polkit-qt/Portfile -------------------------------------------------------------------------------- /kde/rekonq/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/rekonq/Portfile -------------------------------------------------------------------------------- /kde/simon/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/simon/Portfile -------------------------------------------------------------------------------- /kde/skrooge/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/skrooge/Portfile -------------------------------------------------------------------------------- /kde/webkitkde/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/webkitkde/Portfile -------------------------------------------------------------------------------- /kde/zanshin/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kde/zanshin/Portfile -------------------------------------------------------------------------------- /kf5/KF5-Frameworks/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/KF5-Frameworks/Portfile -------------------------------------------------------------------------------- /kf5/KF5-Frameworks/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/KF5-Frameworks/archive.sh -------------------------------------------------------------------------------- /kf5/KF5-Frameworks/files/checksums.table: -------------------------------------------------------------------------------- 1 | checksums-5.60.0.table -------------------------------------------------------------------------------- /kf5/kdevelop5-pg-qt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kdevelop5-pg-qt/Portfile -------------------------------------------------------------------------------- /kf5/kf5-akonadi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-akonadi/Portfile -------------------------------------------------------------------------------- /kf5/kf5-ark/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-ark/Portfile -------------------------------------------------------------------------------- /kf5/kf5-audiocd-kio/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-audiocd-kio/Portfile -------------------------------------------------------------------------------- /kf5/kf5-baloo-widgets/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-baloo-widgets/Portfile -------------------------------------------------------------------------------- /kf5/kf5-baseapps/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-baseapps/Portfile -------------------------------------------------------------------------------- /kf5/kf5-breeze-icons/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-breeze-icons/Portfile -------------------------------------------------------------------------------- /kf5/kf5-breeze/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-breeze/Portfile -------------------------------------------------------------------------------- /kf5/kf5-calligra-suite/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-calligra-suite/Portfile -------------------------------------------------------------------------------- /kf5/kf5-cli-tools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-cli-tools/Portfile -------------------------------------------------------------------------------- /kf5/kf5-dev-scripts/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-dev-scripts/Portfile -------------------------------------------------------------------------------- /kf5/kf5-dev-utils/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-dev-utils/Portfile -------------------------------------------------------------------------------- /kf5/kf5-digikam/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-digikam/Portfile -------------------------------------------------------------------------------- /kf5/kf5-dolphin/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-dolphin/Portfile -------------------------------------------------------------------------------- /kf5/kf5-dragon/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-dragon/Portfile -------------------------------------------------------------------------------- /kf5/kf5-drkonqi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-drkonqi/Portfile -------------------------------------------------------------------------------- /kf5/kf5-gpgmepp/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-gpgmepp/Portfile -------------------------------------------------------------------------------- /kf5/kf5-gwenview/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-gwenview/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kamera/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kamera/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kaos-kcms/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kaos-kcms/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kate/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kate/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kate/files/kate5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kate/files/kate5.sh -------------------------------------------------------------------------------- /kf5/kf5-kcalc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kcalc/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kcalcore/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kcalcore/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdbg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdbg/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdebugsettings/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdebugsettings/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdeconnect/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdeconnect/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdecoration/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdecoration/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdenlive/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdenlive/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdesvn/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdesvn/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdev-mercurial/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdev-mercurial/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdev-python/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdev-python/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdevelop/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdevelop/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kdevelop/files/make-mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdevelop/files/make-mp -------------------------------------------------------------------------------- /kf5/kf5-kdevelop/files/make2port: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdevelop/files/make2port -------------------------------------------------------------------------------- /kf5/kf5-kdevelop/files/port-busy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdevelop/files/port-busy -------------------------------------------------------------------------------- /kf5/kf5-kdevelop/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kdevelop/files/series -------------------------------------------------------------------------------- /kf5/kf5-kexi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kexi/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kgpg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kgpg/Portfile -------------------------------------------------------------------------------- /kf5/kf5-khelpcentre/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-khelpcentre/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kile/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kile/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kio-extras/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kio-extras/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kleopatra/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kleopatra/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kmplot/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kmplot/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kmymoney/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kmymoney/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kompare/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kompare/Portfile -------------------------------------------------------------------------------- /kf5/kf5-konversation/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-konversation/Portfile -------------------------------------------------------------------------------- /kf5/kf5-krdc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-krdc/Portfile -------------------------------------------------------------------------------- /kf5/kf5-krita-legacy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-krita-legacy/Portfile -------------------------------------------------------------------------------- /kf5/kf5-krita/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-krita/Portfile -------------------------------------------------------------------------------- /kf5/kf5-krita/files/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-krita/files/.gitignore -------------------------------------------------------------------------------- /kf5/kf5-kruler/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kruler/Portfile -------------------------------------------------------------------------------- /kf5/kf5-ksshaskpass/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-ksshaskpass/Portfile -------------------------------------------------------------------------------- /kf5/kf5-ksysguard/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-ksysguard/Portfile -------------------------------------------------------------------------------- /kf5/kf5-ktorrent/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-ktorrent/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kube/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kube/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kwalletmanager/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kwalletmanager/Portfile -------------------------------------------------------------------------------- /kf5/kf5-kwebkitpart/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-kwebkitpart/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkasync/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkasync/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkcontacts/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkcontacts/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkdav/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkdav/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkdcraw/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkdcraw/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkexiv2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkexiv2/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkgapi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkgapi/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkimap/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkimap/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkimap2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkimap2/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkipi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkipi/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libkmime/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libkmime/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libksane/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libksane/Portfile -------------------------------------------------------------------------------- /kf5/kf5-libsink/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-libsink/Portfile -------------------------------------------------------------------------------- /kf5/kf5-lokalize/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-lokalize/Portfile -------------------------------------------------------------------------------- /kf5/kf5-marble-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-marble-devel/Portfile -------------------------------------------------------------------------------- /kf5/kf5-marble/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-marble/Portfile -------------------------------------------------------------------------------- /kf5/kf5-messagelib/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-messagelib/Portfile -------------------------------------------------------------------------------- /kf5/kf5-minuet/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-minuet/Portfile -------------------------------------------------------------------------------- /kf5/kf5-okular/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-okular/Portfile -------------------------------------------------------------------------------- /kf5/kf5-osx-integration/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-osx-integration/Portfile -------------------------------------------------------------------------------- /kf5/kf5-oxygen-icons5/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-oxygen-icons5/Portfile -------------------------------------------------------------------------------- /kf5/kf5-oxygen/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-oxygen/Portfile -------------------------------------------------------------------------------- /kf5/kf5-plasma-desktop/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-plasma-desktop/Portfile -------------------------------------------------------------------------------- /kf5/kf5-plasma-runtime/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-plasma-runtime/Portfile -------------------------------------------------------------------------------- /kf5/kf5-plasma-sdk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-plasma-sdk/Portfile -------------------------------------------------------------------------------- /kf5/kf5-purpose-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-purpose-devel/Portfile -------------------------------------------------------------------------------- /kf5/kf5-rkward/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-rkward/Portfile -------------------------------------------------------------------------------- /kf5/kf5-skrooge/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-skrooge/Portfile -------------------------------------------------------------------------------- /kf5/kf5-smb4k/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-smb4k/Portfile -------------------------------------------------------------------------------- /kf5/kf5-systemsettings/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-systemsettings/Portfile -------------------------------------------------------------------------------- /kf5/kf5-tellico/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-tellico/Portfile -------------------------------------------------------------------------------- /kf5/kf5-translations/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-translations/Portfile -------------------------------------------------------------------------------- /kf5/kf5-umbrello/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/kf5-umbrello/Portfile -------------------------------------------------------------------------------- /kf5/konsole5/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/konsole5/Portfile -------------------------------------------------------------------------------- /kf5/konsole5/files/mac.keytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/konsole5/files/mac.keytab -------------------------------------------------------------------------------- /kf5/libqgit2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/libqgit2/Portfile -------------------------------------------------------------------------------- /kf5/okteta5/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/kf5/okteta5/Portfile -------------------------------------------------------------------------------- /lang/antlr3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/antlr3/Portfile -------------------------------------------------------------------------------- /lang/antlr3/files/antlr3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/antlr3/files/antlr3.sh -------------------------------------------------------------------------------- /lang/fpc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/fpc/Portfile -------------------------------------------------------------------------------- /lang/gcc12/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc12/Portfile -------------------------------------------------------------------------------- /lang/gcc12/files/mp-gcc12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc12/files/mp-gcc12 -------------------------------------------------------------------------------- /lang/gcc13/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc13/Portfile -------------------------------------------------------------------------------- /lang/gcc13/files/mp-gcc13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc13/files/mp-gcc13 -------------------------------------------------------------------------------- /lang/gcc6/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc6/Portfile -------------------------------------------------------------------------------- /lang/gcc6/files/mp-gcc6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc6/files/mp-gcc6 -------------------------------------------------------------------------------- /lang/gcc7/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc7/Portfile -------------------------------------------------------------------------------- /lang/gcc7/files/mp-gcc7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/gcc7/files/mp-gcc7 -------------------------------------------------------------------------------- /lang/go/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/go/Portfile -------------------------------------------------------------------------------- /lang/libclc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/libclc/Portfile -------------------------------------------------------------------------------- /lang/libcxx/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/libcxx/Portfile -------------------------------------------------------------------------------- /lang/libcxx/files/optlibs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/libcxx/files/optlibs.sh -------------------------------------------------------------------------------- /lang/libcxxabi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/libcxxabi/Portfile -------------------------------------------------------------------------------- /lang/libgcc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/libgcc/Portfile -------------------------------------------------------------------------------- /lang/libomp/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/libomp/Portfile -------------------------------------------------------------------------------- /lang/llvm-12/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-12/Portfile -------------------------------------------------------------------------------- /lang/llvm-12/files/llvm-bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-12/files/llvm-bin -------------------------------------------------------------------------------- /lang/llvm-12/files/llvm-bin-compat: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-12/files/mp-clang-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-12/files/mp-clang-12 -------------------------------------------------------------------------------- /lang/llvm-12/files/mp-lld-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-12/files/mp-lld-12 -------------------------------------------------------------------------------- /lang/llvm-12/files/mp-llvm-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-12/files/mp-llvm-12 -------------------------------------------------------------------------------- /lang/llvm-16/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-16/Portfile -------------------------------------------------------------------------------- /lang/llvm-16/files/ld64.lld.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-16/files/ld64.lld.sh -------------------------------------------------------------------------------- /lang/llvm-16/files/llvm-bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-16/files/llvm-bin -------------------------------------------------------------------------------- /lang/llvm-16/files/llvm-bin-compat: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-16/files/mp-clang-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-16/files/mp-clang-16 -------------------------------------------------------------------------------- /lang/llvm-16/files/mp-lld-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-16/files/mp-lld-16 -------------------------------------------------------------------------------- /lang/llvm-16/files/mp-lldb-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-16/files/mp-lldb-16 -------------------------------------------------------------------------------- /lang/llvm-16/files/mp-llvm-16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-16/files/mp-llvm-16 -------------------------------------------------------------------------------- /lang/llvm-17/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/Portfile -------------------------------------------------------------------------------- /lang/llvm-17/files/ld.lld.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/files/ld.lld.sh -------------------------------------------------------------------------------- /lang/llvm-17/files/ld64.lld.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/files/ld64.lld.sh -------------------------------------------------------------------------------- /lang/llvm-17/files/llvm-bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/files/llvm-bin -------------------------------------------------------------------------------- /lang/llvm-17/files/llvm-bin-compat: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-17/files/mp-clang-17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/files/mp-clang-17 -------------------------------------------------------------------------------- /lang/llvm-17/files/mp-lld-17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/files/mp-lld-17 -------------------------------------------------------------------------------- /lang/llvm-17/files/mp-lldb-17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/files/mp-lldb-17 -------------------------------------------------------------------------------- /lang/llvm-17/files/mp-llvm-17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-17/files/mp-llvm-17 -------------------------------------------------------------------------------- /lang/llvm-3.7/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.7/Portfile -------------------------------------------------------------------------------- /lang/llvm-3.7/files/llvm-bin: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-3.7/files/mp-clang-3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.7/files/mp-clang-3.7 -------------------------------------------------------------------------------- /lang/llvm-3.7/files/mp-llvm-3.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.7/files/mp-llvm-3.7 -------------------------------------------------------------------------------- /lang/llvm-3.8/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.8/Portfile -------------------------------------------------------------------------------- /lang/llvm-3.8/files/llvm-bin: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-3.8/files/mp-clang-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.8/files/mp-clang-3.8 -------------------------------------------------------------------------------- /lang/llvm-3.8/files/mp-lldb-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.8/files/mp-lldb-3.8 -------------------------------------------------------------------------------- /lang/llvm-3.8/files/mp-llvm-3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.8/files/mp-llvm-3.8 -------------------------------------------------------------------------------- /lang/llvm-3.9/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.9/Portfile -------------------------------------------------------------------------------- /lang/llvm-3.9/files/llvm-bin: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-3.9/files/mp-clang-3.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.9/files/mp-clang-3.9 -------------------------------------------------------------------------------- /lang/llvm-3.9/files/mp-lldb-3.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.9/files/mp-lldb-3.9 -------------------------------------------------------------------------------- /lang/llvm-3.9/files/mp-llvm-3.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-3.9/files/mp-llvm-3.9 -------------------------------------------------------------------------------- /lang/llvm-4.0/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-4.0/Portfile -------------------------------------------------------------------------------- /lang/llvm-4.0/files/llvm-bin: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-4.0/files/mp-clang-4.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-4.0/files/mp-clang-4.0 -------------------------------------------------------------------------------- /lang/llvm-4.0/files/mp-llvm-4.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-4.0/files/mp-llvm-4.0 -------------------------------------------------------------------------------- /lang/llvm-5.0/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-5.0/Portfile -------------------------------------------------------------------------------- /lang/llvm-5.0/files/llvm-bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-5.0/files/llvm-bin -------------------------------------------------------------------------------- /lang/llvm-5.0/files/llvm-bin-compat: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-5.0/files/mp-clang-5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-5.0/files/mp-clang-5.0 -------------------------------------------------------------------------------- /lang/llvm-5.0/files/mp-llvm-5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-5.0/files/mp-llvm-5.0 -------------------------------------------------------------------------------- /lang/llvm-6.0/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-6.0/Portfile -------------------------------------------------------------------------------- /lang/llvm-6.0/files/llvm-bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-6.0/files/llvm-bin -------------------------------------------------------------------------------- /lang/llvm-6.0/files/llvm-bin-compat: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-6.0/files/mp-clang-6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-6.0/files/mp-clang-6.0 -------------------------------------------------------------------------------- /lang/llvm-6.0/files/mp-llvm-6.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-6.0/files/mp-llvm-6.0 -------------------------------------------------------------------------------- /lang/llvm-9.0/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-9.0/Portfile -------------------------------------------------------------------------------- /lang/llvm-9.0/files/llvm-bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-9.0/files/llvm-bin -------------------------------------------------------------------------------- /lang/llvm-9.0/files/llvm-bin-compat: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec EXEC_PATH "${@}" 3 | -------------------------------------------------------------------------------- /lang/llvm-9.0/files/mp-clang-9.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-9.0/files/mp-clang-9.0 -------------------------------------------------------------------------------- /lang/llvm-9.0/files/mp-llvm-9.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/llvm-9.0/files/mp-llvm-9.0 -------------------------------------------------------------------------------- /lang/macports-libcxx/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/macports-libcxx/Portfile -------------------------------------------------------------------------------- /lang/nasm/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/nasm/Portfile -------------------------------------------------------------------------------- /lang/nodejs22/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/nodejs22/Portfile -------------------------------------------------------------------------------- /lang/nodejs24/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/nodejs24/Portfile -------------------------------------------------------------------------------- /lang/python311/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lang/python311/Portfile -------------------------------------------------------------------------------- /lang/python311/files/pyconfig.ed: -------------------------------------------------------------------------------- 1 | g,.*\(HAVE_POLL[_A-Z]*\).*,s,,/* #undef \1 */, 2 | w 3 | -------------------------------------------------------------------------------- /lxqt/liblxqt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lxqt/liblxqt/Portfile -------------------------------------------------------------------------------- /lxqt/libqtxdg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lxqt/libqtxdg/Portfile -------------------------------------------------------------------------------- /lxqt/lxqt-build-tools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lxqt/lxqt-build-tools/Portfile -------------------------------------------------------------------------------- /lxqt/lxqt-notificationd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/lxqt/lxqt-notificationd/Portfile -------------------------------------------------------------------------------- /macports/bin/isatty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/isatty.c -------------------------------------------------------------------------------- /macports/bin/port: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port -------------------------------------------------------------------------------- /macports/bin/port-busy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port-busy -------------------------------------------------------------------------------- /macports/bin/port-dirs.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port-dirs.tcl -------------------------------------------------------------------------------- /macports/bin/port-edit-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port-edit-state -------------------------------------------------------------------------------- /macports/bin/port-error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port-error -------------------------------------------------------------------------------- /macports/bin/port-provides: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port-provides -------------------------------------------------------------------------------- /macports/bin/port-swap-active: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port-swap-active -------------------------------------------------------------------------------- /macports/bin/port-vacuum.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/port-vacuum.tcl -------------------------------------------------------------------------------- /macports/bin/reinplace.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/bin/reinplace.tcl -------------------------------------------------------------------------------- /macports/lib/port1.0/port.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macports/lib/port1.0/port.tcl -------------------------------------------------------------------------------- /macstrop.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/macstrop.code-workspace -------------------------------------------------------------------------------- /mail/imap-uw.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/mail/imap-uw.zip -------------------------------------------------------------------------------- /mail/libetpan/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/mail/libetpan/Portfile -------------------------------------------------------------------------------- /mail/libidn/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/mail/libidn/Portfile -------------------------------------------------------------------------------- /mail/trojita/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/mail/trojita/Portfile -------------------------------------------------------------------------------- /math/eigen3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/math/eigen3/Portfile -------------------------------------------------------------------------------- /math/eigen3/files/ftv2node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/math/eigen3/files/ftv2node.png -------------------------------------------------------------------------------- /math/eigen3/files/ftv2pnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/math/eigen3/files/ftv2pnode.png -------------------------------------------------------------------------------- /math/eigen3/files/patch-ppc.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/math/eigen3/files/patch-ppc.diff -------------------------------------------------------------------------------- /math/gsl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/math/gsl/Portfile -------------------------------------------------------------------------------- /math/mpdecimal/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/math/mpdecimal/Portfile -------------------------------------------------------------------------------- /multimedia/QtAV/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/QtAV/Portfile -------------------------------------------------------------------------------- /multimedia/VLC-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC-devel/Portfile -------------------------------------------------------------------------------- /multimedia/VLC/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC/Portfile -------------------------------------------------------------------------------- /multimedia/VLC/Portfile.noLibVLC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC/Portfile.noLibVLC -------------------------------------------------------------------------------- /multimedia/VLC/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC/archive.sh -------------------------------------------------------------------------------- /multimedia/VLC/files/libvlc.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC/files/libvlc.pc -------------------------------------------------------------------------------- /multimedia/VLC/files/old/lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC/files/old/lock.h -------------------------------------------------------------------------------- /multimedia/VLC/files/vlc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC/files/vlc.sh -------------------------------------------------------------------------------- /multimedia/VLC2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC2/Portfile -------------------------------------------------------------------------------- /multimedia/VLC2/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/VLC2/archive.sh -------------------------------------------------------------------------------- /multimedia/VLC2/files/old/qtkit.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /multimedia/VLC2/files/old/vlc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @APPLICATIONS_DIR@/VLC.app/Contents/MacOS/VLC "$@" 4 | -------------------------------------------------------------------------------- /multimedia/aacs_updater/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/aacs_updater/Portfile -------------------------------------------------------------------------------- /multimedia/avidemux/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/avidemux/Portfile -------------------------------------------------------------------------------- /multimedia/avidemux/files/Avidemux.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @BUNDLEEXEC@ "$@" 4 | -------------------------------------------------------------------------------- /multimedia/dav1d/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/dav1d/Portfile -------------------------------------------------------------------------------- /multimedia/ffmpeg-2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/ffmpeg-2/Portfile -------------------------------------------------------------------------------- /multimedia/ffmpeg-30/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/ffmpeg-30/Portfile -------------------------------------------------------------------------------- /multimedia/ffmpeg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/ffmpeg/Portfile -------------------------------------------------------------------------------- /multimedia/ffmpeg6/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/ffmpeg6/Portfile -------------------------------------------------------------------------------- /multimedia/ffmpeg7/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/ffmpeg7/Portfile -------------------------------------------------------------------------------- /multimedia/fluidsynth/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/fluidsynth/Portfile -------------------------------------------------------------------------------- /multimedia/kdenlive/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/kdenlive/Portfile -------------------------------------------------------------------------------- /multimedia/libaacs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libaacs/Portfile -------------------------------------------------------------------------------- /multimedia/libass/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libass/Portfile -------------------------------------------------------------------------------- /multimedia/libbdplus/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libbdplus/Portfile -------------------------------------------------------------------------------- /multimedia/libbluray/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libbluray/Portfile -------------------------------------------------------------------------------- /multimedia/libheif/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libheif/Portfile -------------------------------------------------------------------------------- /multimedia/libmmbd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libmmbd/Portfile -------------------------------------------------------------------------------- /multimedia/libmovit/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libmovit/Portfile -------------------------------------------------------------------------------- /multimedia/libvpx/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/libvpx/Portfile -------------------------------------------------------------------------------- /multimedia/mlt/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/mlt/Portfile -------------------------------------------------------------------------------- /multimedia/openh264/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/openh264/Portfile -------------------------------------------------------------------------------- /multimedia/pithos/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/pithos/Portfile -------------------------------------------------------------------------------- /multimedia/qmplay2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/qmplay2/Portfile -------------------------------------------------------------------------------- /multimedia/x264/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/x264/Portfile -------------------------------------------------------------------------------- /multimedia/x265/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/x265/Portfile -------------------------------------------------------------------------------- /multimedia/zvbi/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/multimedia/zvbi/Portfile -------------------------------------------------------------------------------- /net/FreeRDP/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/FreeRDP/Portfile -------------------------------------------------------------------------------- /net/FreeRDP/files/macfreerdp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/FreeRDP/files/macfreerdp.sh -------------------------------------------------------------------------------- /net/curl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/curl/Portfile -------------------------------------------------------------------------------- /net/curl/files/configure.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/curl/files/configure.patch -------------------------------------------------------------------------------- /net/curl/files/managen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/curl/files/managen.patch -------------------------------------------------------------------------------- /net/curl/files/x509asn1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/curl/files/x509asn1.patch -------------------------------------------------------------------------------- /net/ipv6calc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/ipv6calc/Portfile -------------------------------------------------------------------------------- /net/minidlna/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/minidlna/Portfile -------------------------------------------------------------------------------- /net/mtr/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/mtr/Portfile -------------------------------------------------------------------------------- /net/nss/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/nss/Portfile -------------------------------------------------------------------------------- /net/nss/files/nss-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/nss/files/nss-config.in -------------------------------------------------------------------------------- /net/nss/files/nss.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/nss/files/nss.pc.in -------------------------------------------------------------------------------- /net/nss/files/patch-AR.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/nss/files/patch-AR.diff -------------------------------------------------------------------------------- /net/nss/files/patch-ppc.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/nss/files/patch-ppc.diff -------------------------------------------------------------------------------- /net/openntpd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openntpd/Portfile -------------------------------------------------------------------------------- /net/openssh/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/Portfile -------------------------------------------------------------------------------- /net/openssh/files/agent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/agent.patch -------------------------------------------------------------------------------- /net/openssh/files/launchd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/launchd.patch -------------------------------------------------------------------------------- /net/openssh/files/pam.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/pam.patch -------------------------------------------------------------------------------- /net/openssh/files/quilt.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/quilt.env -------------------------------------------------------------------------------- /net/openssh/files/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/series -------------------------------------------------------------------------------- /net/openssh/files/series-gsskex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/series-gsskex -------------------------------------------------------------------------------- /net/openssh/files/series-hpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/series-hpn -------------------------------------------------------------------------------- /net/openssh/files/slogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/openssh/files/slogin -------------------------------------------------------------------------------- /net/owl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/owl/Portfile -------------------------------------------------------------------------------- /net/rsync/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/rsync/Portfile -------------------------------------------------------------------------------- /net/samba4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/samba4/Portfile -------------------------------------------------------------------------------- /net/tcp_wrappers/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/tcp_wrappers/Portfile -------------------------------------------------------------------------------- /net/unison/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/unison/Portfile -------------------------------------------------------------------------------- /net/unison/files/unison.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/unison/files/unison.in -------------------------------------------------------------------------------- /net/waypipe/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/waypipe/Portfile -------------------------------------------------------------------------------- /net/wget/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/wget/Portfile -------------------------------------------------------------------------------- /net/wget/files/prefix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/wget/files/prefix.patch -------------------------------------------------------------------------------- /net/wireguard-go-legacy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/wireguard-go-legacy/Portfile -------------------------------------------------------------------------------- /net/wireguard-tools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/wireguard-tools/Portfile -------------------------------------------------------------------------------- /net/youtube-dl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/net/youtube-dl/Portfile -------------------------------------------------------------------------------- /print/fontmatrix/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/print/fontmatrix/Portfile -------------------------------------------------------------------------------- /print/freetype/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/print/freetype/Portfile -------------------------------------------------------------------------------- /print/ghostscript/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/print/ghostscript/Portfile -------------------------------------------------------------------------------- /print/scribus-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/print/scribus-devel/Portfile -------------------------------------------------------------------------------- /print/scribus/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/print/scribus/Portfile -------------------------------------------------------------------------------- /print/scribus/files/scribus.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @APPBUNDLE@/Contents/MacOS/Scribus "$@" 4 | -------------------------------------------------------------------------------- /python/abimap/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/abimap/Portfile -------------------------------------------------------------------------------- /python/py-build/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-build/Portfile -------------------------------------------------------------------------------- /python/py-cryptography/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-cryptography/Portfile -------------------------------------------------------------------------------- /python/py-dbusmock/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-dbusmock/Portfile -------------------------------------------------------------------------------- /python/py-doxyqml/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-doxyqml/Portfile -------------------------------------------------------------------------------- /python/py-meson/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-meson/Portfile -------------------------------------------------------------------------------- /python/py-pip/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/Portfile -------------------------------------------------------------------------------- /python/py-pip/files/pip26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip26 -------------------------------------------------------------------------------- /python/py-pip/files/pip27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip27 -------------------------------------------------------------------------------- /python/py-pip/files/pip310: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip310 -------------------------------------------------------------------------------- /python/py-pip/files/pip311: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip311 -------------------------------------------------------------------------------- /python/py-pip/files/pip312: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip312 -------------------------------------------------------------------------------- /python/py-pip/files/pip313: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip313 -------------------------------------------------------------------------------- /python/py-pip/files/pip32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip32 -------------------------------------------------------------------------------- /python/py-pip/files/pip33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip33 -------------------------------------------------------------------------------- /python/py-pip/files/pip34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip34 -------------------------------------------------------------------------------- /python/py-pip/files/pip35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip35 -------------------------------------------------------------------------------- /python/py-pip/files/pip36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip36 -------------------------------------------------------------------------------- /python/py-pip/files/pip37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip37 -------------------------------------------------------------------------------- /python/py-pip/files/pip38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip38 -------------------------------------------------------------------------------- /python/py-pip/files/pip39: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pip/files/pip39 -------------------------------------------------------------------------------- /python/py-pykde4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pykde4/Portfile -------------------------------------------------------------------------------- /python/py-pykde4/Portfile.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pykde4/Portfile.test -------------------------------------------------------------------------------- /python/py-pyqt5/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-pyqt5/Portfile -------------------------------------------------------------------------------- /python/py-sip/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-sip/Portfile -------------------------------------------------------------------------------- /python/py-sip4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-sip4/Portfile -------------------------------------------------------------------------------- /python/py-wheel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/py-wheel/Portfile -------------------------------------------------------------------------------- /python/qarte/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/qarte/Portfile -------------------------------------------------------------------------------- /python/qarte/files/qarte.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/python/qarte/files/qarte.icns -------------------------------------------------------------------------------- /qt/kvantum-style/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/kvantum-style/Portfile -------------------------------------------------------------------------------- /qt/qt5/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/qt5/Portfile -------------------------------------------------------------------------------- /qt/qt5/files/patch-find_rez.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/qt5/files/patch-find_rez.diff -------------------------------------------------------------------------------- /qt/qt5/files/patch-icu.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/qt5/files/patch-icu.diff -------------------------------------------------------------------------------- /qt/qt5/files/patch-mkspecs.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/qt5/files/patch-mkspecs.diff -------------------------------------------------------------------------------- /qt/qt5/files/patch-pc_files.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/qt5/files/patch-pc_files.diff -------------------------------------------------------------------------------- /qt/qt5/files/patch-shared.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/qt5/files/patch-shared.diff -------------------------------------------------------------------------------- /qt/qt5/files/thisQt-linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/qt/qt5/files/thisQt-linux.sh -------------------------------------------------------------------------------- /science/kst-qt5/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/science/kst-qt5/Portfile -------------------------------------------------------------------------------- /science/mpich/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/science/mpich/Portfile -------------------------------------------------------------------------------- /science/pocl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/science/pocl/Portfile -------------------------------------------------------------------------------- /security/KeePassXC/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/KeePassXC/Portfile -------------------------------------------------------------------------------- /security/botan/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/botan/Portfile -------------------------------------------------------------------------------- /security/gss/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/gss/Portfile -------------------------------------------------------------------------------- /security/libewf/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/libewf/Portfile -------------------------------------------------------------------------------- /security/libressl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/libressl/Portfile -------------------------------------------------------------------------------- /security/pkcs11-helper/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/pkcs11-helper/Portfile -------------------------------------------------------------------------------- /security/policykit/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/policykit/Portfile -------------------------------------------------------------------------------- /security/policykit/files/alt_agent.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec @ALT_AGENT@ "$@" 4 | -------------------------------------------------------------------------------- /security/qtkeychain/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/security/qtkeychain/Portfile -------------------------------------------------------------------------------- /shells/dash/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/shells/dash/Portfile -------------------------------------------------------------------------------- /shells/tcsh/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/shells/tcsh/Portfile -------------------------------------------------------------------------------- /shells/zsh/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/shells/zsh/Portfile -------------------------------------------------------------------------------- /sysutils/MacPorts/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/MacPorts/Portfile -------------------------------------------------------------------------------- /sysutils/MacPorts/files/271.55/rejorig-ignored.state: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sysutils/acl/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/acl/Portfile -------------------------------------------------------------------------------- /sysutils/afsctool/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/afsctool/Portfile -------------------------------------------------------------------------------- /sysutils/attr/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/attr/Portfile -------------------------------------------------------------------------------- /sysutils/attr/files/man5/attr.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/attr/files/man5/attr.5 -------------------------------------------------------------------------------- /sysutils/barrier/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/barrier/Portfile -------------------------------------------------------------------------------- /sysutils/clamav-legacy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/clamav-legacy/Portfile -------------------------------------------------------------------------------- /sysutils/clamav/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/clamav/Portfile -------------------------------------------------------------------------------- /sysutils/cpuid/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/cpuid/Portfile -------------------------------------------------------------------------------- /sysutils/ddrescue/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/ddrescue/Portfile -------------------------------------------------------------------------------- /sysutils/dpkg/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/dpkg/Portfile -------------------------------------------------------------------------------- /sysutils/e2fsprogs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/e2fsprogs/Portfile -------------------------------------------------------------------------------- /sysutils/filepicker/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/filepicker/Portfile -------------------------------------------------------------------------------- /sysutils/flameshot/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/flameshot/Portfile -------------------------------------------------------------------------------- /sysutils/gptfdisk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/gptfdisk/Portfile -------------------------------------------------------------------------------- /sysutils/grep/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/grep/Portfile -------------------------------------------------------------------------------- /sysutils/htop/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/htop/Portfile -------------------------------------------------------------------------------- /sysutils/neofetch/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/neofetch/Portfile -------------------------------------------------------------------------------- /sysutils/neohtop/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/neohtop/Portfile -------------------------------------------------------------------------------- /sysutils/port-whatsnew/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/port-whatsnew/Portfile -------------------------------------------------------------------------------- /sysutils/pv/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/pv/Portfile -------------------------------------------------------------------------------- /sysutils/pwait/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/pwait/Portfile -------------------------------------------------------------------------------- /sysutils/python3_select/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/python3_select/Portfile -------------------------------------------------------------------------------- /sysutils/python_select/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/python_select/Portfile -------------------------------------------------------------------------------- /sysutils/qt_select/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/qt_select/Portfile -------------------------------------------------------------------------------- /sysutils/qt_select/files/base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/qt_select/files/base -------------------------------------------------------------------------------- /sysutils/qt_select/files/none: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/qt_select/files/none -------------------------------------------------------------------------------- /sysutils/sleuthkit/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/sleuthkit/Portfile -------------------------------------------------------------------------------- /sysutils/smartmontools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/smartmontools/Portfile -------------------------------------------------------------------------------- /sysutils/usbutils/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/usbutils/Portfile -------------------------------------------------------------------------------- /sysutils/xcdroast/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/xcdroast/Portfile -------------------------------------------------------------------------------- /sysutils/xcdroast/buildflags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/xcdroast/buildflags -------------------------------------------------------------------------------- /sysutils/zfs/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/zfs/Portfile -------------------------------------------------------------------------------- /sysutils/zfs/files/2.1.7rc3/zfs_unload_kexts.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | kextunload -v @LIBDIR@/Extensions/zfs.kext 4 | -------------------------------------------------------------------------------- /sysutils/zfs/files/zfs_unload_kexts.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | kextunload -v @LIBDIR@/Extensions/zfs.kext 4 | -------------------------------------------------------------------------------- /sysutils/zfs/files/zfsopt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/sysutils/zfs/files/zfsopt.sh -------------------------------------------------------------------------------- /textproc/discount/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/discount/Portfile -------------------------------------------------------------------------------- /textproc/expat/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/expat/Portfile -------------------------------------------------------------------------------- /textproc/hunspell/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/hunspell/Portfile -------------------------------------------------------------------------------- /textproc/libetonyek/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/libetonyek/Portfile -------------------------------------------------------------------------------- /textproc/libiconv/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/libiconv/Portfile -------------------------------------------------------------------------------- /textproc/libodfgen/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/libodfgen/Portfile -------------------------------------------------------------------------------- /textproc/libplist/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/libplist/Portfile -------------------------------------------------------------------------------- /textproc/libwps-0.3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/libwps-0.3/Portfile -------------------------------------------------------------------------------- /textproc/nixnote2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/nixnote2/Portfile -------------------------------------------------------------------------------- /textproc/recoll/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/recoll/Portfile -------------------------------------------------------------------------------- /textproc/sphinx/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/sphinx/Portfile -------------------------------------------------------------------------------- /textproc/tesseract3/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/tesseract3/Portfile -------------------------------------------------------------------------------- /textproc/tinyxml/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/tinyxml/Portfile -------------------------------------------------------------------------------- /textproc/tinyxml2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/tinyxml2/Portfile -------------------------------------------------------------------------------- /textproc/yq/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/textproc/yq/Portfile -------------------------------------------------------------------------------- /www/FileZilla/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/FileZilla/Portfile -------------------------------------------------------------------------------- /www/FileZilla/files/filezilla.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/FileZilla/files/filezilla.sh -------------------------------------------------------------------------------- /www/QupZilla/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/QupZilla/Portfile -------------------------------------------------------------------------------- /www/arora/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/arora/Portfile -------------------------------------------------------------------------------- /www/midori/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/midori/Portfile -------------------------------------------------------------------------------- /www/openwv/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/openwv/Portfile -------------------------------------------------------------------------------- /www/openwv/files/README2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/openwv/files/README2.md -------------------------------------------------------------------------------- /www/otter-browser/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/otter-browser/Portfile -------------------------------------------------------------------------------- /www/otter-browser/archive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/otter-browser/archive.sh -------------------------------------------------------------------------------- /www/webkit2-gtk-legacy/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/webkit2-gtk-legacy/Portfile -------------------------------------------------------------------------------- /www/webkit2-gtk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/webkit2-gtk/Portfile -------------------------------------------------------------------------------- /www/webkit2-gtk/files/MacTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/webkit2-gtk/files/MacTypes.h -------------------------------------------------------------------------------- /www/webkit2-gtk/files/snowmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/www/webkit2-gtk/files/snowmath.h -------------------------------------------------------------------------------- /x11/breeze-gtk/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/breeze-gtk/Portfile -------------------------------------------------------------------------------- /x11/eglinfo/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/eglinfo/Portfile -------------------------------------------------------------------------------- /x11/exo/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/exo/Portfile -------------------------------------------------------------------------------- /x11/exo/files/exo-mmintrin.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/exo/files/exo-mmintrin.diff -------------------------------------------------------------------------------- /x11/garcon/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/garcon/Portfile -------------------------------------------------------------------------------- /x11/libGLU/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/libGLU/Portfile -------------------------------------------------------------------------------- /x11/libxfce4menu/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/libxfce4menu/Portfile -------------------------------------------------------------------------------- /x11/libxfce4ui/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/libxfce4ui/Portfile -------------------------------------------------------------------------------- /x11/libxfce4util/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/libxfce4util/Portfile -------------------------------------------------------------------------------- /x11/mesa/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/mesa/Portfile -------------------------------------------------------------------------------- /x11/mesa/files/include/Xplugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/mesa/files/include/Xplugin.h -------------------------------------------------------------------------------- /x11/mesa/files/patch-meson.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/mesa/files/patch-meson.diff -------------------------------------------------------------------------------- /x11/mint-themes/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/mint-themes/Portfile -------------------------------------------------------------------------------- /x11/oxygen-gtk2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/oxygen-gtk2/Portfile -------------------------------------------------------------------------------- /x11/pango/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/pango/Portfile -------------------------------------------------------------------------------- /x11/tigervnc/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/tigervnc/Portfile -------------------------------------------------------------------------------- /x11/tigervnc/files/vncviewer.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/tigervnc/files/vncviewer.in -------------------------------------------------------------------------------- /x11/tint2/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/tint2/Portfile -------------------------------------------------------------------------------- /x11/vte-gtk2-xfce/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/vte-gtk2-xfce/Portfile -------------------------------------------------------------------------------- /x11/xfce4-dev-tools/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfce4-dev-tools/Portfile -------------------------------------------------------------------------------- /x11/xfce4-notifyd/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfce4-notifyd/Portfile -------------------------------------------------------------------------------- /x11/xfce4-panel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfce4-panel/Portfile -------------------------------------------------------------------------------- /x11/xfce4-session/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfce4-session/Portfile -------------------------------------------------------------------------------- /x11/xfce4-settings/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfce4-settings/Portfile -------------------------------------------------------------------------------- /x11/xfce4-terminal/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfce4-terminal/Portfile -------------------------------------------------------------------------------- /x11/xfconf/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfconf/Portfile -------------------------------------------------------------------------------- /x11/xfwm4-themes/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfwm4-themes/Portfile -------------------------------------------------------------------------------- /x11/xfwm4/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xfwm4/Portfile -------------------------------------------------------------------------------- /x11/xinit/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xinit/Portfile -------------------------------------------------------------------------------- /x11/xinit/files/font_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xinit/files/font_cache.sh -------------------------------------------------------------------------------- /x11/xorg-fonts/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xorg-fonts/Portfile -------------------------------------------------------------------------------- /x11/xorg-libX11/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xorg-libX11/Portfile -------------------------------------------------------------------------------- /x11/xorg-libxcb/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xorg-libxcb/Portfile -------------------------------------------------------------------------------- /x11/xorg-presentproto/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xorg-presentproto/Portfile -------------------------------------------------------------------------------- /x11/xorg-randrproto/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xorg-randrproto/Portfile -------------------------------------------------------------------------------- /x11/xorg-server-devel/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xorg-server-devel/Portfile -------------------------------------------------------------------------------- /x11/xvisbell/Portfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJVB/macstrop/HEAD/x11/xvisbell/Portfile --------------------------------------------------------------------------------