summaryrefslogtreecommitdiff
path: root/Ports/.port_include.sh
AgeCommit message (Expand)Author
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
2022-04-03Revert "Ports: Fix dependency install if port name is not folder name"Tim Schumacher
2022-04-02Ports: Fix dependency install when port name is not port folder nameEWouters
2022-03-16Ports: Fail if config.{sub,guess} don't replace existing filesTim Schumacher
2022-03-08Ports: Download fresh config.guess if neededDaniel Bertalan
2022-03-08Ports: Use `sed -i` for run_replace_in_file on Serenity hostsDaniel Bertalan
2022-02-20Ports: Use the objcopy built as part of the toolchainDaniel Bertalan
2022-02-12Ports: Add a pre_install hookAli Mohammad Pur
2022-01-27Ports: Make 'package.sh dev' a bit more friendly when importing patchesAli Mohammad Pur
2022-01-22Ports: Relocate `use_fresh_config_sub` check to `do_configure()`Fragstiller
2022-01-17Meta+Ports: Make 'package.sh showproperty' report multiple propertiesAli Mohammad Pur
2022-01-16Ports: Add a 'dev' mode that uses git to autogenerate patches for portsAli Mohammad Pur
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
2022-01-08Ports: Add interactive mode to .port_include.shNoah Rosamilia
2022-01-08Ports: Add $READELF and $HOST_READELF variables to include scriptsAndrew Kaster
2021-10-21Ports: Register all dependencies of portsJelle Raaijmakers
2021-10-21Ports: Return early in parse_arguments() in .port_include.shJelle Raaijmakers