summaryrefslogtreecommitdiff
path: root/Ports/.port_include.sh
AgeCommit message (Expand)Author
2023-05-12Ports: Support extracting *.tar.zst source archivesMike Swanson
2023-05-09Ports: De-special case `./package.sh dev`Jelle Raaijmakers
2023-05-09Ports: Only remove dir contents on `clean`, not the dir itselfJelle Raaijmakers
2023-05-09Ports: Alphabetize commands in `.port_include.sh`Jelle Raaijmakers
2023-04-19Ports: Force patch regeneration after resolving conflictsTim Schumacher
2023-04-19Ports: Don't mangle patches when requiring manual editsTim Schumacher
2023-03-24Ports: Fix erroneous spelling of erroneousJelle Raaijmakers
2023-02-02Ports: Install all dependencies instead of just oneJelle Raaijmakers
2023-01-29Ports: Use absolute path of port_includeJan200101
2023-01-29Ports: Support multiple port directoriesJan200101
2023-01-19Ports: Fix compatiblity issues with running package.sh on SerenityPeter Elliott
2023-01-09Ports: Make `sed` work on macOSJelle Raaijmakers
2023-01-06Ports: Set `$LD` for Clang, GCC and host in `.hosted_defs.sh`EWouters
2022-12-31Ports: Use absolute path of scriptJan200101
2022-12-11Ports: Export CMAKE_BUILD_PARALLEL_LEVEL for ports scriptssin-ack
2022-11-24Ports: Fix warning when building with `useconfigure="false"`Jelle Raaijmakers
2022-10-25Ports: Fix return statuses with new buildstepsPeter Elliott
2022-10-23Ports: Prefix output with the build step and port nameGunnar Beutner
2022-10-17Ports: Allow ports to specify working directory when run from launchercflip
2022-09-18Ports: Only regenerate patches if there are actual changed commitsTim Schumacher
2022-09-18Ports: Handle generating a ReadMe for an empty patch directoryTim Schumacher
2022-09-18Ports: Place tags at important points in the commit historyTim Schumacher
2022-09-18Ports: Unify the git "origin" and the working copyTim Schumacher
2022-09-18Ports: Force full-length file indices when formatting patchesTim Schumacher
2022-09-18Ports: Follow symlinks while discovering whether a port has patchesTim Schumacher
2022-09-18Ports: Keep `[...]` prefixes while importing patchesTim Schumacher
2022-09-13Ports: Do not allow `clean*` to be overriddenJelle Raaijmakers
2022-09-13Ports: Actually clean port build directoryJelle Raaijmakers
2022-07-13Ports: Move build directories into Build/Tim Schumacher
2022-07-07Ports: Don't create ccache symlinks for tools we don't haveTim Schumacher
2022-06-19Ports: Use $arch-serenity-pc-clang{++} for CC and CXXAndrew Kaster
2022-06-19Ports: Add variables for Toolchain binary directory and cxxfiltAndrew Kaster
2022-06-17Ports: Ensure that `core.autocrlf` is disabled before handling patchesTim Schumacher
2022-06-12Ports: Add option to disable ccacheTimur Sultanov
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-08Ports: Automatically enter the work directory when running `dev`Tim Schumacher
2022-06-01Ports: Force-add all files when entering `dev`Tim Schumacher
2022-05-25Ports: Allow selecting multiple `config_{sub,guess}_path`sTim Schumacher
2022-05-25Ports: Fix a typo in `get_new_config_guess`Tim Schumacher
2022-05-22Ports: Fully delete Co-Authored-By lines from the ReadMeTim Schumacher
2022-05-21Ports: Sanitize environment before handling PortsTim Schumacher
2022-05-19Ports: Skip Co-Authored-By lines when generating patch ReadMesAli Mohammad Pur
2022-05-19Ports: Make package.sh dev work with ports that have slashes in $workdirAli Mohammad Pur
2022-05-19Ports: Make the patch auto-import script care about the patch's authorsAli Mohammad Pur
2022-05-12Ports: Add $STRIP and $HOST_STRIP variablesDaniel Bertalan
2022-05-12Ports: Enable ccache for SERENITY_TOOLCHAIN=ClangDaniel Bertalan
2022-05-09Ports: Improve newline support for `./package.sh dev`Jelle Raaijmakers
2022-05-03Ports: Make the number of compile jobs configurableTim Schumacher
2022-04-26Ports: Make .hosted_defs.sh usable outside of .port_include.shcircl
2022-04-23Ports: Fix issue with the patches directory being a symlinkDaniel Bertalan